|
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
& W) w# Z- y6 r( Tchange level without Rebirth. K! O% h6 S: k, R) W; I# D
- h+ b: y6 W; `7 z2 c! x0 V
Now, let us begin.
: A6 S1 l. ?- q/ B/ l" M C8 u( k9 d$ k; s; K5 C
Requirements:
& J) Z8 ^! M% h* U% w: z% x. C3 iSource
4 A9 X* V6 _2 V9 g' YNotepad / Editor
1 h. ]" c& T1 I/ Y5 `. K7 {' r
2 [3 A$ N4 N( l9 m" P6 k/ / Tips by Sedrika9 s- j: m+ m& u1 A/ U3 l' c
! T0 J3 y4 N# M4 B
It is up to you how you do it ^ ^' L: W( X C. j7 _( L
# L5 e- K* e" w4 {: J! yGo into your source folder and open the definejob.h" `" v, ?9 r6 L/ ~( V/ H: E
Search there for:7 l0 }: Z! ^( j) f% \7 |
4 Y. s! m" A4 Y
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå( ^8 d, O5 P6 A' L4 b
#define MAX_LEGEND_LEVEL 129( P( w7 f3 R, M: e
#define MAX_MONSTER_LEVEL 160
: @7 T1 K4 p. w$ V#else // 15Â÷ è÷¾î·Î ·1o§è®àå
! x5 \! g+ J1 g$ T/ J! o5 j4 I#define MAX_LEGEND_LEVEL 121
& a/ W/ _* k) w3 e% r6 a#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
1 j9 g& Z3 h0 {" b2 y* V0 O: c* m# B+ [: b% T4 @
( s! Z; l' A. p5 h, B+ Z* A5 `Red: Player Max. Level0 x; `0 n/ X. x" `' U9 E
Green: Monster Max. Level+ M j" q$ u" m. K9 q" d
E2 p$ J1 _: ^' e7 ?* _& jThese changes as simple as you want.
( `/ M0 T4 V( f V) W8 L5 Z a9 [0 e( T- Y+ Q3 f, a
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.+ F* B! R! a F6 x. }+ x
9 U r" S8 V- K ^6 X( b
Part 1 of blocking CE
1 m$ W0 D3 J6 F# i
) m1 K/ e1 U5 Y6 ]! e' b& iIn this tutorial I will show you how to change the Head of Mark flyff.
8 V) I7 z q" d' B, m! `- V* hThe current Head Mark is well known, 5E, which results as a string ('^').5 D c6 w, u/ K, D) B
5 v3 s' ]% f! c" c
For this we go to the World (Project) and looking at the Buffer.h after thistext
5 h% _% i+ S3 |) `Quote:
8 f1 K: d2 E0 i# Define HEADER MARK '^' / / Normal messageheader/ m- X0 x2 T c; ]0 I! j1 C
# Define SYSHEADERMARK '%' / / System message header
3 b7 E1 W& e: t, KWhat the Sysheadmark is looking for is not even the top 5E.3 [! \+ ?& k7 U
Change this and it makes the CE Not work on server.
7 m# m3 h) m9 e- I6 [1 O. \# @& H2 ]" O2 c3 A4 M
Then Tom's anti-hack is no longer useful.
, i/ K& H' G& P6 a3 H S& X5 j# i. C4 h$ N
LG Sedrika
Part 2 of blocking CE
: {; }2 Q/ |5 s: e
. o" n/ j& Z; x+ OIn 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. 3 f% H1 _# L1 a- k: T9 A
What does this have an advantage?
7 p0 n7 u, f8 t5 s# s) a" `7 cThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself 9 R: J: L) ~- \) x* ]( }
+ {/ X+ [6 S$ x4 C
" ~/ a. t. {' N' qFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
% ]0 ^; j/ a2 u, A4 U" X6 g2 `( U" [/ `
Then search for the following content in HwOption.cpp 7 S' j% O; Q; W
: _* T, ~) y" {1 _$ ?- Q
* \' w9 C. w1 t0 p. H, _" Tif (scan.Token == _T ("ip"))
) \& n6 J- x) ~# Y: v{
( b+ C- r: O8 k' L' P( cscan.GetTokenEx ();1 x! L( h- t! q3 @/ W% `4 a, p
strcpy (m_IPAddress scan.Token);+ M l( b& E8 ], e
}& [( _: O0 U: @0 F/ Q! C/ V. t
and turn it into this:
B+ B% F& N5 \3 RQuote:" X6 a8 t+ L$ E+ g
if (scan.Token == _T ("ip"))
s+ F- {0 q/ C9 b{' i. T1 K& m5 Y0 B0 ]4 i0 B, q
/ / Scan.GetTokenEx ();
' m# a5 }7 s5 P& d/ / Strcpy (m_IPAddress, scan.Token);* l5 D- Q; C; C
}
$ h+ z) A( T2 g8 L e* D- t$ pAnd you created the solution.
, q/ @6 D; D, S8 F
2 ^8 p. R% O8 Y: n- j
/ I6 m$ s5 C& P4 k6 MThen read the Neuz not the IP from the INI anymore. even if put in it
, M3 |1 M2 w! I
- X& l* n( { L% |3 F$ F
Max skill's
# X+ k, I% Z/ [$ }3 C5 B6 y# j+ W5 W4 K
( P8 k2 ^2 _+ s$ \! y6 G4 q6 EAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc * _% _* ]! ~; p% v- l
8 T3 X! Y- q: T: h2 ~With the TUT can provide the remedy it
% z2 q& H0 j$ w5 E S) v9 M* n- j) h9 p6 p5 w
# 1 opens the file SkillInfluence.h" @! Q( l9 A$ \& F9 a( i9 r
# 2 Search! T9 c- z& D: O! @! `
Code:
5 d$ [: }' w. w! x/ w/ p
6 w \/ _4 I% |% J! b% \2 a2 p% M# Define MAX_SKILLBUFF_COUNT 14+ K0 A) @+ C3 ]+ O; {+ C- i7 k
7 ?; H5 Z! z5 p$ S, M
# 3 Change the 14 to your number (eg 21) and save it from
3 X" d0 I# P! ^, C! _ s# 4 compilation and ready! e( ^4 g" l$ h# Q/ j
5 _9 c2 N9 p0 h" [0 d5 w) C4 `! o" o; c2 B/ n3 T
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: R; o j, \* U+ s5 R) Z
- v: Z( W& F2 X3 O2 adennisdra, p0 P4 S U/ _5 Z, h& h- k4 d
.Crasy
* }) \1 Z0 I* h% c- s1 X©ross+ b; Z' g& ]" V% M
Sedrika* z' | t2 ]4 J% v1 K
" b- H1 b# @0 p& _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!
| c# O' _4 x3 ^+ {+ o/ t
) o) ]1 H( M* v- e8 u# U; P% lP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less" X$ D) g3 X" @8 N8 }
' b5 f s+ _: w, ?. z' y
( s, K$ x! c5 U A/ uUpdate 1:
how to turn off "Profiler" in worldserver.exe
* y2 Z) p' K. a0 m; d) T3 T: x. l0 m* }. S' Z8 ^+ J+ r$ C! v' Q
# v% l- T T" win VersionCommon.h of Worldserver Solution2 x6 F6 j5 @5 q
Look for
% j$ l$ b6 s1 L" { T0 c
8 s9 k, e; J1 f: m! c* \6 [#define __PROFILE_RUN
( `5 N8 ~5 m+ }- d, ^$ q+ E4 ?6 d: {$ m2 f! v2 y
comment it or simply
/ {- K6 F+ ~- F& O, s
# |. P N- p* K7 `1 k! y" o//#define __PROFILE_RUN
. l! z; y4 R% l/ z$ ~/ H9 ^$ B) r/ J/ A. h
. B, L! t1 D3 ~ n+ Y. Hcredits 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投寄。谢谢。我添加更多的很快如果你有病加太 + B( s1 ]' m O$ u+ p: ?$ P
|