|
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! e( q: L8 U, z$ pchange level without Rebirth- V; h" l3 H( h- r& Y0 N7 v
8 V1 l, [" Z% E" WNow, let us begin.! z) C. Z3 H( @
4 P/ |! e( w; T& m% J
Requirements:' r; A4 h$ [1 c! j
Source% B, ~& j, c+ o, z8 L
Notepad / Editor
( `. v W2 o7 N M5 d5 ]# `, j
' j+ A* I( h& B/ / Tips by Sedrika9 O0 Z% G. r4 U4 Y: {# t* }
B- {5 M+ ~+ [; Z( X. T: GIt is up to you how you do it ^ ^# ?8 o9 B4 s% |' M
8 r9 U: t* A' z
Go into your source folder and open the definejob.h
3 X1 |. O4 e3 |Search there for:
( W& O, Z/ ]% C6 {! f' c/ C# V6 q4 c$ o2 H" O! x. P i
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
9 ?! r$ p! y h. |8 V0 O4 a4 F1 q- F: h#define MAX_LEGEND_LEVEL 129
: ? |( N# K$ B( L#define MAX_MONSTER_LEVEL 160* s0 i$ V- \# x3 o3 }$ f
#else // 15Â÷ è÷¾î·Î ·1o§è®àå% O" x, @6 m0 a! |4 v8 f$ B E
#define MAX_LEGEND_LEVEL 121
& e* a W/ `* U% Q#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 5 t( X* W: f9 M1 ?4 {" j9 V+ j4 M
; K1 i G, n/ `; l$ }6 f: K% M. @: e( Y* ~3 W( S2 A9 _
Red: Player Max. Level
5 L4 X! h4 [& B, s7 d2 HGreen: Monster Max. Level
, q6 N& y( ]/ A( k8 R+ b( ]) K# {* q5 Y+ e- @
These changes as simple as you want.6 \+ b( x c% H! W. n
* A+ H8 P: W0 V. T/ z
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
1 a+ f5 Q/ S: _% L! \2 k: y" @3 ~3 U
Part 1 of blocking CE
0 B G' ~) f4 u& o" ?5 f* T" O4 J4 w
In this tutorial I will show you how to change the Head of Mark flyff.4 a' E) X) h/ H; N6 ^: |; U' P
The current Head Mark is well known, 5E, which results as a string ('^').. p% H( {3 h# C% i, ]. g
6 `( M- T/ Z" \. P6 @$ uFor this we go to the World (Project) and looking at the Buffer.h after thistext
$ l, W' U u, bQuote:
' F- E9 y- }: F( }4 Y6 U# Define HEADER MARK '^' / / Normal messageheader* |. A/ G3 e; A- o3 q" X# r" @8 V
# Define SYSHEADERMARK '%' / / System message header" v4 F% ]' u8 V* k1 A( ^9 _ }
What the Sysheadmark is looking for is not even the top 5E.
# W) u! d; ] l! P. J2 [+ C, dChange this and it makes the CE Not work on server.2 |6 a2 i% T) ]9 R! J
# ?' F8 _8 z( K% `3 D
Then Tom's anti-hack is no longer useful.
+ V7 y9 Y. D3 ~; g" Z- I
- E& [2 r) E# u( SLG Sedrika
Part 2 of blocking CE & Y* T& x7 g9 g8 V u, c, E
6 N1 A6 k- a$ h+ S# ~
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. - |& @6 l. Y1 A: `& M! C
What does this have an advantage?
& X' d$ V6 }( R8 ]! @* L( A' EThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself 7 q" I$ z) Y' C
+ i% y1 ~/ h$ `! ^1 Q1 P5 R0 }* P
7 Q# n5 L& J' _# DFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
/ F; N* p# O/ z& S# ~6 T) z2 F% h$ \
Then search for the following content in HwOption.cpp , c# S+ i/ r' Z8 U+ g' k+ Y' @1 C
+ z$ u8 Z4 E1 f8 H( {0 r* K
9 A5 c( N, f; b* E7 b0 V* Vif (scan.Token == _T ("ip")). { j. L- S9 ^& A7 i! ?# ?
{
; v( H* p+ t P! ^( G9 iscan.GetTokenEx ();
" ^, s% Y) W/ e `& vstrcpy (m_IPAddress scan.Token);
! G2 }$ w! }: ^/ D2 s3 R}1 t) b1 ^. U$ N' t% b; u. s
and turn it into this:
) i& \0 g: n' l6 g& \Quote:
: [5 B: U8 S9 b! \% @if (scan.Token == _T ("ip"))* _* X2 `& n: h5 r
{
. b" Q: g$ s( X7 E) U; G/ / Scan.GetTokenEx ();
. [6 N5 |. b' x( m; j9 O/ / Strcpy (m_IPAddress, scan.Token);- S0 @3 N: M3 K- V' x
}
" O* A3 z. |7 A; ZAnd you created the solution.& d: x m8 x5 s( K: H0 T6 I
9 W9 Y1 U+ Q3 l2 v& |" A6 w
1 N Y- a2 Q! F; cThen read the Neuz not the IP from the INI anymore. even if put in it' M; v, e6 P5 ~* ^
6 s! r" ] a: b/ c
Max skill's ' N: ]. r; g4 a8 i
) A5 e) ]" o- P4 g w0 SAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc
) l0 k0 r2 Q& R9 u# i
: ^. u& B. Q2 p. {& t" |8 ?With the TUT can provide the remedy it
4 V+ m4 w4 x) O# P; `
9 n" \" x1 ~- X9 v# 1 opens the file SkillInfluence.h, j: B% F5 r5 f: s: C# K' }. W7 W0 T' V1 g
# 2 Search
8 G. _% W$ ^* kCode:9 O* x1 m7 P* H5 G9 h
$ g9 D/ m7 ^ c# Define MAX_SKILLBUFF_COUNT 14" r1 l7 m( s l7 o4 |! N
, W2 Z8 }( A9 }) r- W& y$ M# 3 Change the 14 to your number (eg 21) and save it from
, P8 v" S* E3 \0 T$ x" {9 |# 4 compilation and ready
0 n/ W& j. j; J+ \* j
: W; A* R- u# Q- I3 X7 c3 n+ @% q) Q+ Z) p4 F" z) ?
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 \7 Q! j6 G1 n$ ?
( c G* q2 w1 p9 u) g1 b
dennisdra
|' [, ]7 H4 B/ [2 a3 f.Crasy4 I8 }" q+ P; s
©ross
" s {; z/ g% o. `4 q. h Z) MSedrika
3 \1 V/ G. {' B* K) A" F1 M
! n- t1 [, N! V$ S! reverything 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!
8 I N4 c# p& f! S6 k) Y) w' F, c/ [3 r2 u
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
, a4 x# i. _. k5 u; J% |
' h& }( |* H* t1 U V$ g2 ?% ?
( g( i5 ]" x. `# J3 s9 X4 o5 e3 [Update 1: how to turn off "Profiler" in worldserver.exe
, v. ?8 p: y6 Q' }0 N$ [9 H; M
# G0 l% y/ ~: b4 @, L# y, h4 G! ^4 c* [& b2 m+ h$ n+ q" \
in VersionCommon.h of Worldserver Solution
& e) X, Y5 L$ _$ u. NLook for
3 x( p' C: N( J( M$ N1 E# C9 k0 ?$ V9 v( r$ V
#define __PROFILE_RUN) S. w j, Y/ z6 v4 Q$ ~: @+ B. V
: |9 W5 O; S3 O* C2 Fcomment it or simply
# f1 ]) N4 B9 q7 I# f9 t; j, W" T4 c: T6 W5 [( U
//#define __PROFILE_RUN . {- h9 r1 C9 ]4 q
9 o) Q$ Y5 _" v: \6 V
* \* }6 P- C1 K3 i7 k$ i( 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投寄。谢谢。我添加更多的很快如果你有病加太 B- _: {* F4 u5 q% i
|