|
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 3 t- D( G7 O* ~( Z# i2 K2 y# i
change level without Rebirth& B1 `% ?# y( @1 Q
) b. ^5 `- x& @. ?5 n* H
Now, let us begin.1 }7 M: U4 B) q
; \; E0 w- [+ ARequirements:
+ U8 h1 J+ y# u I6 J2 p; U; aSource2 N6 X; Z6 e1 ^5 }$ ?1 O
Notepad / Editor p4 L5 c0 ~ B5 N
$ Z$ ]/ H7 q0 b% y; v/ / Tips by Sedrika7 s; E7 \7 j, ^
$ D1 q( Z2 `' ^& _ P+ o7 l5 d
It is up to you how you do it ^ ^0 l# `, w6 k% x" E7 z
' F3 P2 P5 i( V# G" D
Go into your source folder and open the definejob.h
* d7 i3 v2 T$ C: XSearch there for:
j$ |" C$ Q* d; G, h7 f( D1 k1 a! D5 H1 @4 N0 n0 u( `
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
" X& k) g' u. i2 |- }# g#define MAX_LEGEND_LEVEL 129
% ?6 Q% c/ D. L+ Q; ~, \& b#define MAX_MONSTER_LEVEL 160
1 Y: j& B+ ?7 ]#else // 15Â÷ è÷¾î·Î ·1o§è®àå/ j( y2 c4 A, h" T
#define MAX_LEGEND_LEVEL 121) @) t0 n% M4 p' M2 a
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 3 C1 m: s8 w& W
3 n- X: _6 ^7 a$ `: O5 a
/ ]% ~3 o. U( iRed: Player Max. Level
% b4 F3 H! T# ~( \. f6 iGreen: Monster Max. Level
" M+ ]3 {; H3 s) z; H8 R& ]* X3 X7 M! I8 M- t/ }/ N
These changes as simple as you want.
5 V7 Z6 ]" p2 j* ^
- A% u. V3 I* P q) hThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
' w8 s# G7 G9 Q$ V( E6 j+ _0 p
Part 1 of blocking CE
% g1 O& ~* Y* d* p
1 Z a1 o& `* n0 g& r# m9 z9 ?In this tutorial I will show you how to change the Head of Mark flyff.
8 a G& S" j+ o/ T) wThe current Head Mark is well known, 5E, which results as a string ('^').
# t( V' B! M; E6 ~. m. N2 W. v8 ~5 m4 B; h9 @
For this we go to the World (Project) and looking at the Buffer.h after thistext1 V* O$ Q8 K3 P0 ~
Quote:
9 a. `0 ?/ d" j0 x- x0 w# Define HEADER MARK '^' / / Normal messageheader
& P0 h( P y, Z3 B# Define SYSHEADERMARK '%' / / System message header
* l( s/ n! {/ a; m7 gWhat the Sysheadmark is looking for is not even the top 5E./ ? v2 p3 o) ^3 K) D2 f5 T
Change this and it makes the CE Not work on server.+ s* b" Z2 n; o$ o
w! `' U u( i0 S8 BThen Tom's anti-hack is no longer useful.
7 p9 j8 s+ @" @ _
0 [/ \! } n/ LLG Sedrika
Part 2 of blocking CE : u/ r5 U" y! z% y# X1 v
; L; K2 O6 a- X4 T+ s) w0 P
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.
1 r5 _2 N% @2 o& HWhat does this have an advantage?' Y& v8 I7 I9 _8 Q( a- I
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself + o! G, ~% u. i: }: g6 r' h
! d* o- N( v/ ~5 y
5 J- y* o* ~6 W3 MFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.* N/ w5 _1 v- `& c
( I; b4 A9 i- R3 K& p
Then search for the following content in HwOption.cpp
5 w4 h# }# g" s) @! U# e1 |4 n- L2 S! t/ h4 _
$ C3 |' a! p, s- {) V
if (scan.Token == _T ("ip"))3 V, a; a g* r# e# r$ _( a* d
{. u$ I' A; g* d+ |; ^( K- h. {/ ?. `
scan.GetTokenEx ();2 \, m- m5 O% K7 U: S3 K5 K/ h6 ?
strcpy (m_IPAddress scan.Token);
- t- M, j+ p0 f, w1 b}
6 H) }' C( N; T2 C5 N( }and turn it into this: s8 D# |" P0 p8 f6 a- u
Quote:" _; ]1 J# }) l( n z/ ?
if (scan.Token == _T ("ip"))
% b" m+ c2 o4 M6 i" \0 A F# r{/ N E. I% h! |- |
/ / Scan.GetTokenEx ();1 ?& F* B& _2 @: g
/ / Strcpy (m_IPAddress, scan.Token);
4 }5 u" N1 U( o- ^7 d}
! O. z$ n% P' m8 l3 ^! }( o' zAnd you created the solution.4 a. R" c( a! u+ g, ?
5 I. j" N0 R2 X% C* A5 E# ]' a( P% d0 T
Then read the Neuz not the IP from the INI anymore. even if put in it9 b2 d4 Y5 l! V* i- a1 z3 r
1 Y2 o3 B. z( [8 o0 Z7 P Max skill's , q2 U4 b, ^1 P+ o/ b v( {1 b
% X7 [# ~! P( g: v+ w# oAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc 7 N0 p( W5 u1 k/ S2 q9 o
# W, d$ a, v6 s3 q* D# xWith the TUT can provide the remedy it4 {1 R2 j# ^1 o5 k
. `2 r) q- v7 j: O9 J0 L# 1 opens the file SkillInfluence.h
; R- B: _$ g9 A& |0 N# 2 Search- H. ?, V2 [+ b) Y! p
Code: Z: y- Q+ h9 M
4 G) ~0 O* E9 f: |; N2 w; ?+ p# Define MAX_SKILLBUFF_COUNT 14: J, A. j& _/ y8 _& D& D
! }* m" t: Q3 ^, k9 m$ x; @# 3 Change the 14 to your number (eg 21) and save it from* C3 d& l3 I& ^" g1 v7 H! W2 u
# 4 compilation and ready1 e: Q; J3 B0 y0 I; ~4 r
, G" _8 _" l. |
1 Q6 u3 r* ]+ s/ a; xI 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:
/ y" v+ \ X0 b! z7 W# ^* O. _- b) o% r6 l4 _' ~- P" X a
dennisdra1 {6 H4 {! n2 H1 q5 h+ l
.Crasy2 G- Z7 Y. {3 l {
©ross
0 A4 |0 m( O* z2 `4 i5 I; t O/ k$ sSedrika3 {3 N7 }6 `) [& n$ g
* C: _; ]5 ~9 n- n. ~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! 8 o/ w2 l3 g- c& {" `0 c' H
: N( J8 d' q! `# a9 }
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less# \, t" ]4 _8 B) F1 `! T
3 X7 L5 I$ V; ?" K9 z; }. K0 F8 r' E+ ]) c+ q# M1 r
Update 1: how to turn off "Profiler" in worldserver.exe
+ M9 h1 Y0 p. o1 q/ L, p; s" t7 c8 }0 M. @; [+ y
. h( L# A; A! P; `9 n5 j2 y
in VersionCommon.h of Worldserver Solution* M4 |# i. S# c* w6 O
Look for" w6 h6 C# K) c. E
! ?6 R3 W! w! P) I3 G V( [#define __PROFILE_RUN, B: p. O0 S6 z2 a. Z; @- b
* w, I! i0 {5 Z) Y( f
comment it or simply+ I; L1 N( U5 ^6 \
* Y; z" a" O3 \* A- @1 K( t
//#define __PROFILE_RUN * B. b- w" _5 D! M3 [
" P' Z, p' x) D7 R7 n
9 H$ \" P4 H' k H8 k' U) C" I& Ucredits 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投寄。谢谢。我添加更多的很快如果你有病加太 " I$ w* G8 e& R# `; U
|