|
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
8 L- O- u k; S1 |change level without Rebirth- L: \- b" |9 O( n, k1 g
4 g/ c; z) t$ D# E8 J. f
Now, let us begin.
( S8 U( q! J. K! R* d9 B5 J
' {9 l/ X" N- L$ g9 ERequirements:
. a' ~" Y9 ~: h2 S1 hSource
9 G. d5 _# w+ d' g4 `0 vNotepad / Editor
6 b6 \6 m5 t! s8 f4 ]: Z- A
) z3 a( B0 j+ v/ / Tips by Sedrika
$ d; K" Y+ k8 _) F/ }
" T( y8 Y9 f+ A1 l; TIt is up to you how you do it ^ ^
* r, N% v: x ? q0 ^' S/ a, m; ~% G
Go into your source folder and open the definejob.h
0 E9 T; w3 U! n' H; V bSearch there for:( Y# z6 a6 R# i3 X
# d' U9 B. s7 b) X% f. f
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
3 S- D$ S. i" A- A; e#define MAX_LEGEND_LEVEL 129- _1 D- `, B% Q: J- ^2 ^9 w
#define MAX_MONSTER_LEVEL 1603 v6 s, X' ?+ p' D& z( ]
#else // 15Â÷ è÷¾î·Î ·1o§è®àå+ T. m4 T; k" I/ O/ W
#define MAX_LEGEND_LEVEL 121
' H1 b. c; A2 e) H8 g: J# T#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
$ ?2 p7 `: Q+ z" b% ^2 n
6 j+ x; t3 w4 b, P" L
, v3 [3 B, X: F5 L( A. _, j1 h) ]Red: Player Max. Level
% P7 z& `8 u$ `, i9 n; q6 }Green: Monster Max. Level
$ \3 c7 l$ [: \3 R+ b1 O5 [: G# f8 f
These changes as simple as you want.8 b( E" V0 p0 g/ M. g2 T
* R% f# _! ]8 `, h9 WThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.5 D$ z$ p4 d" \& N, L. }0 d8 _
! r, L2 q2 }5 i e: |
Part 1 of blocking CE - h, N7 b9 S% y; z% O& X7 L
, r4 j8 |, J7 {6 s/ {, V! OIn this tutorial I will show you how to change the Head of Mark flyff.
X. d9 ^" ~# w3 E+ h! |: eThe current Head Mark is well known, 5E, which results as a string ('^').% \% V' k) C2 `" z
/ Q( T. |% x& U4 N3 J9 ]
For this we go to the World (Project) and looking at the Buffer.h after thistext
4 F4 t( u9 `$ o; _& g3 KQuote:
# ^" j+ n) p4 h6 u0 x! c' A ]- z* o# Define HEADER MARK '^' / / Normal messageheader
1 l. u' [. f& w+ h# Define SYSHEADERMARK '%' / / System message header0 @- ?; w2 `1 z& a5 U
What the Sysheadmark is looking for is not even the top 5E.! D" f. p+ O8 G+ P4 a g
Change this and it makes the CE Not work on server.( J n$ M9 j7 L) L, V1 s
, G& Y7 ^9 x% Z# P
Then Tom's anti-hack is no longer useful.' ?1 v4 `( B* l$ ~
7 y' u" \$ e/ }) ALG Sedrika Part 2 of blocking CE 5 X. C% @9 R: b' Y# h. K% }* a
. l! e- j$ R2 K z4 w
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.
0 v2 {' g+ H8 C/ o' l! s+ LWhat does this have an advantage?
' S" ?2 F8 T/ H, h0 AThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself ) n, l E; A' S9 @" v: U$ R; ?' O
0 N3 F8 I7 y6 \1 z4 g
5 U2 I' e2 N! g; @' VFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
; e$ P1 r: a4 I" k1 S% `1 w2 G' Y5 q6 A
Then search for the following content in HwOption.cpp
- E9 g" d" \( i7 [# \% Z+ e, m1 O _% |. K
2 c9 n1 @( \* L! b
if (scan.Token == _T ("ip"))$ x+ f; D4 n! u" a" H
{- h: X0 s6 K; @
scan.GetTokenEx ();8 J8 }6 F6 ~ W0 p9 I
strcpy (m_IPAddress scan.Token);$ C3 S9 F* P' e
}
6 o+ [* ^. h0 ^# U" Land turn it into this:
1 X9 f2 n% |/ r" AQuote:! q3 w1 l) r& b
if (scan.Token == _T ("ip"))6 V% u( O2 C6 o/ I
{3 s1 E* A; b. [/ ]5 C3 x
/ / Scan.GetTokenEx ();" N% @3 C* S$ J$ l8 J0 p1 K7 r# n
/ / Strcpy (m_IPAddress, scan.Token);
) U% Y: o8 \% B. j, \}
. l' u; \) k/ a* \: MAnd you created the solution.0 s6 d7 \5 J- y9 B9 A( }
6 b: P* c! p+ M3 C3 A
& Q& y* \3 q$ g+ sThen read the Neuz not the IP from the INI anymore. even if put in it- M s( l1 B. h, p* v2 Q8 j
# K/ `" @1 t M+ E1 V Max skill's / `3 |3 F: d7 J
! L# S; H- Y! z$ L R4 e% iAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc
; o/ Y3 x" }9 Q7 E2 {; R! ?( F$ t2 _ y" k# _+ x$ a7 u: Y
With the TUT can provide the remedy it
0 h g2 B* x9 s( q" }" s# ?' ^; W' j; {6 F# P) J6 a
# 1 opens the file SkillInfluence.h
7 q- w+ N9 u, @6 o# 2 Search
/ n1 ^5 s5 j/ }% i$ p1 }Code:
: O$ b8 H; W* ~4 k
$ I7 r2 j* D, @. {# Define MAX_SKILLBUFF_COUNT 14! {* j7 ?( t' ?* A
: {& b ]8 ^- ?, A
# 3 Change the 14 to your number (eg 21) and save it from
5 g' a1 Y* N5 G" C) ?# 4 compilation and ready2 C/ M5 n* H0 l1 ]
4 d+ B5 H- c# {2 p
* A, l+ ^: _- X: Y& }! Z: 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:3 D( v: u3 F b4 M, P3 M
2 n# a/ ~. ~ f3 O& {
dennisdra1 }: b9 `5 {3 |( A. o/ |9 J7 }
.Crasy
* T; f. u1 |5 Z$ ~) g5 m©ross
, H! u! Z. W: wSedrika! N3 u& Q, F0 B2 J9 z( I5 a
5 h9 l, X. o* |8 ?" X. V3 feverything 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!
) d: }; y5 x* f) F) Z/ }, g* H0 @4 V. x* W
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less* E7 \9 N# m/ B; s2 V
! f4 c( T4 I! s1 i) _
4 R( s5 g7 _% ZUpdate 1: how to turn off "Profiler" in worldserver.exe 3 m) [1 {" e5 m" _* X' X
3 t$ U& |& c) v
+ ]; S) C0 o0 Z) A8 M7 }4 |% fin VersionCommon.h of Worldserver Solution' I7 _7 w: }" b- b) ^
Look for% @8 x P% |3 Y
1 ?( i/ {# Z& I* b
#define __PROFILE_RUN
# z; u8 N9 \" l# _" b
. J/ }& w0 r; f2 s( S' y8 m& E5 b* fcomment it or simply- Z* |0 b: g/ [ v8 K. K' L
1 k5 W- Y" S, O9 z# G# a# b+ R8 T//#define __PROFILE_RUN 7 K' v Y3 C7 R
$ R8 j2 S) g$ I
% X8 d( C- P0 _- e1 K
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投寄。谢谢。我添加更多的很快如果你有病加太
" I7 w- ~2 n9 a6 j |