飞飞世界论坛
标题: 改变最大等级 [打印本页]
作者: admin 时间: 2016-1-10 03:22
标题: 改变最大等级
Okay iwas going through the elitepvpers forums and i found alot of source guides imgoing to post the good ones here. translated the best i could. I take no creditat all on these
how to change max level
& C3 i2 Q$ c! k" C5 ^0 Hchange level without Rebirth
# d$ j0 ]8 V% B; ~0 f& N' ~$ z: K- d f1 A5 W1 [$ [
Now, let us begin.$ \0 m3 d- C# B X" K
/ f. w4 h+ }" D) y" W- Z0 D6 ORequirements:7 Z j' S# d$ c# Q
Source
0 e3 P) }( E5 _* |4 i7 o4 V6 v8 P" uNotepad / Editor
) i' m+ w9 X, y5 H9 R3 p% E0 I4 ]" Y& D
/ / Tips by Sedrika# B! O( j& L) w) d
) E& X7 g6 J6 T8 Z% H+ r1 i
It is up to you how you do it ^ ^
6 }5 G; g* f% r# {, I+ w& D* w+ W
4 p u1 Z* v* b. k1 d8 A0 ]$ jGo into your source folder and open the definejob.h
. r6 E- x9 f6 ?) h1 Z1 V) W DSearch there for:2 Z: h- y' f d' w
2 G7 ^% Z( c+ M& O2 k& Q* O! @% s
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå2 j: i# y+ v$ G% b/ s
#define MAX_LEGEND_LEVEL 129
7 q1 }7 @! O6 [- T x6 d#define MAX_MONSTER_LEVEL 1601 T0 w7 W; k, F' D, n( J4 G+ M
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
) R% j: c( u5 Q& J1 u#define MAX_LEGEND_LEVEL 121
7 p7 X0 k: |' c0 t2 i; n8 A" S#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 2 Y: H& x! ^! O5 k3 Q5 u. _# o% e
* l" U& f' a$ s, E% |
# x+ m: w( e3 g! L3 L ~Red: Player Max. Level
. e- H" j1 C' c; E5 aGreen: Monster Max. Level7 j# S0 l7 N; A* R5 c! r. }! X
3 l0 A" x& q' S3 ?5 d
These changes as simple as you want.
; w6 M* A) a/ c1 P
( [" @) {. c" j Q* K9 EThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.. p9 ?/ z9 [- e' ^. e, h; H* M
& { i) {( L" f f# \. P( V
Part 1 of blocking CE
( d, D5 q( m1 ?$ d& l
6 x. Z* u: h3 [& O
In this tutorial I will show you how to change the Head of Mark flyff.
0 j- u- J# U8 G2 [! s9 q zThe current Head Mark is well known, 5E, which results as a string ('^').
. J+ W' U9 _; }8 m
) p$ C- a+ j" F z! J+ F6 Q+ E9 FFor this we go to the World (Project) and looking at the Buffer.h after thistext
$ w* m- P0 _$ S `' C2 Y( p1 s. A0 _Quote:
6 ?0 g" ~; l' a; q4 l, J; `# Define HEADER MARK '^' / / Normal messageheader+ I% f, h2 b; y' x9 I
# Define SYSHEADERMARK '%' / / System message header
: W* n1 u3 t0 Q5 p' X( |What the Sysheadmark is looking for is not even the top 5E.9 L# s# U7 c) C! }9 b
Change this and it makes the CE Not work on server.
4 |+ B2 y5 D2 u& }/ O) x+ s" Y# Z0 G7 b9 R7 W- T7 n( O3 m. T
Then Tom's anti-hack is no longer useful.
! {% p! a& `) X% [" h) V" p% _& ]- q
LG Sedrika
Part 2 of blocking CE
, z* I) d/ x) A! ^- j" n8 Z9 k
5 z9 a5 s, ~4 n/ {# ?
In this small text-based tutorial, I want you for a quick time to explain howto rewrite the source so that the IP address does not reading from theNeuz.ini. , R$ X0 Z* N# V( [9 ]- W' G
What does this have an advantage?0 h" I8 @; V$ n% G7 j
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
# n- V! K- S4 s+ A1 S% ^+ d2 e
8 ]% e( j9 S* e i% P' s. Z& L) t' J
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
# h' U% E6 U+ c8 h' o! }( q
: R8 _7 B' |2 {Then search for the following content in HwOption.cpp * Y: y3 B4 O) U
3 ]3 t8 a( d5 z8 j! x2 M( ^2 \
) v) `- G; Z0 Y) f F
if (scan.Token == _T ("ip"))) P4 a$ ^! L, F$ a' `: c7 ]
{* N5 G3 C R- Y+ _/ T
scan.GetTokenEx ();
; z* x; x$ i3 S' P! ~) h7 {1 Zstrcpy (m_IPAddress scan.Token);
2 \# p2 J6 U: w, D1 E& N0 T, w}
4 q6 n4 [7 q6 ~" W* d0 k6 o% Oand turn it into this:
* P; m0 L- @, _2 }3 ^Quote:4 j+ ?! T, x, m
if (scan.Token == _T ("ip")), R+ @' r P5 F' r& }
{
7 U: _, w0 p* h& i* V/ / Scan.GetTokenEx ();
! E5 Y3 m7 g, [9 ~( V* l7 q3 K/ / Strcpy (m_IPAddress, scan.Token);
& c1 \ T q4 B4 F* Y* H( o9 z! I. D}! F3 D( [ ^7 F- `$ Z3 U- F, z
And you created the solution.
$ Z, l# B; ~4 _* G. s$ t" v
- D/ `# z( K( z0 d+ `
' k! H" o/ O$ O1 s8 jThen read the Neuz not the IP from the INI anymore. even if put in it L. T& F/ G3 [ Q s! m, z: d/ Y
2 W q$ T3 a1 U, w. H& q9 W
Max skill's
+ S+ V7 }0 {, c. n" h
2 a) r1 }1 A& n' Z; D5 h$ D/ l1 ?
All know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc 1 X! h D+ A* G: W) v5 }# o
( A& l- U( E% V- N2 a
With the TUT can provide the remedy it! o/ r6 C8 [* C
4 b+ j X; q6 l0 e! m* Q& D# 1 opens the file SkillInfluence.h, Z, }9 p% L3 f" f# s
# 2 Search3 @, G+ [& [' b) [. m
Code:& ~. n% _9 ~9 m6 Z6 v
0 e. L, U* x. D- M& k# Define MAX_SKILLBUFF_COUNT 14
5 U8 T& M7 o4 d9 I. o7 J2 g+ q& y& X& T3 p
# 3 Change the 14 to your number (eg 21) and save it from( t. A1 i# g6 b, l4 \( q
# 4 compilation and ready
* b R% A$ X4 b! `# x x
* f" a# n, O2 q! E& a( x3 d+ k# V6 |! ]8 E
I put the 4 major ones i found and translated correctly and can followcorrectly I did you Google translate i have done all of these. i got to do theneuz i.p one still and i am done. i will post where it is in the source tho. Ido not take credit to this at all. this is made by:& f$ {+ u# Z2 }! D
g ]+ z3 b$ g' R/ V; H
dennisdra
) q' L6 Y/ I$ f1 u) p2 m.Crasy
& ~% E2 m( c3 ^©ross
1 ^2 c# [; }8 Y! r1 U+ R% e+ jSedrika
9 z- b% H$ H/ g5 N* y! A( Y- f/ p# g4 G& L2 S# n
everything there was German. I hope you enjoy this and these guides aren't hardto follow at all! i will post more here as i get them translated right. Enjoy! 5 I. s# _ X# O- u: j9 Y
f/ k; f6 x% H- u) P
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
+ h; D! b7 M8 _% V% |' p {5 a' S$ E9 y0 x9 S% @$ M: |+ X& v
" x7 N, W7 \2 b9 B( u" L
Update 1:
how to turn off "Profiler" in worldserver.exe
( F- r' y' { d' \+ [
- D6 ^5 D2 U# r9 A9 Y: R0 y7 W( c7 o8 Y
in VersionCommon.h of Worldserver Solution9 W6 r$ V1 P: |1 l& a
Look for
: X" G$ [3 ~) I3 f+ z1 p1 s2 g* O3 q$ f8 h
#define __PROFILE_RUN8 O- I! {- V3 \& X" ]! K
3 d6 c' q+ M1 C7 K& A% f @% d2 ^
comment it or simply# V4 s. q( F r; u# Z5 z
3 P/ v$ Z. A% F4 K//#define __PROFILE_RUN
W6 v. x O3 S( A Q, `. ]4 k
1 g+ S& s$ K" W c5 O. K
/ j7 I( R" v8 p$ O. `$ R. Icredits to bryle000 for posting that. thanks. ill add more soon if you got anyill add them too
好,我是通过elitepvpers论坛,我发现很多导游我去邮局好呢。翻译最好的我可以。我没有信用在所有这些
如何更改水平
更改水平没有重生
现在,让我们开始。
要求:
源
记事本/编辑
//提示sedrika
这是你怎么做^^
进入你的源文件夹,打开definejob.h
搜索的:
#如果__ver>=15 //// 15Â÷è÷¾î·Î·1o§è®àå__hero129_ver15
#定义max_legend_level129
#定义max_monster_level160
#其他/ /15Â÷è÷¾î·Î·1o§è®àå
#定义max_legend_level121
#有// 15Â÷è÷¾î·Î·1o§è®àå
红色:球员最高水平
绿色:怪物最高水平
这些变化,只要你想。
然后你只能重新编译世界服务器文件+和使您的客户在definejob.h同样的变化与源。
1部分阻断行政长官
在本教程中我将告诉你如何改变头标飞飞。
目前的头标记是众所周知的,灵活的,这结果为一个字符串('^')。
为此我们去世界(项目)和看buffer.h后,这个文本
报价:
#定义标题标记的^' //正常消息头
sysheadermark#定义“%”//系统消息头
什么sysheadmark寻找甚至不是顶级类。
改变这一状况,使行政长官不上服务器。
然后他反黑客不再有用。
sedrikaLG
2部分阻断行政长官
在这个小的文本教程,我希望你快时间解释如何重写源使地址不从阅读这neuz。
这是什么有好处?
编辑需要的数据包从我加入,如果不是,那么什么?现在想你
首先你需要获得开放源码甚至不知道你如何做到这一点,留给你,和你做项目的neuz。
然后搜索以下内容hwoption.cpp
如果(scan.token==_t(“知识产权”))
{
scan.gettokenex();
strcpy(m_ipaddress扫描标记。);
}
并把它变成这样:
报价:
如果(scan.token==_t(“知识产权”))
{
//scan.gettokenex();
//strcpy(m_ipaddress,扫描标记。);
}
和你创造的解决方案。
阅读neuz没有知识产权的问题了。即使放在这
最大的
大家都知道,14最大魔法,你得到的所有室协助技能+技能buffpang没有更多空间的勇俊,游侠骑士,等
与学院可以提供补救
#1打开文件skillinfluence.h
#2搜索
代码:
#定义max_skillbuff_count14
#3换14的号码(如21)和保存从
#4汇编和准备
我把4个主要的发现和翻译正确,并可以按照正确的我你谷歌翻译这些我都做了。我要做一个neuz知识产权仍然和我做。我会在那里后,它是在源寿。我不采取信贷这所有。这是由:
dennisdra
疯狂的行为。
©罗斯
sedrika
那里的一切是德国。我希望你享受,这些指南并不难理解在所有!我将发布更多的在这里我得到他们的翻译权。享受!
注:这是指没有服务器应该能够使用行政长官因为它非常简单的停止。花5分钟甚至更少
更新1:
如何关闭“探查”worldserver.exe
在versioncommon.h的worldserver溶液
寻找
#定义__profile_run
评论或者
//#定义__profile_run
学分bryle000投寄。谢谢。我添加更多的很快如果你有病加太
. \' ~4 r: H) o5 v' @8 n. g
| 欢迎光临 飞飞世界论坛 (http://www.ffwold.com/) |
Powered by Discuz! X3.2 |