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 , [9 I ^' z- o: R* W
change level without Rebirth8 Z% z/ H4 {% e. v/ }: d# o/ {* C
( q: K; _; b; v5 @$ SNow, let us begin., f/ t+ Z+ O2 @ L
& \. j* E1 s3 g0 e T
Requirements:
6 s" w4 ?! g8 Y6 e) q" o+ N$ ] S! {Source
. }, _( w. a& v$ U; YNotepad / Editor
1 y% D* b& k w! K. X
2 ~% {7 L; I2 G) d7 W& ~7 V/ / Tips by Sedrika
9 I) U" o" j1 ~7 I: }
+ e. ]6 s. A' f+ Z+ wIt is up to you how you do it ^ ^+ `$ }1 z, N& ]- `5 m1 T o7 x
1 x! @% H" _4 S1 @Go into your source folder and open the definejob.h/ ?, ?6 ]6 c0 Y5 i& `" g8 i
Search there for: H$ ~' \1 H5 u% j
- V- W* W6 Z. a8 B#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå9 w/ b4 J* H3 i% _2 R
#define MAX_LEGEND_LEVEL 129
. W6 W0 a' X5 ^( S$ ^# V' E* p#define MAX_MONSTER_LEVEL 160* ~+ q& ]4 `/ {/ X5 t
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
- z5 R$ q& P7 _" V#define MAX_LEGEND_LEVEL 121
( R* I) n& C" U/ r1 V+ f#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 9 `2 w' w0 n* V3 I* Y
, x; O" H5 c2 T( c8 ~0 i" V# j
* b% A4 ^' V2 q! _Red: Player Max. Level9 ^% N1 J: H+ R; W/ L/ `! G% t; C
Green: Monster Max. Level [: \$ j2 e' u2 c- K. C
" }/ W: B7 {+ w, \These changes as simple as you want.
7 P. f! ^' K8 ^+ P6 K I9 n5 x' F+ ]+ \2 y
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.6 d3 _- t: M8 ~" E! B% |
6 g) V/ K% m: E Part 1 of blocking CE
- U8 n9 `( L$ {$ d- g
4 @, \: O' S3 P$ t7 y6 _In this tutorial I will show you how to change the Head of Mark flyff.
1 o" E5 G7 y- I6 u$ Z* _* h' ?" o8 h; [5 a1 tThe current Head Mark is well known, 5E, which results as a string ('^').
. s, e9 T6 U: ]9 ~1 C( {: M$ g( V Z; j9 V( A
For this we go to the World (Project) and looking at the Buffer.h after thistext
/ t/ ^( L2 G+ |$ PQuote:" Y% c$ y' l' w) J8 n. P
# Define HEADER MARK '^' / / Normal messageheader/ v8 g8 Z$ W) O& ?! G! B3 ^* y
# Define SYSHEADERMARK '%' / / System message header7 t, ^3 I; K5 d
What the Sysheadmark is looking for is not even the top 5E., `) ?0 ]; S4 ~! E' _/ ]
Change this and it makes the CE Not work on server.3 k8 B. Q" T9 D
! i( I% \: A. N. zThen Tom's anti-hack is no longer useful.
( V7 F, q p" j ^- w; Y
: A0 K4 L6 N% d% ?" P( @" NLG Sedrika
Part 2 of blocking CE : }' N( K7 n8 I9 S' d# `
6 }# p: L6 I, o3 P6 L7 D1 u' U0 P* IIn 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.
" Y: e1 F$ \ Y9 l$ Z" FWhat does this have an advantage?
0 Y1 G, k: x. KThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself - x: i; Y0 f0 Q- R, [/ e
+ [8 {7 T3 X7 r$ E2 v
( T4 N d. Y( m) w% zFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
% n/ Y; W6 {4 y9 A/ V6 b- a. {* K& c3 ]6 G; B% i
Then search for the following content in HwOption.cpp 1 |; H/ J8 `; ?6 \* |
! v- l' n8 [& e
2 _" L3 u3 N: {4 a* O& _. n, Dif (scan.Token == _T ("ip"))1 V+ e" l) x ]; M7 U
{. S4 H8 D& z1 @) Q# a \
scan.GetTokenEx ();" G3 O( ?" u7 V
strcpy (m_IPAddress scan.Token);
2 X4 f7 S7 l, J3 U s) L, C( h3 |$ r( |}9 J4 b5 G$ n! i# `, X
and turn it into this:
" Q, x2 I$ Q+ v0 K9 n" b* D) e( FQuote:
: F* a \* ^8 M$ ?if (scan.Token == _T ("ip"))
3 a$ z5 R8 D u3 s% c* Y{8 t6 Z) T. x9 g& Z% L* K
/ / Scan.GetTokenEx ();
, s3 }) \9 S* V4 i6 ]/ / Strcpy (m_IPAddress, scan.Token);6 I' m: s4 Q: R9 u) G( L' r
}
% A* K* ~4 z6 B7 m- \# ~And you created the solution.( [5 H w( I+ x4 g1 u# x3 V3 B! k
6 C* t( m3 D) V6 Y8 F: g" w& c3 b. F# U+ x- V/ c1 f
Then read the Neuz not the IP from the INI anymore. even if put in it- ~6 A# k/ [! L( c" R5 x
& ]( a) J" C0 f! c& ]* Q$ ]7 e
Max skill's
/ e7 ~( `$ U. i- Y2 b8 B9 A1 N
5 y) x% [, y5 d# |, ]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
: O6 Q* b! `! G9 y. ]+ A+ Q U. ^ K6 o( Q. S! r$ A
With the TUT can provide the remedy it3 R a8 g- D) s# x
7 ~: \6 n. b4 ^" ~; q+ |7 N- K0 Y# 1 opens the file SkillInfluence.h
& g5 L" r& T8 _; T# 2 Search
- \9 P3 l0 r# L5 G4 g& fCode:
- O Q( o; L5 ~, Y& \9 }* G8 |& X$ j9 z2 S* @/ o0 t
# Define MAX_SKILLBUFF_COUNT 145 L3 h! u2 ~" J. |8 d/ M3 o
" [5 L3 J$ F. j0 @$ ^: R% A
# 3 Change the 14 to your number (eg 21) and save it from/ a% {) w9 a$ Q
# 4 compilation and ready7 a* I3 g: Y* C& T6 c% f1 |
. l$ j+ n! H( q- h! c( Q
* u6 c) K! Z& B) Y7 y. F
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:8 g+ }3 ^7 l, ^% O1 j( @* r
. {" j; V' D6 i) f' a
dennisdra- O' w- C2 i2 i6 r# p% D
.Crasy
' E5 g% U9 B- W$ g©ross
R$ }. ]+ h% Z9 ]$ ^2 a VSedrika
8 ^$ t% o$ s9 d! I5 N, m# X+ Y0 B2 n- O
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!
% S8 ?0 Y1 t5 [
% S; u7 ]! r n q5 r, mP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
& A& B% _( o" |5 C, I% [$ z b Y% I* W
3 Y; I* O. Q0 P6 i: E* p
Update 1:
how to turn off "Profiler" in worldserver.exe
7 p# Q' A1 G' }" w5 r! ]. j1 \ i5 `
# x- A1 `; A4 gin VersionCommon.h of Worldserver Solution8 d; v" {& T6 v, b, R: h& j' B
Look for
' U8 P' b( N# n" W. }8 Z
1 X, d4 Y5 E! f6 i- q; y#define __PROFILE_RUN
`! d6 F6 h i M" k/ G
: y I; t% v w3 z# Gcomment it or simply
/ r7 |* k7 _: l" y
6 d( o* ~8 |" n, [' a//#define __PROFILE_RUN 2 `) G$ V: d r. {# h: ?. n5 Y% Y
0 h! {# N F" w& j, H2 o2 ?! T" B- z- v8 Y
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投寄。谢谢。我添加更多的很快如果你有病加太 ) `( i) @% I0 v: y. |4 o% [8 k
|