|
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 ] e) n5 h- p
change level without Rebirth
0 v7 M; G4 }4 y! f/ R. p" O! Z+ O- L7 J! ]" D2 G
Now, let us begin.
8 J8 y' ?3 q. G+ J, O- U7 T9 O9 S& G* N' X! F
Requirements:
3 Q, r: {) Y% Z* `Source
+ y2 j2 x4 l! W/ M# j- N$ cNotepad / Editor) c! r6 w: e2 O+ p
4 R' p0 A6 k9 N) g& Q$ p
/ / Tips by Sedrika
7 Y/ ?* K) d' B- @/ ~: s1 r- L) c/ k9 K8 i6 G
It is up to you how you do it ^ ^- z4 P6 d! ^" X/ G
' P' s& e4 G$ cGo into your source folder and open the definejob.h
3 d% n$ N1 C( v+ kSearch there for:8 X4 L& ` u2 w
- j8 R+ E8 v$ S5 c
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå: t: S+ ~- B; w% {+ o, ~7 G( K( J
#define MAX_LEGEND_LEVEL 129
& p- X) H: ^! E# h1 K#define MAX_MONSTER_LEVEL 160
* Y4 R, S" t5 Z3 z#else // 15Â÷ è÷¾î·Î ·1o§è®àå t: p+ d L# c( e u
#define MAX_LEGEND_LEVEL 121
+ l4 m. q; ] A#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
" b8 Y0 Y0 I7 ?$ g+ h+ N5 X0 C- X: t( r: z
7 P( |2 C! f5 e( w! lRed: Player Max. Level9 y7 Y( N4 u9 h+ z1 e' ~/ V8 x" I- p
Green: Monster Max. Level
, Z- n; x0 o3 y. T5 Q0 o0 j% N' F: L, U% @
These changes as simple as you want." r9 F- q, A9 o1 |. z1 E" C- F
2 L$ C& H7 P' o0 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.$ A* W( R, n: s9 p- b
$ }# r# N9 v' |5 H
Part 1 of blocking CE
- n6 u7 c& U2 I7 c
& C% `6 t0 A* G* A' QIn this tutorial I will show you how to change the Head of Mark flyff.$ {' ?0 G h0 z& W0 Q6 i: Z
The current Head Mark is well known, 5E, which results as a string ('^').% ?, P, P; o C0 D9 Y; s' \
# Z8 }+ d3 V$ Z7 MFor this we go to the World (Project) and looking at the Buffer.h after thistext
X$ C- S7 l3 U! I' A8 B7 e5 C9 DQuote:
8 w# V- R; Z( N; @# Define HEADER MARK '^' / / Normal messageheader
0 a. p3 P5 T7 _" |. Z# Define SYSHEADERMARK '%' / / System message header: u) |0 C+ l$ ~' I
What the Sysheadmark is looking for is not even the top 5E.$ }8 i8 V1 D1 k4 S% v4 A: l
Change this and it makes the CE Not work on server.
# P8 ]1 K- Q4 o; M9 s- R$ x6 h1 R# c- D8 K: n' o+ a$ S
Then Tom's anti-hack is no longer useful.% N9 ^$ R# l( T' @
, m0 M# P( x6 \- @) uLG Sedrika
Part 2 of blocking CE - U! h! w2 | j# x
6 P2 d/ H+ R5 \% ]
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. ? V9 S2 l+ q: e6 r
What does this have an advantage?# K+ C; K, T, N$ d' {6 u& ?8 n
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
; o% h$ U! {$ L) H
8 ]0 ^0 H' A$ ~
8 b6 `, t' U9 D; o! s* aFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.& S: C9 `0 U0 X3 `
* b$ Y2 l6 q/ U T4 N
Then search for the following content in HwOption.cpp
. v8 c3 Y: H9 C7 ]7 s) [3 j' W
. G. [( a7 P e0 r* R
9 g: X; A1 x7 W. g- Lif (scan.Token == _T ("ip"))
5 u. [: F! x8 X T8 i: S, L{* n( g# O' n$ k0 K2 k) r
scan.GetTokenEx ();
: M P2 j7 V' Wstrcpy (m_IPAddress scan.Token);) t) C4 j8 B+ h
}
( b) y1 U2 S2 c: v' qand turn it into this:8 f, d9 A) C; ?
Quote:" l2 L0 f8 V% A8 E1 M" A7 O
if (scan.Token == _T ("ip"))/ l- ~/ m: r( k2 i. l
{
: `# E/ E$ i+ r/ / Scan.GetTokenEx ();
! E# N: X! @7 ]; y \! Q/ / Strcpy (m_IPAddress, scan.Token);
2 }( J1 v! P1 Y! c) j! ~- j5 O}' T1 d- d' x- q. u
And you created the solution.$ G$ U9 S! t) E/ A) h1 }+ P
: r, g9 A" Q0 T( X1 K
: v/ V: U; ]# B+ VThen read the Neuz not the IP from the INI anymore. even if put in it/ y0 I& k% g1 Y m! h* i3 q& M
6 s$ d* f( [* C8 K) A+ O Max skill's $ d d% J [1 |- a6 f ]# u
" _' w( d5 f- h/ f% |4 H" ?' S4 N
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 , ?/ P: X2 v, ~ z" }& z
! h; [% v8 N0 A# d) ^5 f: i1 gWith the TUT can provide the remedy it
) \1 L' p2 _8 i8 r' H" ]1 v& U4 Z' L3 N6 l1 j, w6 }* O
# 1 opens the file SkillInfluence.h5 E1 G; |( x' \+ M4 W6 q* S& J
# 2 Search6 E7 g& a$ D8 l1 a) d
Code:' O+ f1 y6 a0 z# ^0 `
3 N2 H& g& f1 d; f& Z( f# Define MAX_SKILLBUFF_COUNT 14
* A- U6 e$ ^) v8 f. Y- p
: E; a$ j9 T2 M: f" A" l C# 3 Change the 14 to your number (eg 21) and save it from! k) J! }+ Q! z, c" v
# 4 compilation and ready
+ M2 p! a0 }2 }" u$ o _0 ^$ B3 i' v' A
% a# Y. D0 S& w9 G! F% g
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: }& r/ I. p3 t& Y
0 n% t) G5 Q0 t
dennisdra; d! K3 U5 R0 J* Y9 }# s0 ]
.Crasy3 H5 l" H: L# E6 B# H+ t
©ross u! O' [( d" h% F/ D! c0 ]
Sedrika
$ r0 Z1 ~2 k" Z; T1 f, N9 g- Z5 m' `* ~2 [! N: E3 ?1 t
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!
- z, |: r2 P3 A2 i/ T1 w
+ x' R& S9 W: k- Y8 nP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less/ R# O. }) i6 F2 p
1 D0 n) F" y3 E$ P; y) Y1 e
7 z4 H8 p; i$ q$ EUpdate 1: how to turn off "Profiler" in worldserver.exe
s2 r1 }. a/ [9 c0 n7 K' S- c! n" S+ Z0 V
+ O N% {& V9 `3 }. i c Y
in VersionCommon.h of Worldserver Solution9 A) l4 e/ a) G7 ]4 @) a
Look for
' @" f1 s) U* f m# w0 \" `. e5 w. G. Y$ E, B. H8 n& B& t
#define __PROFILE_RUN
+ l! r) F0 [ F! i9 M X/ n7 \3 ]; k* T0 L( t" ?
comment it or simply
* ?' S8 B2 Y, c+ E* o s, m$ w: ^
//#define __PROFILE_RUN
: K6 ]7 c& x a, p' s# R5 J1 h- v8 M4 X, D6 D$ }- ?
0 ]' o. G7 I; d! 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投寄。谢谢。我添加更多的很快如果你有病加太 9 H; o& X3 r3 t: k! P7 C, Y
|