|
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
1 N; x7 \; S2 Vchange level without Rebirth
/ _( y) _: z3 h( C9 J- ]% K$ d5 C
Now, let us begin.
3 V! P4 g1 u+ G& }/ D6 B( ^( y3 l- q
Requirements:6 I! V6 M3 K+ P/ Q
Source
0 \' i4 q& G+ E) T' j5 y, pNotepad / Editor3 I* W h$ I0 J* u
; Y9 {5 L' ?) F: {8 C/ / Tips by Sedrika
7 M, i) n* H/ w7 j# {1 W4 H- m! a& k2 C# x9 z. e
It is up to you how you do it ^ ^& {: I1 p7 Z( s1 P
- l1 `# y- s' W6 K2 W) ^5 y' H0 Z
Go into your source folder and open the definejob.h% R! i$ N# V. w7 X+ e# f( v
Search there for:( d# }9 W2 _: V5 w8 T+ z
4 T9 M0 q! A. H O! i' b& g
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå" H: C' x1 e9 O% e/ b8 \
#define MAX_LEGEND_LEVEL 129. c# q0 V% X0 R8 I) s- c
#define MAX_MONSTER_LEVEL 160/ p0 j1 U7 ~1 M& G$ M( b
#else // 15Â÷ è÷¾î·Î ·1o§è®àå8 ? A6 {3 H$ [
#define MAX_LEGEND_LEVEL 121* K2 t1 C# j7 {% r! ], Q
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
: n8 ]% F1 M- o0 F
, p; R4 g" D" a: m% B N" ?0 f# {& N- H( o! N4 p
Red: Player Max. Level' s5 i% l- V5 [. l
Green: Monster Max. Level
% r- b) x# j% t- @; h
( J% x2 M# W2 u! D* D- q3 tThese changes as simple as you want.
; E$ V" q/ |. l
) q. [$ Z: i* U1 \& ^+ sThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
) Y" b! s0 ^2 n- A3 ]
0 h1 p1 z, a* k6 v
Part 1 of blocking CE # Y+ _" ?; x2 z' c o
2 o A# @9 p+ m1 lIn this tutorial I will show you how to change the Head of Mark flyff.
% X1 J0 u$ W( r1 ]8 u% CThe current Head Mark is well known, 5E, which results as a string ('^').
# r- @/ [" h K9 u) q/ O) I2 l% A" u/ M6 X. h& g, Y* @! i
For this we go to the World (Project) and looking at the Buffer.h after thistext Y9 u3 T6 I: Y# r$ ~. w- _
Quote:
6 u- M0 y8 ?# u. |# Define HEADER MARK '^' / / Normal messageheader% N3 n$ ~, {2 [/ u
# Define SYSHEADERMARK '%' / / System message header
7 Q; S. x* c5 v; |( a l/ u0 \What the Sysheadmark is looking for is not even the top 5E. k b: I$ O9 i2 f- J9 Z
Change this and it makes the CE Not work on server.
7 @: C4 P' V: W- v3 q4 O
2 k0 B, n, Z- s2 w. B% CThen Tom's anti-hack is no longer useful.
$ C9 ~3 W, u( J$ E7 |! u: u5 C' c! N, g" Q* b
LG Sedrika Part 2 of blocking CE . v6 I9 n' H: C9 L; y6 ~
* [* Q6 a2 l$ J! c1 u
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. ; J" d3 E( R( B
What does this have an advantage?
8 L: [$ }+ t* K3 J% u9 ]$ l- BThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself & p- ^+ u g* I/ Q; G3 H4 x% U& r
, `+ i$ Z5 E' Z; L" m- A' B
; T7 O2 ^$ e2 qFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.6 N* L, S) h, M% ^
/ i' e. B9 {. y0 G* w J# I1 XThen search for the following content in HwOption.cpp
7 M% a/ \7 o1 I3 J) e
: T% A ~! C9 ^7 C& O3 D% m& y. \: N
if (scan.Token == _T ("ip"))
0 s' y. A# Q+ i- w2 i- Y+ p3 ^" W{4 L8 ?6 |1 O+ K- V9 H
scan.GetTokenEx ();0 Q& A: p- A. m" F
strcpy (m_IPAddress scan.Token);
0 d; z8 }) l! a& i; p}
# N' I5 ~! w, E* c! ~! X, Q- wand turn it into this:
6 }, l3 j8 N t, m7 B1 X3 `0 n7 FQuote:* J7 i8 B# Q3 H. H. h( a8 D
if (scan.Token == _T ("ip"))/ _! ^, w+ x7 [* F$ `' U H
{
2 ~) _2 g5 ]) x/ / Scan.GetTokenEx ();4 b+ V; s, i4 w7 p' C# y5 i4 [$ V
/ / Strcpy (m_IPAddress, scan.Token);
3 g/ J4 `8 ^7 @/ w}. p4 }1 W" m+ D" m4 W
And you created the solution.+ f. l# Y( T: |) @# s3 I# i
) C* K/ [+ G5 J! C# C; C, {7 N9 G# ]; `
Then read the Neuz not the IP from the INI anymore. even if put in it
6 X8 C2 F7 o4 O3 l; l& S/ l5 A' L& L' ^/ L7 O+ p% d4 L
Max skill's
8 _, S9 x# M0 D. I% A" t
1 k: G; w, ~/ jAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc $ x" Q$ a* R) u
. I+ @: T" I# S% F# `% U- o9 C
With the TUT can provide the remedy it* Y/ k! Q. E" @0 Q, X' M+ {
. Q# M7 O8 ]- k. I
# 1 opens the file SkillInfluence.h
7 g/ Z. p& M1 P. k# 2 Search
5 x' h2 [$ q! }+ a+ A1 |1 kCode:
G0 p7 ^+ T7 m2 G8 b V
; Y) I3 L& I4 b, L% ]: O+ U) `# Define MAX_SKILLBUFF_COUNT 14
- Q( O s* g" r; {7 v& }( ]! a! S L
# 3 Change the 14 to your number (eg 21) and save it from/ V' k! q- K# R: L1 a" L3 o" c
# 4 compilation and ready
4 G/ M3 U( U E: S5 W7 i( T. P' Z* f& s, Y) j* y* U
/ U- {0 a" P- I+ z7 ] yI 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:3 E9 W3 s- S9 v j- \ z8 ~$ Z
# k( w: t* \, u* l# Qdennisdra
$ E& x4 y! w+ `9 _$ B.Crasy
0 j v4 h. }9 p3 Y! G, B©ross! T6 t. \9 q. m
Sedrika% o3 i3 U7 k- \, e1 o) [5 F6 i
8 J, ?: z7 u1 K3 `( G% Y. o: k
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! " t3 H7 o t$ {
; M$ V4 |. D# O6 q" f/ G- @: {+ \& D
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
, Y0 c: X) ~* @. I" Y
- a/ r) L* H1 B4 M& X9 f# s( Q3 a. e. G3 ?& \5 @
Update 1:
how to turn off "Profiler" in worldserver.exe
9 B. @+ b# y! v3 K' I7 x7 [# b+ b) s9 J/ f# O9 ^7 g* c6 n7 B0 b$ [
: O3 P5 ]8 q, \6 y5 l1 nin VersionCommon.h of Worldserver Solution+ u w1 F) |% ?- D* b
Look for
7 V% }( r4 z' b% J5 \. t& Z0 T5 w! Z6 C2 r3 u4 L! l7 j. N- a
#define __PROFILE_RUN
8 P: S# m( L) L4 G: k" ^( f4 d) e, S: G* D
comment it or simply
+ |8 P# d J) @/ B$ C" }- y X1 T
+ b% `8 s; O/ I//#define __PROFILE_RUN
* _4 ~$ T. o, ~- h% R
r9 P% c1 `. V: `4 d' l# y' S/ P2 K; k7 M/ P, t* U
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投寄。谢谢。我添加更多的很快如果你有病加太
! U& b/ U5 `7 i* v' o |