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
A1 \. H" N+ H! `+ t+ hchange level without Rebirth
: X* g) I: R. [; I
" \& L' i0 h/ R+ Z& KNow, let us begin.8 t2 e* T. U/ R2 y( g: a
3 Z$ p: F% H, b+ S
Requirements:* q) V: `# b6 s
Source
4 u' i4 @4 j& T/ k0 p! UNotepad / Editor/ e1 i) d- [4 A/ @
' b# w0 Q. p8 }$ D/ / Tips by Sedrika
; [$ [4 g6 I5 [5 V2 X/ _7 ` x& i0 n& c: Q9 s" q' g0 U) \
It is up to you how you do it ^ ^; C6 {' M$ g' Z9 {( b, N
+ C5 F( B' p* A; M6 U0 {& W; [
Go into your source folder and open the definejob.h" t1 V0 h( L7 M
Search there for:4 r8 p6 `$ ^9 a/ Z( S
! F; i( b* i0 Z/ E" d#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå5 {4 D$ L" J3 _6 t+ ]! ]5 A
#define MAX_LEGEND_LEVEL 129/ D* S1 t! _& W/ S. V) R2 }+ k
#define MAX_MONSTER_LEVEL 160% k: v% u. |* @
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
! Z5 e- i! ^! ?# l1 b; F8 A#define MAX_LEGEND_LEVEL 1210 i3 V9 T; V5 p+ B
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
1 r* d4 B3 @: }4 O3 L8 C4 K4 l& n! R; u+ j$ l' u
: u8 o% I3 D2 H* T. Q- VRed: Player Max. Level
+ d9 g& u1 e% d$ ]0 [; B% R) PGreen: Monster Max. Level
8 n( ?7 z& s5 B
7 H @# o6 P$ C* k* V. vThese changes as simple as you want. \ _ S, V6 H4 E6 ?8 T9 e
1 }' u/ M( C: Q3 p" }
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source. ?9 J# K( j: ^9 l2 e! Y, Z
: k, M" l& H5 w4 V6 I
Part 1 of blocking CE / }# B& n. G5 X
9 W$ R9 b/ I! K5 F( v
In this tutorial I will show you how to change the Head of Mark flyff.+ f5 u6 \5 Y* E. W, U: Y
The current Head Mark is well known, 5E, which results as a string ('^').2 ?/ g; @9 x# g t2 {
- R' w0 Q. D F: lFor this we go to the World (Project) and looking at the Buffer.h after thistext/ r$ w/ P% [1 V8 B0 y
Quote:; F& `2 Q% [; q9 @
# Define HEADER MARK '^' / / Normal messageheader
2 ]9 T1 n1 O' S0 g, Y# P# Define SYSHEADERMARK '%' / / System message header3 k A" h) D2 w) Z
What the Sysheadmark is looking for is not even the top 5E.- n+ C4 D! M, n. {) w
Change this and it makes the CE Not work on server.
* v) @/ i2 Q( E* P2 T! C V; ?5 f1 ^2 }) I5 z' u% F
Then Tom's anti-hack is no longer useful.
. g+ P3 t* q5 p7 e# D& }# Z h2 U4 c8 j" E* R# J/ a# x6 Q
LG Sedrika Part 2 of blocking CE
" j! X4 Q- C& Z+ X4 z, H4 _
% v8 _7 O" M5 }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.
4 w) k, M1 ?3 U" {9 YWhat does this have an advantage?
: X' J% h+ ^& Q/ G/ `3 }5 bThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself 2 A) ^$ x7 O5 R6 e; h. y
& p- _: R* h6 r+ d
7 q9 g \+ g1 I a, QFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.$ K8 L: t) P4 x+ l6 B7 i/ Q
% v. N# [) T- rThen search for the following content in HwOption.cpp 0 u. {( L5 o) K4 v9 _* v0 a
% c& T7 N5 M; m+ ~- j4 j3 p& ?
/ o0 O) T' `& i, X0 A
if (scan.Token == _T ("ip"))5 @5 F7 j. H% D$ B
{9 `! w3 B) G* h& M7 q# t
scan.GetTokenEx ();* |" T- s1 v ?+ D+ s" W
strcpy (m_IPAddress scan.Token);9 P- B9 a& |: n4 u
}
3 c) x% C |4 L/ A5 ]and turn it into this:; d5 Q+ B: A+ _0 e/ b
Quote:
3 u1 W2 u6 e: V% U. `if (scan.Token == _T ("ip"))# j- D" J: Y0 X3 C: N: j
{2 |; V) K1 \1 w" B ~
/ / Scan.GetTokenEx ();
$ X2 x- C. V& W B! h/ / Strcpy (m_IPAddress, scan.Token);) o$ A t$ l3 H
}
# e4 u, ]# G2 j7 B& s6 H( }And you created the solution.
4 f' @& R1 f( \& i: s* {2 _/ } e8 m9 w0 [+ Y# v
$ W, p. x* {! U+ {Then read the Neuz not the IP from the INI anymore. even if put in it
) G- K& F8 o. j2 @8 `9 L" V l8 v: B
0 @& @. z6 |" _ a3 j' Z" u
Max skill's
% X% r- u \% p H/ y/ H" L
4 D, o6 b$ c( S' J. ^1 [7 d) UAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc
; l4 l6 w2 q9 {9 Z, X/ d t8 j
6 W* L P5 G0 O, k) F% C$ k. @8 \With the TUT can provide the remedy it6 _% E% u L. p+ `5 s( Q
# b1 r+ J# V, t! c# 1 opens the file SkillInfluence.h
+ @( e3 C6 H x$ h( w1 M% G# 2 Search
6 v1 h8 t8 c% a( y6 y/ c+ H R! VCode:. g7 ~$ \1 N2 G# i5 ^
* |% k7 \- Y* k4 F, R, T# Define MAX_SKILLBUFF_COUNT 14
( J1 B9 v" `# \0 O
$ R& R8 x: Y6 R) u A: @, \' g3 Y# 3 Change the 14 to your number (eg 21) and save it from
2 g7 C* Y* V0 F% Y: I' C# 4 compilation and ready, t; q" @( _9 @ D: }
* G' }$ T$ x4 d( a! e. u4 z% A6 L5 {& H& y! d# ?, n" V# 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 [6 b8 h1 [5 C; `% w: ], I. A& A ~! ?$ ~$ S
dennisdra" b. j6 j' I7 k
.Crasy+ g Z" Q. N+ h- V0 v( ?
©ross- l7 w9 p* C( q+ U' Z3 X7 q
Sedrika5 l$ r9 z8 [& h7 d# c/ q* r
8 }6 q9 [3 O- F7 J C4 w+ f: T
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!
0 m& i8 u2 Z% `$ d8 I ]; t8 Q% l3 D" V! y
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less- j) w9 A0 z! `1 f! e' |; s
2 P5 ?( ]% H6 ~; b+ r" T, S8 b3 u2 t. u7 }. {* D; Q( N6 v$ F! p
Update 1:
how to turn off "Profiler" in worldserver.exe & ]( i7 w9 q3 |" O" ^; V
6 \3 G, s0 D5 Q: k! V+ w8 Y+ t3 i1 |+ n$ [1 q; d. J3 f' Z
in VersionCommon.h of Worldserver Solution- ^; {" R) |6 R
Look for4 H* d7 v# I7 C2 s
S0 [4 r& X- `) w* l. R# e#define __PROFILE_RUN: D. k- G1 A3 v9 L) H
, a7 H; W" }5 K N) Q0 Qcomment it or simply- `) z* i1 t! w2 o
; ?+ a2 k& |! S2 \' k//#define __PROFILE_RUN
9 x, d- Y% Z# D: u" b8 ^" s' @9 t* M! x* `
6 p1 g# g1 z6 ?! r" i! K
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投寄。谢谢。我添加更多的很快如果你有病加太
- W# m; c# p7 z& s( e0 R; @2 y# R* C |