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 ' ]/ g, o3 u9 [) E, O
change level without Rebirth
4 w1 X1 O' v8 i+ c* m0 w, Y( d5 l
Now, let us begin.! H) [# W: v( J: d
) ?2 T1 [% h+ }1 f8 H
Requirements:
5 U5 O7 F/ U3 [. r, q, LSource) H: C; s* ?* ~
Notepad / Editor
% f) N' Z9 f9 m; D( ]) J# i3 X8 w
% t8 F/ p: I7 E* H0 b$ P/ / Tips by Sedrika* d9 [# u% f; c1 y7 g" E
" a9 d# v# O6 ?, w z8 h6 TIt is up to you how you do it ^ ^# [) [0 X) w, G% D$ E
. V" n5 t' p- c, Y+ a2 S @; F5 u
Go into your source folder and open the definejob.h
+ O. P1 N. h. E8 V2 @Search there for:- G0 V- q, J7 s6 ]/ ]/ X" d
( z1 F- s9 h+ v- }# {8 `
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
( R# l2 c+ Y/ Y- k+ d, K#define MAX_LEGEND_LEVEL 1290 Y1 t9 l$ A9 s
#define MAX_MONSTER_LEVEL 160# ]5 w; z% N3 m. z' A
#else // 15Â÷ è÷¾î·Î ·1o§è®àå# y. e# h$ E7 d. X% O
#define MAX_LEGEND_LEVEL 121
0 k( z# b) E; L3 m. O4 Y5 d#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
8 B9 O, c: D$ p7 V% c0 P( x% u' J J. [/ E' Q& e7 r) U# f, g$ D
/ u' w4 g% S0 m$ \' @: M( T, vRed: Player Max. Level
, Y5 |1 f6 h# r" m! GGreen: Monster Max. Level
; P+ y0 k/ O5 Y8 }, ~) s
" }6 Q7 G3 ^. k' }These changes as simple as you want.5 m3 c% O4 I. d; M! l( v
+ C% T; Q% T3 I3 T
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
i! y, w# D& V2 O* f% m- f& O8 L' J
' p6 l* ~# r/ N3 b0 | Part 1 of blocking CE 0 q& Y& D3 N" I4 X N
9 w5 J! i" b4 BIn this tutorial I will show you how to change the Head of Mark flyff.
2 G$ J/ m# Q! k* o- q1 a$ H6 \The current Head Mark is well known, 5E, which results as a string ('^').6 S0 r8 v L3 F' ]! N: S3 Q
3 u; ?2 |8 F- W# p, }- r' x: r
For this we go to the World (Project) and looking at the Buffer.h after thistext* j% K/ L W0 [( w0 L; c
Quote:
" _6 U5 h! H/ s+ }7 ~ ? @# Define HEADER MARK '^' / / Normal messageheader6 F. i$ H9 G4 Y* A3 o
# Define SYSHEADERMARK '%' / / System message header4 u# [1 I- Q. p6 Y( d/ N
What the Sysheadmark is looking for is not even the top 5E. q( k1 S! ? x4 F0 e; u4 }- _
Change this and it makes the CE Not work on server.9 j6 \( L! P- e+ a6 F
: k+ ]8 g/ y) B" J9 hThen Tom's anti-hack is no longer useful.
. l8 q7 n4 s) Q- G8 U& q0 f# V
LG Sedrika Part 2 of blocking CE
3 O1 T2 U) e* C5 p
& L$ V3 U- p) O2 KIn 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. 9 F' J1 N6 [% i L4 j' J
What does this have an advantage?
2 L+ F' e7 i0 R ~8 s: y$ AThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself [, f5 |% w. Y, V& y P9 H
. Q. N, ]9 Y! t) l9 B& _, g
% h& e& i0 w: y% @! y* t2 v$ S1 f' }First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
) i9 X" A. x' R2 T! Q
) }1 B9 h9 B( M- ?% y- GThen search for the following content in HwOption.cpp & B3 o# m* r3 d
# O' [' x, R3 h/ J% L
! ^5 n7 I. x8 G0 f4 V1 H6 xif (scan.Token == _T ("ip"))
" [7 }$ m# J0 M! a% a7 z{7 r% T' d6 y9 n/ X- Y/ i
scan.GetTokenEx ();
" U& l/ c2 Z. P, P2 E% O, Dstrcpy (m_IPAddress scan.Token);
( [5 v0 k% \& t% t. ^7 f$ Q6 Y}$ `3 P" R% U' F; v# z Y, B; g
and turn it into this:3 a; Z6 u8 L0 I9 J; G
Quote:/ r0 N# y& Z1 }
if (scan.Token == _T ("ip")). H' O2 e* F* A' l0 T
{2 f) p" l( {* i; Z# r, g
/ / Scan.GetTokenEx ();
. [& I6 B% P' ]0 k: x6 K; |# e/ / Strcpy (m_IPAddress, scan.Token);
( D4 t; v% V% A) r8 ~}9 e4 s3 z" S- U( p
And you created the solution.. L% X5 l4 |- p0 G
, I9 C* `) Y7 {$ O' l# y" T! T- Z, F: \
( D3 i) E$ V8 y4 w7 P# r2 U* Z+ T$ F- pThen read the Neuz not the IP from the INI anymore. even if put in it
H2 F! o0 H P1 D/ t1 y$ S0 t* K. b4 o, D( F
Max skill's 7 b ~9 }- G4 C8 o
3 ~% _/ {6 L; B
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 ) O5 e7 p2 e% [9 D3 M, ^
: h1 P8 X; u! A' C$ L e. QWith the TUT can provide the remedy it
2 P# C" n3 a8 h6 [( O/ l) A; \) B5 A- j0 F ]
# 1 opens the file SkillInfluence.h
4 w1 j- O4 F2 G0 [9 D# 2 Search1 C2 g, t$ _- d8 P
Code:& ?; p9 e1 G" @
9 j8 y0 E/ Q; I1 A, F& `# Define MAX_SKILLBUFF_COUNT 141 q! h c" k; W: J
# A* @8 \3 ^; _5 ?# }8 m! A K
# 3 Change the 14 to your number (eg 21) and save it from
( B/ S4 O0 c' V3 n, m! U# 4 compilation and ready
5 N7 l8 g5 E. L& n- J
$ h5 S; k% |% ^- ^* E
2 t, o0 k% w1 cI 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 W2 Z4 `% N- F+ i. Y5 u1 {- T
! o" e! \; {0 odennisdra
$ C8 @7 s, V O9 G% y3 B! m/ V.Crasy+ O+ k( {; `! p+ s' k$ @9 t
©ross
4 [, u4 Q B1 j8 S$ zSedrika
1 I/ h$ H% R7 E5 b0 E( ~& e; x( D3 B' u" D
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! % C0 S3 ?1 K# M
# z( `/ T0 ]7 ~" Y7 V% p
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
8 |( z/ m% m5 n) r& w' l# q. X: m' R2 s. l& D+ v: ]
- D# C. E$ A. J: B
Update 1: how to turn off "Profiler" in worldserver.exe & {; d. t+ y7 S1 i, U2 m* [1 x; u
. ^% \& S# g$ H. ^- y$ H7 ~: @
6 @6 ~. s1 a+ a; I
in VersionCommon.h of Worldserver Solution9 @: g* ~. {4 N$ r
Look for0 n. s( O+ r4 P7 J: J) Z
% n8 h) S ` u2 @
#define __PROFILE_RUN
g+ |: u' P& }5 Z7 F
" t* X5 m( P5 \: @6 ?. f) ncomment it or simply$ i' M% d; i' u; [; j, ?
, I) ~4 U& [+ x" h* p* ?//#define __PROFILE_RUN
1 g. u2 u7 c8 K+ {2 s; R. X" M+ F
- g" q& z2 |: K* a( G* J6 acredits 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投寄。谢谢。我添加更多的很快如果你有病加太 6 {$ y! f9 A" }4 U# X
|