|
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 ! C7 w) [: v0 P' L7 f1 J
change level without Rebirth
! y( z2 i9 e Q+ a) Y* U) E8 Z k% q/ ?" X6 x+ U: k: O
Now, let us begin.
% V/ f2 k0 k) f1 h0 ]3 a( ^9 M5 @" P+ O& h4 Q0 w4 n
Requirements:. a% X- K$ |" d4 k
Source! e! T" z4 ]1 y
Notepad / Editor+ E7 z& _9 z; z, a" y7 Q
+ s+ ~ v4 i" Y: z( t8 ?+ U
/ / Tips by Sedrika, n }2 V8 c5 h
( ~4 ]: v! [3 @# v# YIt is up to you how you do it ^ ^+ b V9 A1 ?/ V) z6 `+ P- k5 T3 x
) q4 n9 b2 u# @, f6 A( n4 b
Go into your source folder and open the definejob.h
8 H: h# E! s! l% W0 r ?Search there for:+ e: _ l! [5 k+ n& \
' F2 I4 o2 l* t4 ~
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå, E( P' A/ t" g0 l, m O; @# U' p# J/ e
#define MAX_LEGEND_LEVEL 129
' z- y; M$ Q. k/ j#define MAX_MONSTER_LEVEL 160' A8 ~# R1 c) c! I
#else // 15Â÷ è÷¾î·Î ·1o§è®àå( y* I% z) ^/ P) f: k. B) R
#define MAX_LEGEND_LEVEL 121
2 [ Y9 K5 G! O#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
, M& m& K2 Y: j- b
; M( ?& Q( R7 B8 ~* g% ]
, A8 q; w* x }) Y& ?5 x, U# KRed: Player Max. Level
) c" U$ \) ^7 w8 B! d) UGreen: Monster Max. Level
J6 c# u* E: T/ H- r5 k7 b" b9 F' ?) e! c/ Y$ b- \' J9 L
These changes as simple as you want.
; |& g/ j4 i! F( J3 o5 `) D. L( {2 c5 `2 j- E4 s% h
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.2 ]$ U2 ~# D( p
# @& p/ [+ l* K6 _: `' C; @ Part 1 of blocking CE
" {0 O) K9 Y$ C5 C, o2 W3 d( Z6 x& @3 M. ^: u2 p5 n
In this tutorial I will show you how to change the Head of Mark flyff.
7 P$ M7 I: t+ o B/ d# U* VThe current Head Mark is well known, 5E, which results as a string ('^').* }6 v* R5 {; F- _3 Q
6 |/ w) {" j# L0 d
For this we go to the World (Project) and looking at the Buffer.h after thistext
+ i/ _4 E7 y7 `; H" U" YQuote:
$ P+ a4 S/ u* k4 ` t; |# Define HEADER MARK '^' / / Normal messageheader
6 w( d$ `5 Y' n* y# Define SYSHEADERMARK '%' / / System message header# V- U$ t5 R: O' b( M
What the Sysheadmark is looking for is not even the top 5E.6 O8 D* }& e5 R' O
Change this and it makes the CE Not work on server.
: F* Q! F8 p( Q) K* o! h
) P' ^8 r9 c+ S& n7 ^" d' dThen Tom's anti-hack is no longer useful.. i' i/ b4 n- j2 Q4 X
% O8 G& T4 V. i& o9 LLG Sedrika
Part 2 of blocking CE ( N$ Q L0 @2 M9 w) \9 O. ], b
- t `5 N% y. F4 e& e+ e9 G
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. % n1 K0 S9 W" Z) g
What does this have an advantage?
2 p$ D0 ]0 U7 @( gThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
4 _. v0 Y! s( E% v7 E! a4 S& _$ E2 {3 j, R3 a4 Q& `
5 Q5 m; R3 x& A
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.# @2 H. }. \: I6 @* t$ n
0 ^# o, c0 W" P, g+ {5 t' \2 t- nThen search for the following content in HwOption.cpp ! a! `* x$ W% e, [2 b
9 T7 R& x- w- o& l) x w! a8 c& C8 ^) ~6 V# ~9 w" c
if (scan.Token == _T ("ip"))
, N4 h* V w2 X$ d2 H{
8 N! {, q2 K6 M! b' _scan.GetTokenEx ();
- q' [* R! A; Q* @, x) jstrcpy (m_IPAddress scan.Token);
( l) H [% L) q0 O" f, w0 p3 Y, t}
3 O2 t% s( u8 O+ N1 j0 f; ^and turn it into this:, A; F# k4 {! V5 |
Quote:
$ K% c" A: K) p" m" {6 ^6 T/ Nif (scan.Token == _T ("ip"))
3 s1 d3 v$ k3 B" D' t7 j{& e% }- Q( J: C$ [
/ / Scan.GetTokenEx ();
. N/ B9 T- |) J! C2 W8 W9 U$ h/ / Strcpy (m_IPAddress, scan.Token);6 @) }6 G2 l$ E% c' {
}8 n7 B( ?- }. W) U4 X0 ? _, q
And you created the solution.
- F6 k1 L8 C, D7 q" f
' A) G0 R5 X8 V5 a: [5 [* D' f# s0 X* N
Then read the Neuz not the IP from the INI anymore. even if put in it: l. z$ Q* Z- d$ D7 j! q
# P* G7 ^7 Z2 @7 @$ d$ A
Max skill's
9 ~ e N; Q- o5 N) h8 g5 |! t- A/ o* ?; T! q" 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 " A% X! r5 H" H* ^& t2 |2 N( ]
& T) e. r" `. G/ t
With the TUT can provide the remedy it5 Q, ~% b5 Y6 `# V0 P6 ^6 T
8 J. S2 p2 L* x2 r# F, g/ I; m# 1 opens the file SkillInfluence.h
: Q7 `$ \. @1 T9 y# 2 Search
0 A [ a3 L' L$ W( R1 [0 SCode:
5 |# x6 n8 `" T2 G' A7 X: ~5 i" `0 z' A' ]/ e
# Define MAX_SKILLBUFF_COUNT 14
8 C' c; Q" ~# a* `6 O" B' ]
e, q3 t# k4 u- a9 q" I+ \& I0 ]# 3 Change the 14 to your number (eg 21) and save it from3 L- k% I3 I( Q, V# ^. |4 M, `$ l/ a
# 4 compilation and ready
* u1 k* e F# r/ i7 | ^" e0 {! b2 E8 U! @( D8 a, r* N; {
+ i( N# M, |' f/ h4 j& e8 XI 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:& V$ P. `) D. A3 D1 \ w1 L
+ \% p: o e1 T; `2 R2 i
dennisdra
/ H: l' ?) b6 _5 M# b; t: n" \.Crasy
9 X! U9 {$ T$ R% k; t; T# P©ross
8 w; Y! ~" n5 w7 ]0 S! P+ nSedrika
8 ?! F! f$ F6 C/ @/ `! z: i4 [/ p
7 P: w! X/ B6 Z' severything 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! 5 \7 ^5 v& ` Z
6 B0 i+ ]" k. Z2 C% l5 ZP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less8 y1 r) L% Q) O4 Y/ C# s x
/ R9 P8 \' X* f- q5 k/ B: s& j& `$ A: H$ U4 {- q B
Update 1:
how to turn off "Profiler" in worldserver.exe 3 S; B0 y' x6 g, w8 ?) `
; ]" @' h9 e9 j1 y7 s
& D: `! j" i2 [. e( O
in VersionCommon.h of Worldserver Solution& L& u* ~7 O% T/ _
Look for2 q% i: F' ?+ n, R7 t
# U% r( M2 e% I1 o8 H% x+ c
#define __PROFILE_RUN
1 J, d3 Z& Z3 n3 n( F' ~' b& Y( ^, L3 p3 x" X# }5 E
comment it or simply
$ f& Q5 B; h* B: _% K# m4 Z' j4 t4 I
//#define __PROFILE_RUN & i( W& J- q, M0 t2 m. c/ D" C: v
+ r, N3 W& ]* s! A0 D
5 R# H& P7 q- Y( Ycredits 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投寄。谢谢。我添加更多的很快如果你有病加太
2 r4 F5 d' M# N2 p5 w |