|
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 6 t; j# x/ _% W0 w% h) ^" P' a( z7 S- \
change level without Rebirth8 H7 e' R& ~3 s8 h4 F) ~5 H
, r' S+ K0 z' }1 X2 V. c) b
Now, let us begin.
, z7 h% L( T/ H) \( ~( L
( U8 a3 O: K9 ? S( ORequirements:
/ h7 |% H% r1 b2 W) g" HSource
7 ~, R8 ~: b Z$ Q6 I" A, g/ uNotepad / Editor: t: t* {, A" _9 X* Z/ c
, G7 B8 y& Y, R/ / Tips by Sedrika3 S3 Z; l4 N$ C! Q, R m. _
( a o/ F" R% oIt is up to you how you do it ^ ^
+ m7 w) g w9 M( k/ L1 D3 F$ h6 h2 ?4 v
Go into your source folder and open the definejob.h
; s: A+ F \& X* f' P! a) \* ?( T0 i) \Search there for:
: ]5 c& i* T- \7 f* U
: y0 L" h# [7 Y#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
1 u4 P' Z6 r2 T& l- r% K#define MAX_LEGEND_LEVEL 129
: q- k4 D/ D( u+ W#define MAX_MONSTER_LEVEL 160& I% `/ A# }/ D
#else // 15Â÷ è÷¾î·Î ·1o§è®àå7 |7 A, V) i7 g. b9 C
#define MAX_LEGEND_LEVEL 121
& k& f# K( Y2 V#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 9 T9 i+ s5 W+ _& U3 j/ Z" `
/ H9 P7 ^# n( V8 g0 k4 A1 @, z
* f+ _1 B1 i& q7 r( VRed: Player Max. Level6 v4 f0 E. ?& T3 z4 V
Green: Monster Max. Level
* W! H9 e% R, H- _( _1 [8 A) j, j/ X+ j! c0 r
These changes as simple as you want.
; f5 n: B, \! X: `4 r4 C$ r# j# q2 v, j: @) B
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
+ B. _ ]" i/ x! O- H' v# ~
% W3 m, H+ o7 a G$ A) O Part 1 of blocking CE X1 q3 S+ ]6 Z3 O3 v
: Z8 O5 \3 k g' j8 j
In this tutorial I will show you how to change the Head of Mark flyff.( d! N% y: Z" G9 s
The current Head Mark is well known, 5E, which results as a string ('^').
0 M* j+ d- Z/ j2 O3 o/ e# E0 p/ h9 `# v: V `& d2 O, j+ f
For this we go to the World (Project) and looking at the Buffer.h after thistext' z" p ?+ ~/ ~; W; M2 `# T4 p
Quote:
; d1 q! `" q& ?# x1 Y7 t+ C# Define HEADER MARK '^' / / Normal messageheader$ `' N. L- T! j7 J+ `. ?3 J8 F
# Define SYSHEADERMARK '%' / / System message header$ ?+ V0 n; Z* Z" I( y4 q
What the Sysheadmark is looking for is not even the top 5E.5 q" w B' @/ b4 C4 S
Change this and it makes the CE Not work on server.4 ]; e+ {% u/ L
& d% o `" D/ n. ZThen Tom's anti-hack is no longer useful.; e! l1 J& i, G7 m+ C$ W
4 k9 k5 M+ x: u- fLG Sedrika Part 2 of blocking CE : e; u+ l0 \/ i) Y+ C9 t
t- {/ J, R; \2 PIn 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. 7 h; I, u+ ]3 o6 b7 S
What does this have an advantage?
( \9 e) }9 `5 ?1 ~; ?: |The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
# r+ e$ q* S% u5 Z8 ^0 l2 N+ S
? Q4 Q3 l1 ?5 D% P, ]1 A* M. ~# y1 X5 S2 u* g/ ]1 u
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.$ B5 @ [/ t2 z% w/ {% W
6 o8 ]& f' [; g0 y% AThen search for the following content in HwOption.cpp ( m: w: O8 T5 S0 c
, p6 ^* V7 ^5 y# w! J
, g- }) i5 o% T$ P' }* [+ f
if (scan.Token == _T ("ip"))
9 p& z+ @# d7 L8 d& p{8 z6 }7 e: v. }6 [1 N9 Z6 O
scan.GetTokenEx ();
1 r7 G' W9 K' B7 Jstrcpy (m_IPAddress scan.Token);5 K8 C+ b" C( ~
}
$ t" B# j2 y( J. m6 eand turn it into this:+ W8 Z* `8 z& o, J/ u
Quote:
+ u: A' b$ A! m8 c/ Tif (scan.Token == _T ("ip"))" v6 w$ E4 l& q7 n" B, C
{/ V/ |+ r S& l
/ / Scan.GetTokenEx ();7 B, A& p0 D/ R8 a* h- ^) c8 i
/ / Strcpy (m_IPAddress, scan.Token);
% `- e @1 `8 w5 f& B% f}
+ S7 e% q4 d) w- o' D; V; {. TAnd you created the solution.
" u0 b! U/ O! D4 o4 @
# \* x# A& l6 r6 H0 t1 ^( x) G/ z/ |1 L8 b7 F; c& ^# \
Then read the Neuz not the IP from the INI anymore. even if put in it! R( m- l- q, Q- K
% Y% _; f1 P( { Max skill's . d* x7 @2 I+ ]2 N2 p8 N2 s
6 j& b, ~, b- x1 l, l
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 6 Q3 }" ?; R. ^# ~1 l
5 W, r/ f' b4 y8 b
With the TUT can provide the remedy it8 G! k# T! D& g2 X0 P, A
5 P3 d. n- j' N/ `/ A* e# 1 opens the file SkillInfluence.h
6 S* {) |1 f& s6 w% K# 2 Search r5 c! J8 [/ n# u. `3 M4 f
Code:, e7 r9 b4 N2 R' I; C! `* q
% h3 `3 b5 Z* u2 g7 \2 z2 r
# Define MAX_SKILLBUFF_COUNT 14$ x9 C/ y. J! ^- W% U
' L- R: H$ R4 ^
# 3 Change the 14 to your number (eg 21) and save it from8 @; }. q1 Z6 P3 u! c6 u, V
# 4 compilation and ready
4 I0 g! K% I1 u6 k! }5 R% X5 n3 q$ H$ \: s
( Y0 [. G1 a5 ?, E6 t
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:
( }7 f" r- e9 G. A9 u, O) X" g' P
3 V( r8 L z& n4 ` q9 v: n4 S- b- Ydennisdra
$ V. o( W1 r# r1 V7 t5 W! h1 |.Crasy+ _1 |3 {) Z" ~
©ross+ `' O% S5 e j! S J1 j+ m- W
Sedrika9 g v+ ?# T7 x; u; r4 W
) s$ X7 n* D- _9 {+ B7 Beverything 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! . r: B" }4 f2 h$ I# W
8 I, ?- W$ c. ?: I7 d( @P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
& e1 u: H: P* f; K
3 ?. i. ?6 o0 {' j# b
+ Z# s/ r& |7 k0 QUpdate 1: how to turn off "Profiler" in worldserver.exe
' ~! v# E M- n' s% }: ?+ o) Q9 n7 D0 l, \- a& b* Z
J* Q' J S* I( ~: K# l* ]
in VersionCommon.h of Worldserver Solution
c9 n+ L' j, ~: k, ]Look for
7 W6 a7 F5 d* r* o+ K, a9 B9 c
2 T" N" s P$ j$ h#define __PROFILE_RUN N- R. A/ P) e9 G' `1 ]
W Q; w5 X {; w( J
comment it or simply
! i* ?7 f, }5 x% m0 {1 {( K: J& @; m2 M6 a2 c4 _
//#define __PROFILE_RUN
. w% U$ A J3 \/ I+ g5 u( G: N- V
3 ^: j" B) }; T4 B& X; {! u/ T9 |; e$ @* j8 J. U0 J/ r' O H
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投寄。谢谢。我添加更多的很快如果你有病加太
- {, {1 m) `6 {, U' N |