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
! H! D) x7 f9 Q2 t2 C1 P$ X% G( X9 nchange level without Rebirth/ y6 ]. K7 C. g/ ]: D
- O) D2 p/ p# K1 k! @
Now, let us begin.& N/ W! \9 y0 o: y; f4 F5 q6 }
4 s, I. ^2 _- m! d) oRequirements:
* e9 z, ~0 E' _) {: H6 WSource
/ n6 n" l0 J( Y9 w* T$ KNotepad / Editor. _' L7 [( f- p- e- W
) F# T5 ^$ D0 |1 y0 |
/ / Tips by Sedrika
7 i& [* T. w, Q! n* H
( `* h. A! E) u8 PIt is up to you how you do it ^ ^' x7 J5 X, B) S
, |- w9 h* i+ D7 i
Go into your source folder and open the definejob.h- a _+ t% w1 W3 h6 k% t7 U9 r
Search there for:5 ?" M" _4 s, r! s9 e
( v2 S( P/ ~( F$ @4 A
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
4 k' e' B2 D9 g2 |* U; i! K# e#define MAX_LEGEND_LEVEL 129
% s+ P' r& A3 l#define MAX_MONSTER_LEVEL 160. p- W) s0 h+ D1 C5 b4 x
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
8 z3 u" t/ }. x% ]% p, q8 g: c#define MAX_LEGEND_LEVEL 121* ] K% s N1 e4 T. d- i
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå + Y2 P# u U$ `/ ~
3 F7 i' ?9 T+ d" `* Z
6 }7 B+ @, r( j' uRed: Player Max. Level& z4 K y9 ?9 U) P
Green: Monster Max. Level" q: f: {7 l4 e0 x! K
- W, k0 @' R7 [& FThese changes as simple as you want.
0 t7 e' _- P' ~ g) S! N9 f9 X
6 T! V3 s' c @2 x5 KThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.( n& O0 _$ b+ i' ^8 [
* @6 y) ~3 l( q. ^
Part 1 of blocking CE ( V% X5 }, ^% @, S& T3 g6 u
( B0 i; `4 [; @ OIn this tutorial I will show you how to change the Head of Mark flyff.( Y3 K6 [! L: N
The current Head Mark is well known, 5E, which results as a string ('^').; Y2 Q5 ]6 a; V) c* r- n" U: m
% W) G4 c4 _5 X0 |/ Q" R/ h0 P
For this we go to the World (Project) and looking at the Buffer.h after thistext- D' r9 }8 W( W0 y! H. C
Quote:. @/ W3 s" C4 [* W* ?
# Define HEADER MARK '^' / / Normal messageheader
" \& u' C2 `8 _, T# Define SYSHEADERMARK '%' / / System message header1 z* o2 r* {/ Y I5 F
What the Sysheadmark is looking for is not even the top 5E.
+ I/ V' `" O9 L/ pChange this and it makes the CE Not work on server.
0 o0 H# x! i3 \' F- I7 b& d" q
' M& G5 o. P. c/ J- aThen Tom's anti-hack is no longer useful.
8 S( ?( H$ H! z& R5 e2 n* ?
8 R( M7 Y5 M$ S6 s3 q6 h( y: ~2 e0 SLG Sedrika Part 2 of blocking CE
8 S7 C; X$ u. P' I- L( P( C; u, }) y5 g& G8 @; \; ?
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.
( b2 ~( _) ?- V5 n: p p eWhat does this have an advantage?
, W g! ?/ p/ q QThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself ) o$ ^( N2 d3 Q8 y8 l+ N: ^
- q& Q9 g3 u7 V5 d: R5 K
( U* w) i# @2 W+ K; u/ J% E- oFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.8 Q9 n ~- {1 J1 M A4 W
7 z$ V1 q/ h1 k2 g$ h# ?3 `. ?* W" HThen search for the following content in HwOption.cpp
5 A$ W+ u7 f; M. n1 W1 a+ i; H6 R0 @4 x; i
$ Q2 x. ~+ B# a1 G8 i8 S6 y2 P3 Z2 vif (scan.Token == _T ("ip"))
0 ~; e s! j: q4 f9 b2 B{ a" n7 N5 ]9 h) W' E
scan.GetTokenEx ();
( O1 A' Y+ M# \9 @- astrcpy (m_IPAddress scan.Token);
2 m3 f) ]- X. X}
* z+ c* ^5 e2 d# Q- uand turn it into this:! r J6 }& e% o7 m% T
Quote:7 G. Q% c- _* W1 I2 o
if (scan.Token == _T ("ip"))
1 t/ Y& Y/ z+ N G! W( D% O9 z0 o2 ?4 x{/ u1 _) g: z% f
/ / Scan.GetTokenEx ();
! x9 J4 l/ w6 z1 F Q C/ / Strcpy (m_IPAddress, scan.Token);6 i( g! m: Q0 I) {
}
4 v' m! X# X+ `0 }$ ?) }8 c! eAnd you created the solution.
6 A7 U7 w8 h/ J2 h8 r& J7 `
* j+ J3 K! }* g D4 @, c4 p t/ ]$ p. I2 h2 w& `
Then read the Neuz not the IP from the INI anymore. even if put in it
0 v4 L1 o/ ^) I5 y4 i7 Z$ x7 W! H, \& P/ j+ V5 \( I
Max skill's L1 e2 |: q2 C6 a* X/ @
, Z7 [/ Z/ u- r! LAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc ; n& b6 Y# L: D9 e
2 H/ C5 A. v% J3 @! k5 xWith the TUT can provide the remedy it6 x" y+ h _: Z
& c7 I8 i- g* T$ r) P1 V, n" I# 1 opens the file SkillInfluence.h8 \* T" U; ~" U* N U! ]
# 2 Search2 h4 P; T- w# i' V2 O4 M3 |* ]
Code:) F4 I1 ^& K" N
. \1 M8 N. l5 M% W2 J' ~# Define MAX_SKILLBUFF_COUNT 14
$ z0 K4 d* F4 @% }: J$ r$ O1 ~% h! V# e
# 3 Change the 14 to your number (eg 21) and save it from+ B7 l, \* X4 |8 ] Y, \7 d
# 4 compilation and ready
* A! }: i+ e' A& C; b6 ]
4 q/ W% u$ p% k$ n& A+ r# i2 Q D$ N, p3 p4 L
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:
* ~2 B/ ~4 @& E) w( U: A+ E
% `# w9 @! Z. i# |9 ]dennisdra
' b4 _7 Z9 l9 Z* |, [* ?- v: A* w.Crasy+ {0 N; n4 h2 z0 G& M
©ross4 [) G0 P L% `) x
Sedrika9 @ l- I Q& Z
/ @! q6 b" Y# s* [# f2 jeverything 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!
& p) O: A4 v" U9 {& ?) O4 F4 ]! U/ m0 {
: X0 M) _$ K% N8 `2 JP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
2 o4 b3 d, m4 ?1 w
( X4 D4 v* [( M; y. G9 @+ |- X: i. E0 q1 J! F5 ~
Update 1: how to turn off "Profiler" in worldserver.exe
3 J. a2 L/ Q, p/ ^# m
' g/ L9 r& I/ k( ?5 o6 n
. q; w, Y; P' uin VersionCommon.h of Worldserver Solution
+ f+ q4 l- I# XLook for
. x3 k. w3 ^' i
8 h; I: K5 a" a) B8 T#define __PROFILE_RUN# L+ j" P# _$ K( P7 v W! `
, h, w* J a G, ~2 E/ G+ C
comment it or simply O- d& O! I( C y. S
) {: u, T" K2 o/ j! [% d
//#define __PROFILE_RUN
1 e" |& ?" v, r0 J' B6 B% x$ g6 F! W2 H3 l. K" s/ k
7 r9 L. V: A' K L" `- p. Pcredits 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 B# G. Y& h: A c4 z! v |