|
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- n( c" [9 K1 K3 ]4 I4 C4 ^change level without Rebirth8 v% n/ I' F# C) K
' B9 l, ^0 [9 p8 m2 `Now, let us begin.
& `0 N6 \. v! _! _( f5 c& e3 A' K4 U' x# w% T
Requirements:2 A6 [, z) K( t7 g1 U" }
Source. c( D' {% B l, E1 F
Notepad / Editor
1 }5 |" t0 d; \# ]: `1 s2 [
$ [! e( ^9 @& a; P' k7 Q# W( N C/ / Tips by Sedrika
5 E5 I4 O" I) e2 W! t' m0 Q
4 D! K4 I, Y' @! ^, K% C8 lIt is up to you how you do it ^ ^
; o5 ~" k/ c, Z6 s- Y' t4 F# Q/ F+ F" L7 \% l3 B6 |
Go into your source folder and open the definejob.h
! S# I4 K1 _* l4 FSearch there for:# f' \ a- U K9 E5 H% F& K
* A* W3 I2 P6 Q! `" U5 q#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
; F' S5 q. z3 l# R* i1 c$ Y#define MAX_LEGEND_LEVEL 129( A0 D; Q, _* j7 ?
#define MAX_MONSTER_LEVEL 1607 D" f, H8 g1 m% m4 c' W
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
1 p; I' {3 V+ y: D9 X#define MAX_LEGEND_LEVEL 1212 @: a5 {% i9 \' V* h- Z
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå - D! @6 W" k' d9 ]" \0 M. h6 P1 b# W
1 [, @: l/ C+ u+ `! X
# Y- G' H) O. S( WRed: Player Max. Level
, H8 P" a6 s% ^( v& JGreen: Monster Max. Level
: X& y5 k5 M. @" M7 a3 F& m& l* }/ Q% y
These changes as simple as you want.+ F: P4 u b& `
! ~/ I; |: ?- D- k* C8 A+ Z8 ?
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source./ w+ ]; }5 V$ t5 q0 r
; o# q( |! y0 x) x9 b$ ?6 q
Part 1 of blocking CE
* e" o$ H$ q' O: X& r. m% B; \
1 H8 i5 l" |" \: x* o0 d& ZIn this tutorial I will show you how to change the Head of Mark flyff.
, | u7 @( [8 E. G, lThe current Head Mark is well known, 5E, which results as a string ('^').# H( I) v w @8 G2 v/ Z6 t
& E' Z5 Q9 P2 |! h+ e% }
For this we go to the World (Project) and looking at the Buffer.h after thistext
( P/ W, J4 W3 xQuote: K: d- D) H- U7 s6 L# s
# Define HEADER MARK '^' / / Normal messageheader
6 {$ G% w( |* Y- u+ U' t# Define SYSHEADERMARK '%' / / System message header2 |# M3 @4 z4 q8 D# q) O% z1 h1 X- G. n
What the Sysheadmark is looking for is not even the top 5E.. K2 j$ b/ p* z6 I
Change this and it makes the CE Not work on server.8 O7 ]% `- N8 L; W: F% W7 t
3 x ?- v9 Q; l! a$ i3 IThen Tom's anti-hack is no longer useful.
% L! A7 i( l# f0 d% w% u3 W y1 O4 J) x1 l( I m8 o8 `* M
LG Sedrika
Part 2 of blocking CE & ^9 K; y( S6 c
; O, t) g9 s9 E: k# q9 KIn 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. k5 B6 Z/ v: W
What does this have an advantage?/ H5 N3 N0 v4 B: F% [3 p
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
: f' _) W" s7 ^2 L9 ~
+ _, l5 k7 ]! ~, u
8 H$ s& t8 C# {; ]# LFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.5 _" }+ h9 ~4 v& `3 L* z
$ }& k: C8 J) I7 S2 t& [- r
Then search for the following content in HwOption.cpp ! \0 M6 d% N' R; z: t K
4 p8 Q5 y' q% U* M" N/ J
' U9 K" Y' C6 A# _. S8 V6 `& Cif (scan.Token == _T ("ip"))
+ j7 W( g6 s7 J( \* A{7 c8 Z$ v' ~& j% ?: |
scan.GetTokenEx ();4 O# @$ f; ~/ O$ ^
strcpy (m_IPAddress scan.Token);1 k3 u0 a9 |+ e3 L4 | I
}
3 U% k7 y$ P7 Yand turn it into this:& u6 r% _2 b0 P8 x5 n4 g
Quote:
?3 g R3 b0 \if (scan.Token == _T ("ip"))1 U; Z: c; N/ l: v7 w: i! Y3 X
{4 @0 |0 n- J: v
/ / Scan.GetTokenEx ();
" S3 Z. Z) Y3 r: y6 w# K# e8 v/ / Strcpy (m_IPAddress, scan.Token); g3 ]6 t0 w& }
}
0 I! Y. v' o8 U" QAnd you created the solution.! D( d" ^! ]' j) P8 e' t
1 `5 T, Z5 m1 m. v8 I% |* m Z7 v5 E
Then read the Neuz not the IP from the INI anymore. even if put in it; e' P$ V- i: D
5 J* Y* k6 a9 I8 q4 {; w$ r, ^ Max skill's
1 \1 E- i. C( [8 ^8 Q+ H) U' s) u3 d- M2 `3 D
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 + o' l# o6 x- i; o7 k. y7 v
: f1 R! m" ]; x
With the TUT can provide the remedy it
/ Q$ u4 q: O% T. [+ H3 c
( k0 m3 c7 U. J" H# 1 opens the file SkillInfluence.h0 k( Z' q8 ^# L
# 2 Search$ L# I0 g5 ^2 C8 a7 D; B* q
Code:3 d6 t8 @9 N* ^/ }8 E; \
; Q4 D2 l7 P: q: S1 b, C9 T2 e
# Define MAX_SKILLBUFF_COUNT 140 P( R! K8 r) c& Y, k9 d
( a+ h8 A, l, Z0 a8 j3 j# 3 Change the 14 to your number (eg 21) and save it from: G1 r4 {4 D4 q: q( {8 A. o
# 4 compilation and ready
$ K+ x/ |; s$ g! ]1 ^: ~& a3 _0 {/ k4 J
2 [2 q: e: N1 P" [: ^7 j3 wI 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:
: `4 e' H! I; c m. E: [
( b! c% m- y6 L' \dennisdra
8 g6 ?; f3 V3 a: A- H.Crasy# W* p4 I& T" N# k4 Z' f5 ~
©ross
$ t2 f9 a( J& G# D$ YSedrika
3 b% k& x2 }2 R- ^0 F3 ^( M; J0 }0 x2 E! x: A
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!
" h% t$ d/ r; }
' u1 I" B0 _) ZP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less. F8 h) l% L. _* f" Y" G
2 L& P; A* ?/ N$ P, S+ X5 u
' L& M, n Y" e% {Update 1:
how to turn off "Profiler" in worldserver.exe
6 K5 [' i/ S5 _7 C6 \7 R- `( M4 o
& F; r& E( n9 x9 q0 G
# R% G8 z+ N" y1 E- k4 ^5 gin VersionCommon.h of Worldserver Solution0 {; q @' `; |, y4 e4 X; X6 m
Look for
: \. _) w" P ?; d( Y! F3 _, r+ [7 M) [, M. F7 [
#define __PROFILE_RUN. z! x& N8 t6 [- m2 ?) R: r
. W* y3 }5 D# u/ p( icomment it or simply
, l5 B2 O$ d/ P0 I0 {
+ X4 Y) L i, ?6 o1 X//#define __PROFILE_RUN
. c1 l' z4 T9 N% }* [- j8 Q. e
8 J# ?" E+ D0 |4 {8 R- f: c: ?4 A7 D& U2 \
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投寄。谢谢。我添加更多的很快如果你有病加太 $ Q5 K3 \. K$ Y1 _) w' Z7 u
|