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
; M: r+ h4 z. t) L4 G: W- Vchange level without Rebirth
( G, h7 E* W7 G8 L3 `/ q. x5 ]. l. i- r$ H. z$ F9 p8 n
Now, let us begin.
) N* a- R. m" g2 K& I( J x
% L* l+ S5 B6 t2 m8 zRequirements:
% X2 M" ] f! i' GSource. w8 _' T9 a& u5 o5 z& R
Notepad / Editor9 `% X6 @4 E) ]
2 B/ i3 d @( z. w; M/ / Tips by Sedrika4 z/ L6 W1 V: m! Z
0 V7 D, X) G ]4 w Q% V0 Y4 D- m
It is up to you how you do it ^ ^; @# G# v" p2 v7 n; J9 h$ n# {: `3 F
1 ]( ~3 a6 `( U% \Go into your source folder and open the definejob.h h. `4 C, J3 {# ]
Search there for:
8 i) A2 @! ^7 O$ F6 P x# p; O7 G O0 Y6 P
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå @ u$ `1 c4 i5 n9 \0 q) Y! M
#define MAX_LEGEND_LEVEL 129# C, S* B" {) K0 ]
#define MAX_MONSTER_LEVEL 160! [5 n4 z: y. }# U+ _$ j
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
# K+ y+ r, A* Y2 |" t#define MAX_LEGEND_LEVEL 121; E2 T, x" ?( I, t+ p6 y; ]! x% C- Y
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå : K9 [' x+ m' W7 Q$ @9 F* r) }
* Y4 w2 {/ t& s& v
5 @5 `: x% d# {1 ^& aRed: Player Max. Level
2 f4 [8 }* V" B' kGreen: Monster Max. Level5 F l5 m2 z% \% G+ j3 k# v
) Q* h" J% ]% y) b J
These changes as simple as you want.
* c7 ~& ^' G3 D( W' E7 `
2 \+ S* i* Z" C/ l) W% G5 f9 _Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.( e8 j! r" o* J- m
8 s$ ~6 n0 `) ^% w$ |
Part 1 of blocking CE $ J. [# f3 a& |# Y0 \4 E7 B) t0 I( X
3 b5 O- d1 q5 j! i. q( r( n8 P8 s* @In this tutorial I will show you how to change the Head of Mark flyff.( w% F: k+ V9 I
The current Head Mark is well known, 5E, which results as a string ('^').5 K! {, M" B- M, }
; c3 b2 R: o! y5 \6 ~9 p( i) pFor this we go to the World (Project) and looking at the Buffer.h after thistext e7 ]% a$ F! D2 a/ D, x
Quote:
" l9 a$ x( @( K# Define HEADER MARK '^' / / Normal messageheader+ B* z* {+ T: ?+ R$ Z* {: v
# Define SYSHEADERMARK '%' / / System message header
+ E! g* n8 \& W. Q* WWhat the Sysheadmark is looking for is not even the top 5E.
7 `# \# {3 Z @6 ]1 WChange this and it makes the CE Not work on server.
6 R$ t6 o5 L8 A: O' d% y! {
9 Q0 R) i6 C' U& K. x. s; u2 CThen Tom's anti-hack is no longer useful.+ H, H- M* ~, l
4 F: Q. O0 a" F* l% `1 A8 W( q! \0 mLG Sedrika Part 2 of blocking CE & C F4 r0 M( k5 W) F/ j9 o
$ L; n' t/ w0 m' q6 cIn 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. 3 f; L3 }! ]& p. E' s" \
What does this have an advantage?/ P; N" U! k7 t# A9 _
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
1 r! c! F7 M6 r& U) F# j( B+ W0 i/ n- v* p/ ~
, F' E+ W* f7 b0 O. W! ~
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
8 L# v: o$ M0 {
8 ~. e0 s' b. B5 a, e! f' o9 t2 \Then search for the following content in HwOption.cpp ' \ b; ]+ ?/ M9 ]# p
% v) _& N3 d# N3 F* d
# G1 V. p7 D/ L* wif (scan.Token == _T ("ip"))) {2 R' T: T$ y7 g' f' Q# {
{4 l' H K% E& f: `" Q
scan.GetTokenEx ();
0 v3 x, O6 U# X3 V3 estrcpy (m_IPAddress scan.Token);2 Z7 O3 K" k" ~1 d- x
}
. q. K, [1 u2 o+ u x% z& Land turn it into this:8 k( S; U0 y* F- x' r* Z: u
Quote:
& I0 j4 ?5 K) x! D# l5 pif (scan.Token == _T ("ip"))
5 H$ {6 l! H" O, ]{! J5 N8 z& W. p, z1 V2 q
/ / Scan.GetTokenEx ();
R6 M4 t9 Q+ I# v6 ^& n8 H/ / Strcpy (m_IPAddress, scan.Token);
/ }9 J3 B* b- u; O0 F! B: K}
+ K$ Y- a9 b- }9 n2 L4 D1 S( x" G* o* AAnd you created the solution.
- Q2 @; C, ^+ c0 ?" U& h1 R( T% B/ L6 n; D; W v& [/ k
# Z6 r9 B: t' @
Then read the Neuz not the IP from the INI anymore. even if put in it5 i9 l4 ~; V* [
4 d2 t" J/ q2 j6 O( l
Max skill's * D, @ u' X( w( c' w8 W: O
: ~4 C- p: ^5 a( f( 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 ) Q: u- I5 P1 H* N& O, G# [! I. M$ Y
" C# J1 r3 o& IWith the TUT can provide the remedy it8 S8 z0 X$ d7 M }
. H: L4 g" z/ p* ^6 B* s
# 1 opens the file SkillInfluence.h8 ?& U( n L7 _) M6 I H! O: q
# 2 Search
* j) a, F% T Q# UCode:
; |( ?9 V7 q+ v" g2 s; Y% x
9 s1 K5 q' c. c: B6 j0 Z B" y# Define MAX_SKILLBUFF_COUNT 14* s3 x1 U1 P) c" o1 a
- x8 t& ]+ U4 r5 G% D5 Y
# 3 Change the 14 to your number (eg 21) and save it from
$ _( g& u H; L; \2 m# 4 compilation and ready
' w# D8 G4 k# R- J& ?4 ~+ b1 X5 ]8 }; K \ o
0 V9 n" A) L; z [0 O2 }
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:
9 N+ q6 S# L" a
) I6 T' e6 w$ @dennisdra2 y. f4 Z) h2 d/ h9 R
.Crasy
! y, s/ A( @4 k! s©ross
$ S3 ?: w3 d- jSedrika; a6 z2 y. ~% Z
& j$ A+ B2 ~' s# i% G4 g0 E
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!
5 M# s# a: V5 K# b
! t/ ]* h/ h( CP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less( N. h f1 ?. t4 O
- u: O, ]/ ]( d+ T+ F" D- A
+ B+ X( a ^7 _: P; WUpdate 1: how to turn off "Profiler" in worldserver.exe
9 n7 J4 v( m5 y% k3 P3 W; b9 J) x2 I( l" ?7 P: H
. u8 d: C5 g' Q+ }, P* e
in VersionCommon.h of Worldserver Solution2 `* P. f: \, U$ n/ U1 n
Look for
' O- `7 k- Y! |9 _/ ?. R2 A# o! \0 \" Z) d7 N; G1 L4 W, [4 K6 Z$ l! N
#define __PROFILE_RUN
, G. ?7 U) a$ z: j: G& ?$ k( g
6 ]9 W4 d* s; E, c; }$ ~- u( bcomment it or simply1 v7 ^$ m4 I& G! L* m9 e6 \
3 L- P# p" v% d) l0 F. g2 B2 @
//#define __PROFILE_RUN
) L- |0 Y$ }4 c! c8 K, |: f" P4 Q+ ?2 }! N$ r0 l
7 y9 k, G9 V. \. O) Z% Icredits 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投寄。谢谢。我添加更多的很快如果你有病加太 3 m2 ~0 L" F( }4 ]. O& P
|