|
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
4 W$ b! u$ a+ f/ @- x/ O' N% }change level without Rebirth
# A1 ~- B/ J- x
2 n3 g& l1 m: q* E9 uNow, let us begin.
. o) i7 Q( W: h8 t1 I' ?/ t V& d! ?9 u7 d# a& e6 H) l
Requirements:( C7 K6 W& W! h, G
Source. A+ ^( t5 v! Y% v$ n2 O
Notepad / Editor
- Q2 j5 b* v a8 ~
7 f D- |5 ]4 { q" A2 V# P$ T) c/ / Tips by Sedrika
: O4 [5 z3 x4 t& n
: g7 `. u- K# d6 {7 r3 yIt is up to you how you do it ^ ^$ `! @8 m, j: d$ d3 j( B# H
) M6 U& \9 D _6 r/ E7 C- M
Go into your source folder and open the definejob.h
0 O4 ` e7 d; vSearch there for:
/ e/ p8 B! D# A) Q. c; s
I/ e. \' `' M#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
t* {2 X& w6 v/ k7 Q, }#define MAX_LEGEND_LEVEL 129
/ |: U) `5 c" J, M ]0 m#define MAX_MONSTER_LEVEL 160
2 ~# Z( q& |$ s: n k# G#else // 15Â÷ è÷¾î·Î ·1o§è®àå7 ` ^* e/ F# @0 k9 R1 s- ?7 b6 o
#define MAX_LEGEND_LEVEL 121# v: _5 v- T8 l! i7 U' U8 ^
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
9 D8 i) a! L% P& `/ D2 F- o
: q9 c3 \- c4 P g* K
. m) e: u& f, ^% N( dRed: Player Max. Level. R/ @" x( D# w# v4 G% A
Green: Monster Max. Level0 i) G' Z& i* |1 b
$ g6 F6 F6 U- J C3 t
These changes as simple as you want.& i% i F7 _2 U, C9 u. m& a
: U/ G- j- J+ B2 N2 }, W0 vThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.2 ?* F) } \8 s' f
8 Z; f2 \' K3 Y: w1 J
Part 1 of blocking CE
+ F/ v. E$ ^& v; U+ Z9 Q. j; Z
& `5 k) l! O- `+ |. i1 sIn this tutorial I will show you how to change the Head of Mark flyff.
: e+ \9 }+ x( N' JThe current Head Mark is well known, 5E, which results as a string ('^').
3 G/ G' p. g3 x/ H( K+ ]& Y0 b8 R7 N
For this we go to the World (Project) and looking at the Buffer.h after thistext) o: q; _* I- z; |% E( ]- T7 z# d7 q
Quote:
/ g* U8 [ n. S9 l- d( [$ h8 b# L# Define HEADER MARK '^' / / Normal messageheader7 x" W3 `% k" \4 _1 I
# Define SYSHEADERMARK '%' / / System message header$ i/ T* @2 z$ {% ^- P9 I' G
What the Sysheadmark is looking for is not even the top 5E.
6 o% @ E4 E2 G8 I; pChange this and it makes the CE Not work on server.
2 Y# ]% E. L& G! B* M
; x G* x: B2 Q" |* X6 CThen Tom's anti-hack is no longer useful.2 { d, j8 d5 Z3 O
9 J$ h2 x7 u H5 Z1 j0 H" n, ?LG Sedrika
Part 2 of blocking CE # j) O V( }7 i
0 {, h( j6 i1 l- C
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.
/ I( \* p' g4 d1 ]9 eWhat does this have an advantage?. Y5 A4 Y1 J0 H7 U- y
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself 3 s* |9 i. j8 H4 C' q( _
( K# |0 m" f& ?8 h
: n; R. j* S9 M0 d
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
' P3 O. x3 E$ t3 ]( X1 Q
$ A* r' x% \" k) O* k% k% qThen search for the following content in HwOption.cpp ; u. ]2 L; P; X9 d3 x0 V
; Z0 ~" v3 Z$ p# x) P; {1 Z' I" R
5 Z; T$ {2 e7 n v4 A/ v. f# ~& xif (scan.Token == _T ("ip"))
* W/ g( n/ u! D8 p6 L{. O: I- C: @# y5 z! y+ C3 a/ m
scan.GetTokenEx ();
0 E6 N+ F" |# _7 m4 X2 fstrcpy (m_IPAddress scan.Token);
9 S J/ |* }6 P. y9 X}
( E9 D' y2 E6 M) W% |$ land turn it into this:' u' P+ u/ z& o* a
Quote:; U+ @2 ~5 k" f/ A
if (scan.Token == _T ("ip"))) H0 n2 U$ e$ L" d6 ^7 c. a: F
{* _2 j( b# J! }
/ / Scan.GetTokenEx ();
5 E# b1 ^! i B! T2 O! O/ / Strcpy (m_IPAddress, scan.Token);' ~- B$ [" G- L9 l$ d+ M7 I$ g
}
m% a Y! W# I4 I8 x* zAnd you created the solution.
) p' e. B. J) E6 o5 P6 h: {7 D& s* B" @& W( M+ T
- `; Q# B3 G- Y" D' s$ T3 {: S
Then read the Neuz not the IP from the INI anymore. even if put in it* t0 i4 @: e* w# }0 F* Q
8 h s( { s' c' c Max skill's
5 n* r2 s/ G! Q" e% B- y7 E& d$ ` r5 A: p4 S7 J
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 9 H* _1 j6 O. _
' d" _0 X8 P" ~) H; v
With the TUT can provide the remedy it
2 {$ g$ L. r5 R! K
3 k+ `3 f; a7 R9 C' Q9 `( X# 1 opens the file SkillInfluence.h$ Q6 S+ Z& ~# Q2 V1 z% r6 d- [& _
# 2 Search
- m8 }2 Y9 b1 D' C. D# W; ICode:' Q \$ f7 ], R% R9 |
% u- I# l* Z H/ g- z# Define MAX_SKILLBUFF_COUNT 148 k6 H2 @! e# X2 l6 m+ A! K
7 N- _1 H1 n2 d' L0 W
# 3 Change the 14 to your number (eg 21) and save it from
- l1 M; I% |, A% y* ~! L# 4 compilation and ready
: n3 J% w& G( n; c2 Z# w' {* L/ _ A8 j0 Q6 b6 h
! {& y/ b6 q) J- c' P
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:* i$ V0 Y" j4 {
8 \3 b; H2 Y: j$ K: Y5 ndennisdra
2 E5 v" Z2 n- E! W.Crasy0 N5 Q, {8 v& ~$ {% M
©ross" e; Y2 R3 V# |+ f& ]
Sedrika) W9 I* s( f$ f
4 b. Q* L1 Y$ |; m
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! " a! V, m/ [" e; | e7 h$ Y) S
( @/ z* s7 w$ W$ U( J. o; L* p8 Q
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
% a+ p& f. p# l( g7 W9 c+ ?! B3 _, r/ b
, V" A, V+ J4 Z8 K7 r! l+ t
Update 1:
how to turn off "Profiler" in worldserver.exe
( E4 v1 G. W# q1 M( t( Y8 H
' f( }. @3 f8 G, r! e% H; F
8 s. ?/ n5 b8 }0 S, _% H1 uin VersionCommon.h of Worldserver Solution
6 S, I1 l3 E6 f- |( j3 wLook for
2 T& F4 ^+ B. n
9 m" N2 U4 N9 h#define __PROFILE_RUN
; Q3 S9 z! ]+ @) T* j* X, a) C; B% w2 w$ ^' M# E2 h3 F/ J/ S: m
comment it or simply7 m! w+ i) [+ F% _% z$ E; t; v
; g* J* S+ s- I/ W//#define __PROFILE_RUN
' [# q% n) _; y* b) o7 L
4 R4 M& z$ Y8 d0 l! P" _: h/ K! U( y' A0 t+ I, T
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投寄。谢谢。我添加更多的很快如果你有病加太 " p# V3 P( y; O7 Z+ Y( ~
|