|
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 & T& [$ b' ^' H8 z# m
change level without Rebirth$ v n7 f! J5 u- R& h2 ]
- ^# j6 W! Z" f5 n% r8 O
Now, let us begin.
5 C4 T! h" M- m* T* N6 O$ a# G. {0 O, N* ^) Q8 Y$ H( ^% ~. S( Y0 W
Requirements:2 f9 b4 S( C& m# i
Source- ~. J4 s7 q. R! ?! ^
Notepad / Editor
7 w. x4 K! F$ }7 {, h2 H$ q: N' Z x6 g
/ / Tips by Sedrika
2 j8 U. n5 i0 R* H9 B$ D4 j Y& n* |$ g# u9 R
It is up to you how you do it ^ ^
. l' x5 o; j( J3 [5 Q3 E& S+ c( ]) e5 ?
Go into your source folder and open the definejob.h
1 E& m. `; ~4 ?+ t& n# \, tSearch there for:. U. `( @1 H/ X% H
$ ?4 U. Q0 m+ `, [ q) E; G#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
; {/ q0 c8 t8 j5 S5 k#define MAX_LEGEND_LEVEL 129
+ m5 x( B0 z! _% A' b#define MAX_MONSTER_LEVEL 160
3 W* ` p* y) c#else // 15Â÷ è÷¾î·Î ·1o§è®àå6 R0 i/ Y" J# V! a$ r8 {0 z) z
#define MAX_LEGEND_LEVEL 121
9 i p; R# h8 O. r#endif // 15Â÷ è÷¾î·Î ·1o§è®àå ; Z) U& ^3 T$ }# o, h, X
2 m/ M9 E$ j! r' B
- m0 [/ s' q1 o! w
Red: Player Max. Level
+ E* e# w4 P" s% ~% S* nGreen: Monster Max. Level, x: a0 q* d" h2 Z0 ^
8 R, Y. L: F! |. P; D. C' R: R% eThese changes as simple as you want.
2 g+ B3 f3 Z) S+ z7 p" r6 A9 x/ a+ J
X V% c/ w8 L9 u* ~! jThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.( I/ l, D% b( o1 C; q) `( {
; U5 Y2 k% W5 v# g
Part 1 of blocking CE 9 w- U4 i: J# ?4 _) O
5 }9 r0 C: `7 R' u0 \
In this tutorial I will show you how to change the Head of Mark flyff.
( ~+ C4 u) ~* W1 n* y% j6 D2 wThe current Head Mark is well known, 5E, which results as a string ('^').
8 L2 l7 @2 p0 I, a; l9 E. Z
/ I* e `8 @& L- oFor this we go to the World (Project) and looking at the Buffer.h after thistext
& _* A3 i( t5 e# T5 ~2 n- ZQuote:
" t9 O+ N1 o/ O4 @9 |# Define HEADER MARK '^' / / Normal messageheader/ [, m1 k& s r X
# Define SYSHEADERMARK '%' / / System message header
/ m3 l2 l. \ J, h* S: K8 fWhat the Sysheadmark is looking for is not even the top 5E.
/ J1 u+ k, d* D' m, T6 BChange this and it makes the CE Not work on server.$ \! e1 G& u) R8 ^5 [
: s( n4 [% X2 h% c" r- F$ j9 [8 KThen Tom's anti-hack is no longer useful.
: D- y9 H+ d7 v3 I) l1 d
, y! J- {' j/ BLG Sedrika Part 2 of blocking CE
, r% \$ s J! ^8 h; Q) R
: e6 g Z; p/ u3 y7 H2 ]6 RIn 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. 3 \2 o1 X# r) s9 }8 E. m
What does this have an advantage?
7 q n4 g7 q7 ?6 h% U, I6 o( AThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
5 P. e( k' _% B5 M1 f4 W( K' _' N7 q9 g8 W6 @+ l% O y
2 I, Y, L+ \8 _4 N3 C$ G- J0 I4 IFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
# S5 U4 x& b( Y" }, Q/ k0 `2 |, f2 }& Q
Then search for the following content in HwOption.cpp
8 n- z# G' v" {4 a# m
" d1 W3 r0 A& g2 Y
" z# a# V4 l! e0 U+ m5 y3 Gif (scan.Token == _T ("ip"))
2 e/ P" r4 ^% j, ?/ C0 z, g{
# F( E/ X& U$ i5 N5 q7 t6 [scan.GetTokenEx ();. d! r1 q! R# e5 l& h
strcpy (m_IPAddress scan.Token);
3 v" y. }% ?. v j. C* }}
9 u X @/ f1 }% T- |; f: mand turn it into this:. o+ \- i$ m. Z7 q4 E
Quote:* F8 v; A: l! F7 C7 P" s, M# W
if (scan.Token == _T ("ip"))( @" @/ W8 Z% {; l' v& T3 a+ `; S
{
" {# ]1 v$ v7 @/ / Scan.GetTokenEx ();
; @+ h# p1 |" L0 U/ / Strcpy (m_IPAddress, scan.Token);' P) a% s0 v _" P* D+ x
} {6 w) g" \, \. q3 x& y7 k Y
And you created the solution.0 k1 P; `+ u' g _% g
4 J* T6 w; N* _1 x
( d, j! K+ \. ?Then read the Neuz not the IP from the INI anymore. even if put in it" l# u! j% R6 P! I1 T& A
) ~; D) V' ] V( }
Max skill's 9 ?- H2 M! r) [. X
1 X$ o4 B8 Q! ]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
4 b" @4 G2 n7 T. b$ g
3 d; l G* ^0 `! t9 G' hWith the TUT can provide the remedy it3 h; {. ^7 C @, V9 ^, N' t
8 }7 f. n$ ~9 r u J, Q! T' W
# 1 opens the file SkillInfluence.h
- Q- S1 E a9 z# 2 Search% V/ ?) q7 o# q' o- |# ]' P; X
Code:
, t* E5 p6 K( t A% I' y! f9 M$ u, R( l: C
# Define MAX_SKILLBUFF_COUNT 14" X9 `+ S4 o7 b/ B! ^% D8 Q
6 C$ K$ u5 L+ Y% F; A
# 3 Change the 14 to your number (eg 21) and save it from
* f0 r; P( _' N# 4 compilation and ready
" I3 d: U# u+ P8 i% q. @
, T. z4 A4 w+ x' u0 l0 ?2 R; |" e" b
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:* k9 u( I Q8 m/ @% f9 G L
# B( F9 b% G( `; z
dennisdra
7 x) ^# N% ^' Q9 ^: u8 ^ J- \" R7 b.Crasy: `9 Q) g1 u# |: }% T( M
©ross4 S% u, i# _% Z5 P
Sedrika
! T7 R" y2 s3 ?7 |% L' v( a$ h5 K
9 c+ Z T, D! f8 P& Q* 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!
) l: n Q. X# @. y! A w( Y6 c+ m1 B6 e1 q% n; W/ |* _% A
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less7 u u6 u0 F: h' j3 R, [% U" r3 K* l
( \# ]# n- c: s1 |7 A
9 v7 W0 D8 z/ F& h1 C# [0 D1 |) dUpdate 1: how to turn off "Profiler" in worldserver.exe 2 X6 x4 }. C/ O5 i, p
0 ~; N7 K( t# J, l# N
. H6 w$ F8 `5 ^0 Jin VersionCommon.h of Worldserver Solution6 z5 u5 o7 z; [ H! J
Look for
: q3 p1 V6 A$ c0 b L. h f4 U% P \* Y# m7 Y
#define __PROFILE_RUN$ O! N5 j+ K0 M: e$ @. h$ |# u
- l8 C3 a" h4 ]* C9 J) Ccomment it or simply" N. Q% i" | _; B2 R
) `8 w, b$ W& K6 Q5 q
//#define __PROFILE_RUN * C7 c# m; z4 W
% o& W; i% e1 o7 g" @$ W
3 }7 H1 `2 K% b2 Q+ L- }. u7 Pcredits 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投寄。谢谢。我添加更多的很快如果你有病加太 1 |7 U t h5 M( n* j7 M$ t: I4 j- a
|