|
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 7 O/ V7 q J' B9 o2 T
change level without Rebirth4 l4 w0 u! f) a0 \' k7 J
; a6 {4 X6 ^2 G% X, HNow, let us begin.$ O8 W2 q- g7 g+ Y) u! y* M
' e# H0 i% O7 k" B6 [' x! T2 D
Requirements:3 \ N* r# j4 |8 \/ [8 A* Q
Source; l6 W1 f9 j* @: U
Notepad / Editor) m: ~1 o- t( F
; h. L. Y: O. e; j
/ / Tips by Sedrika& {7 W. \0 E+ ~5 ?0 M5 D
: ^5 e% z8 S9 ~It is up to you how you do it ^ ^
* n0 e' M* q6 N* O3 M3 d; j( @0 G. `0 A) D% l( [
Go into your source folder and open the definejob.h
; |. I# Z% w% Y) s) ?8 ?# j8 cSearch there for:
# O9 y% n* u0 q% x6 r$ U4 |0 b* \% U
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
+ M5 F! u' {/ O x1 F7 O; b, A% Q#define MAX_LEGEND_LEVEL 129
9 x2 R5 C& N- K" k% w#define MAX_MONSTER_LEVEL 160; A t2 K. t' f2 m
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
3 L) O. n9 Q& v0 h- V#define MAX_LEGEND_LEVEL 121* G2 [3 q4 M2 h' _ U& ]" L! k% X
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 1 Y4 W8 k C, B+ O+ ~" r& g
\$ m6 `- L; o
& Y/ t; }2 n/ |% X) gRed: Player Max. Level
& B# L' z& B9 n J. h: m& DGreen: Monster Max. Level3 n7 Y) o, P4 C+ y1 [2 l
& a* U# e4 Y" [- w& m- t6 l- [These changes as simple as you want./ b: f: \: _" [& n+ R
& J V! Y4 x! M2 z2 HThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
7 Y, L4 k% G+ Y7 U" b/ V( s! B8 x6 p
Part 1 of blocking CE
+ V% @) }8 x. B: s- o; c) {5 b- [/ A& O6 S
In this tutorial I will show you how to change the Head of Mark flyff.
2 b+ x7 a' o2 Y: G1 u& z" s8 EThe current Head Mark is well known, 5E, which results as a string ('^').0 `* W: Q% M/ D+ J3 F! }$ l* G: D
1 O4 f" ^; ~9 u5 \7 }
For this we go to the World (Project) and looking at the Buffer.h after thistext# U0 ^& b, @. @3 U, G
Quote:
# Q I$ Y9 b% P* V% ^# Define HEADER MARK '^' / / Normal messageheader6 @- \- E. X7 f. b4 Z5 ^' e# d& {
# Define SYSHEADERMARK '%' / / System message header
* W+ m+ C- C8 g& I# f8 jWhat the Sysheadmark is looking for is not even the top 5E.
/ P! j) G* L) v9 BChange this and it makes the CE Not work on server.
N3 n" M6 t% V% q* U; D) P, T8 U: K( Q
Then Tom's anti-hack is no longer useful.
# v. m. F1 E, m1 a5 y3 b3 O$ `0 |$ W$ W2 b& ?! {
LG Sedrika
Part 2 of blocking CE
& F9 O4 A: g. i, E" S) M4 v: c( O. T: k
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. ( M/ M0 [5 }! h. |: n u2 W
What does this have an advantage?& E! C" [! o# d1 D
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
6 P6 R' {4 K2 i
; p6 O4 A- q# B( S" q* }' P( W5 }7 _6 g. K$ s
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
+ t8 I6 L/ l7 c, K! R% u- i5 \( e+ m' z8 x& X) d8 \
Then search for the following content in HwOption.cpp
4 F3 d8 t% k8 ?% r0 S z& P5 @3 ?- G+ ]- k+ |0 u2 Q
( N7 x2 L& k' y
if (scan.Token == _T ("ip"))5 O& z& D6 J) W$ m1 G, J
{0 ^; }/ k1 n5 a
scan.GetTokenEx ();
# N; n/ M) g0 v: O9 vstrcpy (m_IPAddress scan.Token);
( J9 y* R) M3 P, H}% h7 J) a a) E
and turn it into this:" O- y9 B4 R/ r& h6 U5 g8 B
Quote:
1 u( h! a% v0 ^if (scan.Token == _T ("ip"))3 b; ?5 v: h, i
{2 r* a: j* \% [3 s
/ / Scan.GetTokenEx ();
# l- E+ l# o# D+ E8 ^/ @/ / Strcpy (m_IPAddress, scan.Token);0 U; h. y* w# N. H
}/ P9 v" h, G4 t* }! S+ o& h
And you created the solution./ M8 K3 h" X" x4 h% ?, z
/ \1 V6 A# U# u* C1 k
; v& J: r% l3 l, L: y( q6 z# m
Then read the Neuz not the IP from the INI anymore. even if put in it
8 N3 ?9 R1 i% \2 ^0 C7 M5 g: a% j. u, [! C* q
Max skill's
1 t9 O; n* Z# \' |# c- R0 }+ C# @) a( L$ W6 U9 |& Y9 x$ M5 F" T) o
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 , w. m. y$ [3 y
" f6 w3 m) R P* @
With the TUT can provide the remedy it; g) T C" T2 C2 M0 \7 r# N: t) P
8 t S, W* | `* U
# 1 opens the file SkillInfluence.h
8 N- y/ \- H' t ` r& t# 2 Search' A( E" h1 S0 e
Code:0 i; Q# |1 R! X* H$ n
7 |" U5 R4 W5 i
# Define MAX_SKILLBUFF_COUNT 14$ U% U C4 {) q6 U2 W% m1 f/ s1 e
( e! h6 D7 B% s2 C2 ]
# 3 Change the 14 to your number (eg 21) and save it from
$ e3 R" h1 ^; @3 l( _4 O$ s K# 4 compilation and ready
( Q6 F3 m7 n0 M# \- n: A8 l+ f
2 Y) v5 H2 i7 w9 g! A
6 \6 z: f3 `4 V% I2 I* f$ 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:$ ^% a* ~5 W& R+ ^7 b. ?
6 V ^6 | R2 Z; M: E7 n/ v1 ndennisdra
% ~* W5 T8 ^& j8 I.Crasy
) U$ ?4 K$ O: l/ r1 ~7 z# T1 S©ross1 C% b6 G' y/ K- B
Sedrika
0 g$ T! n8 _8 g+ S9 R
/ U: |7 p/ J% T! Y5 ~6 ~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!
; I8 ?2 h! z& y' N# K- j* q
/ g. N% S1 v8 k$ rP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
$ |: P; ?5 f& A8 D3 b [* V* f( b* C8 K0 X
- S% i; y9 |. B, G# X" V* kUpdate 1:
how to turn off "Profiler" in worldserver.exe 9 V" W) g; O3 I$ Y
4 M% Q, K6 [* h1 W" C& S
- i2 l) y7 z1 Uin VersionCommon.h of Worldserver Solution. _( L9 Z- e N6 @7 a
Look for
* P; `+ L; z0 H; U9 Z, W/ h; P% D, {+ [
#define __PROFILE_RUN, {6 g& H3 w; c ^0 K
4 ~7 Y6 R$ G% j y m+ p+ F' K4 d
comment it or simply' \* w* n' m5 y v
- }' [" E& C, ]/ x% r9 b//#define __PROFILE_RUN 3 V' e7 P& n5 a) [& Z3 o8 \
' W, F1 g4 e- i: A7 a6 r
$ ~- o& G# Z$ V B- b' R* [5 ?
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/ V- d# H7 z& V9 Z, z5 J |