|
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
, X& w/ F1 a' Vchange level without Rebirth
! i- e: E+ U O- ?) `1 u( D, p( M% V# c
Now, let us begin.% f! ]5 a9 V, m' r8 ], t( T
, z' @; B5 J0 P' IRequirements:1 ~. p( X4 ~" I; ?% u
Source
/ r4 z/ _ G/ n$ s! s5 QNotepad / Editor
* Y: i& f& `8 ?4 \8 ]- u2 `
1 H9 J9 P7 j( t& E9 {/ / Tips by Sedrika
; j& G# A6 ?1 N, c7 {
^, `# l& U- Q! V) `8 JIt is up to you how you do it ^ ^% c, w" }7 g' J1 D
) A" y4 y2 `; Q F: b. |" Z0 AGo into your source folder and open the definejob.h; Z) Z) l t( b
Search there for:. ~5 [% \8 c7 p1 o9 Z; i
7 c: W& g7 |4 Y( }
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå' R; L) p* _9 N1 \
#define MAX_LEGEND_LEVEL 129( a" E; D5 [% D1 q1 R9 n
#define MAX_MONSTER_LEVEL 1600 B1 ~; t& u; h
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
0 U* d4 {4 H, z& d2 |#define MAX_LEGEND_LEVEL 121
; r8 S# \' t$ A8 B" e7 j" U#endif // 15Â÷ è÷¾î·Î ·1o§è®àå ( g$ r; C. K( Y3 K
( ?) C( f, E. O* R2 P) c
* L7 h& \! {2 fRed: Player Max. Level
7 D' G) ?9 W# w5 P0 ?! xGreen: Monster Max. Level0 t5 |0 o& ]* m2 Y% U6 ]
+ B2 X1 N: ?2 Q ^
These changes as simple as you want.! f9 C( A7 _3 P! }/ F" X/ f
7 }! }( j0 J/ u I6 @) Q, \
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source." x6 W* ?3 z* b* Y s* s9 H
; f Y4 H- P& i
Part 1 of blocking CE 9 L/ ^" Z% f: M$ X/ `7 J; Q. |/ B# J
6 ^* u: v+ E% H! h
In this tutorial I will show you how to change the Head of Mark flyff.
* v4 G0 _% L/ w+ X# IThe current Head Mark is well known, 5E, which results as a string ('^').: y# F5 @5 w% i2 a5 J u
" o; y5 {" o, k4 t2 m
For this we go to the World (Project) and looking at the Buffer.h after thistext
9 q! p' z, D; J4 nQuote:
7 B+ b: H! [/ ?9 i# Define HEADER MARK '^' / / Normal messageheader, T9 E- i. z. z/ _
# Define SYSHEADERMARK '%' / / System message header$ R2 F( M. s8 A$ R6 y: I+ t5 F
What the Sysheadmark is looking for is not even the top 5E.
! y& j; m0 X) h: S1 e5 y: B. B WChange this and it makes the CE Not work on server.7 I# \9 e: o/ J, Y3 k7 C
2 r. G# y5 ?" n6 i; Q& J3 KThen Tom's anti-hack is no longer useful." [; X' j; j" f/ L! }! a
: w" K2 |- A0 Q+ s6 V* H, S# ]LG Sedrika Part 2 of blocking CE ! Z/ f6 A0 t1 {' |
* _2 V$ e4 J# EIn 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. " k( s8 o- m; \
What does this have an advantage?
# b8 t4 |0 ^; ^+ P* E( l* q2 l1 `The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself ) c, j0 Q( O$ T2 t! ~1 y' I
# G8 _% U6 ~8 f* r, R- X! \' v3 t X
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.. e) f3 b% h, H: R! H. a. k4 w9 Q
6 g4 F2 G2 H( n6 Z0 _5 L( Y
Then search for the following content in HwOption.cpp , N( g2 M/ r: l1 g
& H! z U5 M: W
" _/ |8 ` I0 Z8 H: Q; N, d: o+ Z
if (scan.Token == _T ("ip"))
8 L1 I6 g( C- |, a' h% M- s8 [9 R/ w{3 p B, A0 t k7 X3 n
scan.GetTokenEx ();7 V* t- b+ U# u) |' h1 n
strcpy (m_IPAddress scan.Token);
! x9 R; b2 x. E: |, F7 D3 T5 X2 k2 p}
" P& L6 h( |/ aand turn it into this:
$ d- U0 T2 G3 Q/ kQuote:' F# ^6 S0 m3 h
if (scan.Token == _T ("ip"))
% r* v+ A ~6 O2 w. ?$ X4 B{6 i' o+ f! ]0 @4 g$ a; p2 ]1 Y
/ / Scan.GetTokenEx ();
# z, _3 J% U* H4 }/ / Strcpy (m_IPAddress, scan.Token);
4 [4 ~* c: E$ \' F* a}
& o; H( d& a8 b8 {% s6 }! P; F( HAnd you created the solution.
/ b9 A- Z% }3 ~) M6 f$ ~6 G
% L: e4 P" B" o& Y. E; u _3 ~$ q" q, ]* {4 {
Then read the Neuz not the IP from the INI anymore. even if put in it6 D" r6 P9 j; P1 f6 h6 K
: g+ ^7 }! o9 w. \3 C: q0 K
Max skill's 2 [3 D! h9 s% o7 O, a
* q p9 Z0 D4 k( ^9 y+ f
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
! R( j& H6 L. v6 [6 M2 b* r: N; J' o: U# C
With the TUT can provide the remedy it( w5 s, L3 L6 d2 q Y( a2 O
! U, `/ q+ J& w9 k# 1 opens the file SkillInfluence.h' m/ E" O. h+ A7 \/ H* r
# 2 Search% t& Z1 t+ h# c( f) I
Code:
( _2 w C, q0 i& {5 D
1 n& Q6 Z* n. s+ ?# Define MAX_SKILLBUFF_COUNT 14' D/ {4 P% W" C: E
$ f: n$ ~6 |& E* ~# 3 Change the 14 to your number (eg 21) and save it from
1 L q$ Z ~0 Z% }# 4 compilation and ready4 i4 I0 l4 R3 b& S* U3 v" d
4 ?3 c4 u! Q% D& n, X% ^
5 V1 a* @4 a- h) ~3 M& D( @
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:. Y: i2 H4 M6 Y! M
! r/ o j, }9 m0 b# M
dennisdra6 R: P8 Z9 G4 k+ L4 H% e4 T
.Crasy" F* a0 m, c0 d# D/ K Y6 i
©ross
# _/ P" B: j+ X1 GSedrika0 g7 u( v ^. `4 c1 C( f
9 m9 C- s% [( n% y- t2 b7 K) Y
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! 1 A, I2 i2 R( n1 V, z! v
0 [. I9 k x" o5 b7 Q" w' _/ m
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
+ C5 |4 g5 b; n6 L! ]8 ?- ?
( B- y4 r8 h$ s- l. `
+ g$ i0 Z2 P, y3 E! x! uUpdate 1: how to turn off "Profiler" in worldserver.exe " w4 p' G! B6 l7 Z4 U& l
X; P/ d' C2 j" k/ K
~" R7 ^9 z- g# S: _in VersionCommon.h of Worldserver Solution6 J, |( u& ]% }4 z
Look for& n7 A; \/ h, j5 y* Z
: W( z1 o$ J4 H0 ?
#define __PROFILE_RUN
4 n7 A7 S0 v$ ?- B6 R4 M6 b5 n7 g/ z& q3 F; {
comment it or simply
9 s, C5 y7 N }4 a3 E/ h% ]1 R$ f g6 e
//#define __PROFILE_RUN
5 R: J* z8 @3 |
W7 b1 n2 F, E' e& D7 }
6 J: G7 E9 t& 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投寄。谢谢。我添加更多的很快如果你有病加太 7 E: d! q7 e( z) j) O
|