|
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 : R5 C8 a5 J. ]7 b3 G
change level without Rebirth
1 g, E4 j; [( R/ P0 |; M, f. v* k- o! n
Now, let us begin.
$ r2 h/ \- p5 s4 k1 K4 j
" m( o! _+ `9 Y( o7 s( rRequirements:
6 [/ a& H/ ^: k0 L2 V8 Z7 HSource# ?9 w- T8 G: S/ a
Notepad / Editor& u' d2 c2 |3 ~* U W2 B
1 }, X) l1 X. p* `0 p
/ / Tips by Sedrika
2 E; W( U# m( x4 `6 u; \7 c+ a1 B# |4 c: @
It is up to you how you do it ^ ^
3 q0 ^: _; N$ I! j0 w1 B8 s/ i' g" q6 V1 O; n; V% t+ d' z0 g
Go into your source folder and open the definejob.h
6 G" y/ B# ?/ P. p7 q* WSearch there for:7 k3 V% F& _7 ]; O
$ E! z2 a7 w3 Q2 c( M0 d1 `- d L# G
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå- \- ~$ w. G, f9 B9 V2 ~
#define MAX_LEGEND_LEVEL 129" }" f: |+ v" Y6 J9 [& s
#define MAX_MONSTER_LEVEL 1603 k! S# Z9 e" O1 _9 K0 u" l
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
. v$ v. t( o& L1 V) k y#define MAX_LEGEND_LEVEL 121
) \) A3 ~; F# T0 C( D" R4 x8 I5 B#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 3 s$ z0 r3 r! K) f# L
4 \+ U$ K) Y! R4 u$ Z7 O# I7 z6 `
6 u, T2 f. Z5 u. `8 E! ZRed: Player Max. Level
' e8 R7 T& \5 N# j. rGreen: Monster Max. Level
8 @. a: I4 U- v( w" Y7 l3 s& H$ p
These changes as simple as you want.' A! I( O8 i" G5 g+ L
2 `% Z; }" ^% |" fThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
- k: g4 }4 e! M5 A5 Y
3 q6 V* c; O, ?3 Y& S# }7 W, b Part 1 of blocking CE ' [: P1 b0 [/ p0 d
8 C' D9 I3 k) q" C5 g
In this tutorial I will show you how to change the Head of Mark flyff.; {8 I1 o8 C/ E+ T. g, A4 u
The current Head Mark is well known, 5E, which results as a string ('^').% v+ g4 \9 W6 T
) ^. A& M2 W# D8 l$ `
For this we go to the World (Project) and looking at the Buffer.h after thistext6 k8 ]& B6 e( `8 ^' K
Quote:* N$ m1 Z6 s* B1 ~% I. h4 X
# Define HEADER MARK '^' / / Normal messageheader
- l9 _' `+ c5 y0 O% h/ \; ^% h# Define SYSHEADERMARK '%' / / System message header
: c7 Q" r, C/ O* i8 Q# j" Y0 z! AWhat the Sysheadmark is looking for is not even the top 5E.3 f1 h1 F. j& n. t7 Z- A, k
Change this and it makes the CE Not work on server.
- z9 q* M' m# g6 V/ a
. B" A5 \" I; y" O( S. G( X! ^6 CThen Tom's anti-hack is no longer useful.. O+ }4 |" g3 n- e
& @% q8 W4 C8 `* m, D) }
LG Sedrika Part 2 of blocking CE r; d* w7 }* y3 _& k u9 W [8 ^2 H
8 N* C# G7 y- }) I3 @. s* R
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. ) }! E- j* }4 c* Y* y! b
What does this have an advantage?
# c" P, b3 X, oThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself " O D9 H, [# T# V+ W% e Q
% y e8 n T1 u; t0 X) j# S
y7 C$ |, S/ SFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
* }9 z. r3 p3 k7 G( M& H6 q3 n
( `1 E! ~4 Z1 V/ M- gThen search for the following content in HwOption.cpp / [' K, a' [3 k7 s7 L' a1 p
4 N" y7 M& m/ Z k& _) B1 Y: |* q) Y5 I4 B& r$ _, e
if (scan.Token == _T ("ip"))
) H0 i- l. K1 o9 v" X{9 Z& @) M3 F ^: I6 M
scan.GetTokenEx ();( z2 F( ~# J2 z4 D
strcpy (m_IPAddress scan.Token);( R( G" d ^- P0 R; p d! N
}
2 q* K5 n A6 t: N$ {3 S+ A) Y$ W4 Vand turn it into this:% R( e# r2 D' \5 q6 S8 v, g' P
Quote:8 Z& m* b6 b. o* X: |/ p5 I1 U+ b
if (scan.Token == _T ("ip"))4 @/ L& m {4 y& I
{+ g1 G3 `4 x. d3 Q
/ / Scan.GetTokenEx ();4 z' D: {- F, m' j
/ / Strcpy (m_IPAddress, scan.Token);
* q F9 C5 x% b2 r# V c* b: @% i} `( u/ z3 x8 _7 \2 o
And you created the solution.1 R. ^: M S6 `/ k
+ M/ z, K0 B0 J7 ~2 q4 Z$ y: u; b
Then read the Neuz not the IP from the INI anymore. even if put in it) ]; u/ b8 b7 p4 J) H3 c
1 k) v+ x1 W' ~& I
Max skill's
# n! | M( r4 X Y; ~% u7 i9 N" q E$ u% @
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
0 R% |) W; d, I, E8 o
) q1 s N: H, lWith the TUT can provide the remedy it# N \* k: @- L
9 [0 I) X9 K9 p. C2 D$ [
# 1 opens the file SkillInfluence.h
F4 A5 V8 A* `# 2 Search
$ \- w" \# _$ |' U4 JCode:
/ ^/ t6 I6 j4 V5 O
6 U9 a, z D1 I' |# Define MAX_SKILLBUFF_COUNT 145 m8 z3 r5 ~# V2 b: m) e9 S
$ s1 j5 q# w* l4 c) \% D, k$ |8 n# o; {# 3 Change the 14 to your number (eg 21) and save it from
' [4 }% O% R" p+ l( I7 m# 4 compilation and ready
! @* E0 y) E$ @- ?
3 p1 P$ P. e( v9 P7 T9 z
( A h8 Q1 ^" ]! O3 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:' }% `3 b4 h* S+ }
5 V {( D" W9 s: O0 z! }
dennisdra3 M% Z: v. F5 C0 E# s
.Crasy
* `6 U" G S( t1 \©ross7 L8 _- E/ p2 B3 e& ]
Sedrika
9 R! K$ r- c( X/ N a" ^6 Y7 m) V$ j# O H" V
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!
! z, m% v; P- a" u
4 U5 ]( I. P5 Q7 VP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less0 @; D: @' L) Z1 R
9 S7 ], ~2 s8 v' ~, h/ O$ L; o9 i- ~# n9 d
Update 1:
how to turn off "Profiler" in worldserver.exe ( C, I3 u+ M* U8 }4 J" P& g
: {' i E: W' Q+ k9 L7 `( l
3 A! R4 Q, K$ U+ I" Yin VersionCommon.h of Worldserver Solution
" ^: R4 C# s8 e) d- KLook for3 I. S4 J& ]6 Y+ \! u) z; d/ r7 ~
6 J' X- w" }0 S: \# S. J) w#define __PROFILE_RUN8 s/ ]' O! L" t4 P- U: R; s l P: T
M3 ]: ]% c, U$ M. k- r" Ncomment it or simply5 s: x P; c+ j& E
0 P2 O# T6 j9 {# z( @//#define __PROFILE_RUN
9 U% }9 _" [# W" \# G }# d6 E K9 l( H
7 h2 F3 j0 Z* a! B5 T9 A. [
credits 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投寄。谢谢。我添加更多的很快如果你有病加太
" j0 b3 h9 n! Q$ p8 D |