|
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
" T- q/ V _$ Z, i, kchange level without Rebirth* p) b1 Z& U5 a$ g) w: h
) y) t- A- ^: k" D5 [0 }' B" K
Now, let us begin.
( e5 y% |- B0 o/ |% n) Q5 ]* X
Requirements:% m4 |/ G4 N# Q
Source+ z4 }$ _0 b5 q+ g L9 {& ?- r4 _2 B
Notepad / Editor
) z+ v% P% F" a* |
. b0 B; {: ?0 |/ / Tips by Sedrika2 y$ r3 W$ u" Y/ ^# |
$ Z: R: E( y# A A5 @( s
It is up to you how you do it ^ ^
3 v" l6 q0 r* z0 B* M9 x0 O5 M# W; m/ w/ c- Q' N
Go into your source folder and open the definejob.h
" C7 y7 \ W, m' q" zSearch there for:5 E2 ~6 g$ M4 T# ?( m/ n" l2 W$ v
$ J. @3 e! q. B# K
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
+ S5 s& m! r f. v* L/ o#define MAX_LEGEND_LEVEL 129
2 e; g- ]- ^+ ]6 P0 R% A; B#define MAX_MONSTER_LEVEL 160
" H8 A, G8 F3 j: p1 x, R4 m% J4 P#else // 15Â÷ è÷¾î·Î ·1o§è®àå" i6 d: Q" p8 d( p6 ^- o
#define MAX_LEGEND_LEVEL 1216 ?& |; |7 Y5 F# G' W
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
8 h) i- S6 e4 b9 [! @: f+ h9 V9 b1 ?% O: }; h4 [
' e2 J0 N2 e$ v, @( `
Red: Player Max. Level3 F9 p! c4 k5 [3 j+ X+ Y
Green: Monster Max. Level
$ V3 p0 g+ k4 f7 v* l( q$ `6 w* R8 h( ], K+ g
These changes as simple as you want.$ B/ |3 }. i; R1 h4 p& }
! o7 W) M- Y: M, w: b4 p2 L
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
7 c% p* h8 o7 Q: V' j
) X# I2 J7 {- R. t5 T7 q0 L2 P6 A
Part 1 of blocking CE ) d* ]$ ]5 q! ~3 p
! x0 |8 K6 b5 M6 Y
In this tutorial I will show you how to change the Head of Mark flyff.+ Y: p* a; t& Q) U; ]+ w$ e! l; t
The current Head Mark is well known, 5E, which results as a string ('^').
' l$ h7 v; ~8 Q1 w: l# T4 p- B; l" H2 r. w# J( ~# A E. P
For this we go to the World (Project) and looking at the Buffer.h after thistext
# W$ C. K1 H+ c0 w/ F3 L% {7 fQuote:9 x N1 I e, w) ^6 }/ Y
# Define HEADER MARK '^' / / Normal messageheader
( h( [ y# m2 |# k t# Define SYSHEADERMARK '%' / / System message header
' e9 Q7 O' ?+ b& wWhat the Sysheadmark is looking for is not even the top 5E.- E* Q( `' \4 v* o7 p( q, g* K
Change this and it makes the CE Not work on server.( w" Q) e9 Z" D! ]/ ?. N
) j8 r8 Q" h% u2 jThen Tom's anti-hack is no longer useful.
* ^+ d9 b3 C) ]- O) Y! ]6 [0 L
, h+ C. z; w6 w) ?5 gLG Sedrika Part 2 of blocking CE
- v5 [% f2 X) ^" L, c
( m1 k" I2 F( R* \3 K% h; PIn 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.
* f: D+ U* {9 p1 D$ _8 ]What does this have an advantage?5 _/ ?! _* Y8 R
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself & Q- W# ?5 i# e
6 W0 g) I' Q; W: |& c! t
/ m' d- B/ U: Z! R4 x2 b9 ]First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
( f2 {, y7 k, _% I+ C4 Q2 T$ _. A( O' ?1 W; d. t
Then search for the following content in HwOption.cpp
' n6 m& E' y7 h; n
+ _' J0 ?0 b' O. H; w9 d0 Q$ M* {) E/ U _5 ]: x5 G$ [! d& z; @
if (scan.Token == _T ("ip"))8 Y3 z4 y i1 a) v6 T
{; g# l3 i/ v2 D/ B: a) R3 Y
scan.GetTokenEx ();
- c% s8 A; m" X/ g( y7 @strcpy (m_IPAddress scan.Token);* Q' I3 @ } W- K5 d% Z/ H# |
}
* _' j( V% R, Kand turn it into this:
& I: }$ p# _! S0 _ n# U' uQuote:: r; v- b# ~& ?' J M* u
if (scan.Token == _T ("ip"))
6 U4 U2 V+ h. v2 Q4 M, a{
; f( {: |! \- _5 t8 c6 w/ / Scan.GetTokenEx ();8 ?9 J0 x. a K; G/ H. {1 D
/ / Strcpy (m_IPAddress, scan.Token);; b6 ~0 [4 v" [) J
}6 k5 z0 ^$ _) f8 T% h) b
And you created the solution.0 T$ S1 m6 O5 E" \6 |
& |* t A+ h- @6 R- h
5 `) N0 x! }; q. f. O) aThen read the Neuz not the IP from the INI anymore. even if put in it
# C( d+ \+ x4 o9 {7 ]! ?" y: N
3 c& U3 B* c2 S" z+ X7 }$ d
Max skill's ! s; @% d- ]* F4 K
) Q7 t. r/ x- P5 t; @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
, _3 g. r# x& E3 D" C
* D& L: j! t2 U# X1 o5 v lWith the TUT can provide the remedy it" L3 g+ o: p. Q, V; j+ {/ v2 k
1 u8 `6 s; }/ f" {, ~. _9 L4 e& S+ b# 1 opens the file SkillInfluence.h
: f& S" n+ G& v3 |# j% G# 2 Search
+ e, V" V+ E iCode:9 N) v: _( E$ G. Z. M) i) Q/ y% f
& {4 \7 D! G8 C" ^4 n% l0 y. R
# Define MAX_SKILLBUFF_COUNT 14
5 L+ u1 {# [5 n8 W0 ?9 I8 ]; |" j9 h6 p. G
# 3 Change the 14 to your number (eg 21) and save it from& ?) `. }& \$ {* `2 d, ^
# 4 compilation and ready! ^1 j: n. s2 a& K
& k2 Z _+ M4 x
5 G( A6 m& ]+ o- r2 U
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:
! q+ q7 ?/ N0 p! P; h' E
% k7 ? B# T# ]dennisdra& n& ^7 v: m4 [
.Crasy
" a2 i0 W+ y( \- ?©ross9 B' B5 V! h" s
Sedrika
, _ s* [; B% j( d( l( \7 `# `- N( _2 L' W
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! / d4 S" ~) a z0 n* K( w5 D. v/ w
5 T% Z7 ]1 k$ o5 Q3 V8 |4 d
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less5 k- K% r( g4 t9 |
0 C6 _: V; t+ v% o3 f% d' R7 B0 C7 w. s* k9 F" Y( N
Update 1: how to turn off "Profiler" in worldserver.exe
) @) k0 U" u9 ^% ^( K/ \) S8 `& B
0 d1 L# ?! B4 c$ H; x6 t/ o( xin VersionCommon.h of Worldserver Solution
! O) m% Q# k) }; l5 |# XLook for
: X9 r' p0 S8 ]3 G
5 g; M' H- v: x% ^6 K#define __PROFILE_RUN
7 w8 [9 S8 k; r2 j- o6 A
8 I) v" [3 T# gcomment it or simply2 z+ B) _9 J1 q. q+ o3 f
" |, l. |( E* ]4 U3 G3 n8 |//#define __PROFILE_RUN
. j$ ?8 t- W; v$ k0 b
4 Q( i& d) S w" N( u1 R- \" V: g2 o% ^9 t" O f
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投寄。谢谢。我添加更多的很快如果你有病加太
) I! Q. U/ x$ ]6 t/ z$ o. ^ |