|
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 7 D b8 r7 u8 l
change level without Rebirth
) f) |$ N( v1 W9 |, Q) P( n. Z! t; y
Now, let us begin.6 ^3 c1 W/ \+ R1 R1 K8 s
4 R/ ]* ]" I0 W0 P/ v) _
Requirements:
( w0 G1 v6 g' F: TSource
6 Q& ~' a9 R2 c+ r% H6 ~; @6 _" RNotepad / Editor& b( c5 x2 B6 K$ ^4 |: h
6 P" X& I! c3 ?. ]/ / Tips by Sedrika
# d N) K- |. a
" w+ o6 K1 W( Y/ g0 bIt is up to you how you do it ^ ^9 m8 `9 x v U4 f
% n) p; ^. h; F+ [% d
Go into your source folder and open the definejob.h
* H6 ^* N) v% e: P* d; V+ z* `Search there for:
, c: X, n/ k+ o3 v
! S- N8 B: d! M1 R. ^4 J1 g2 K- i#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
. T& @- G% n, q9 s1 S) j#define MAX_LEGEND_LEVEL 129
) K. D) N) F8 c4 J#define MAX_MONSTER_LEVEL 160
& ~( s4 {- r; j8 N* b& k0 D#else // 15Â÷ è÷¾î·Î ·1o§è®àå
- T9 |7 ]' |4 e* |+ W#define MAX_LEGEND_LEVEL 121
0 D% y9 c$ o7 m#endif // 15Â÷ è÷¾î·Î ·1o§è®àå " U' o2 @. z _3 Q& B# }2 n6 A
$ S% ]* @' h' e& |) \8 {2 f* x$ x. R
4 C* t Z) H' Y3 a* f. c' aRed: Player Max. Level
' R% T* l+ w1 OGreen: Monster Max. Level
! i4 _* w( T6 M0 J s; ^8 B, e' a( V5 p. k2 J4 a
These changes as simple as you want.- Z0 D! ~ y8 |/ ]8 W; o! W8 @
) b) i5 n/ r4 d( f; z
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
9 X, |6 i: Z9 q! Z0 z0 ^ T
) f) `" `2 A7 _) ~3 e, S9 r* k, y Part 1 of blocking CE 4 t% @ d0 _9 |( C- ?. l1 s! b; s8 o
' O8 @3 F1 D/ g7 Q& b) Y6 l
In this tutorial I will show you how to change the Head of Mark flyff., h2 M: M5 D7 Z! ?# T; H
The current Head Mark is well known, 5E, which results as a string ('^').
" ]& y9 n: W( Y; H+ G" K' F; J% g5 P7 s% A* t2 D
For this we go to the World (Project) and looking at the Buffer.h after thistext
6 N" ?0 q. L# gQuote:
& T6 u f9 x3 b, ]% B# Define HEADER MARK '^' / / Normal messageheader& ]3 T7 ~6 n4 Y% n
# Define SYSHEADERMARK '%' / / System message header$ [# ]$ O p( f4 H* U2 N
What the Sysheadmark is looking for is not even the top 5E.
, g1 \0 k: D9 d) s( ~2 \- SChange this and it makes the CE Not work on server.
6 _, g N+ m, |& Q$ N) t2 k2 m$ i p: T# ~- F# w/ n
Then Tom's anti-hack is no longer useful.
( e6 v' K# W: Y `0 Q; b
8 i8 y7 I9 ?5 ^( B" E% ALG Sedrika Part 2 of blocking CE
1 K9 u6 Z9 I5 }" n, k9 a
* L; L/ K* l- F1 w+ o! R/ H' N( DIn 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. % V3 d8 z6 ~5 D8 `" L" F- [
What does this have an advantage?) b: R8 }1 U. d' e2 s* p
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself 9 k! g( ?. |# U5 a+ v# ?
5 l- x& Z2 D3 P3 m% Y2 l! I2 y
9 F7 L+ _& T( q
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz./ c& H4 b; O% Q) x: u
2 u* C1 C. c7 |Then search for the following content in HwOption.cpp
* C/ ]$ [! I5 y h% M; M1 J9 i- b! ~6 }9 d) ^3 ^1 i
5 A4 M, \1 `# X3 ~% s6 W6 U0 w
if (scan.Token == _T ("ip"))
, y, o* U# @' P) y/ M w1 w{
$ ?6 U- P9 P( b' w) B$ \% ?7 zscan.GetTokenEx ();
: ?& A8 L4 }7 W0 \: Ostrcpy (m_IPAddress scan.Token);5 ~2 |# f9 g- p9 P. a) I( n
}' u, b: d0 E4 X5 [, u
and turn it into this:
" W# Q) w" n1 [. j( R# p: ]2 ~Quote:
; D, ]& @5 a* L$ \" G4 n7 T; |- l/ A, h8 cif (scan.Token == _T ("ip"))
' S( Z& p$ A" z/ G$ q5 W& U) j! V( I2 F{
3 q- P3 _8 _' u. {, l3 q5 S/ / Scan.GetTokenEx ();
! x) O% y5 w/ R5 r# _( y/ ]/ / Strcpy (m_IPAddress, scan.Token);, e) I- `6 f, Q( x. c0 U; \
}0 h2 g; P- n+ x f% _- u/ t3 J* K: H6 R' T
And you created the solution., V( J' O& W4 n7 p& W
8 H- F6 A. l9 c: H
% U/ {" j2 `5 l% ~1 M$ v: lThen read the Neuz not the IP from the INI anymore. even if put in it x9 Z, @2 O+ i& N; k
4 [0 A1 ~2 a1 Q8 }' m+ m$ N' _5 `
Max skill's
" O1 g0 S: c2 Q6 }) S
5 Q( @( D8 D0 e9 X2 s* S gAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc
# c) L% G- f% M" c
/ }/ u8 ~1 q4 I, x% W. u( FWith the TUT can provide the remedy it
5 F @% h1 {5 g; a4 Q8 p3 ?, e, r5 r. \8 D6 u
# 1 opens the file SkillInfluence.h
# Y; `- G4 O! i8 T. b! w9 |1 T/ ]# 2 Search
6 H) o5 d* e$ O7 T! q: d' T* ~; QCode:
7 P5 c8 ]+ j; k: ~; o% J$ }1 l$ ~. ?2 E
# Define MAX_SKILLBUFF_COUNT 148 g4 v4 O, e' a; g# @, Z: w: i
+ {/ S/ I" C) L" Q7 t. \% s4 {
# 3 Change the 14 to your number (eg 21) and save it from& C L! d: O% ?+ r
# 4 compilation and ready
3 A9 X% [5 a- s' Z7 z, f
( U" Q4 Y. m" q* W% @( Q- d5 Z) h9 `. L4 e
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:
* A" p$ G' p' I3 `/ ?
C- q$ Y% G* Y Ddennisdra
% a6 N& L9 J; U2 o6 Z.Crasy
) H) y+ k- d7 U1 A; c- _©ross4 G$ R9 X+ [' ]7 r8 C% }
Sedrika1 l& w0 x% p- \- Z2 }, l
; W( X$ ~6 c- j
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 c3 f' a8 v4 p( e- A
0 r3 i- P8 K+ hP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less9 b5 I6 y% h/ L: n
, W: y& [# n4 ?' y4 I+ `! W
$ L6 R6 e/ A4 |Update 1:
how to turn off "Profiler" in worldserver.exe $ c$ K) o6 g" N6 j) \% l4 ~3 s3 V6 w
( t- z* L* F, X. J2 o0 [! T
9 R4 ~ H4 e8 Sin VersionCommon.h of Worldserver Solution
2 E, @: `# k0 l# _% z$ _" RLook for9 M( [4 X+ D6 H' @. Q" G# U
* T- l: w1 S {8 b7 \7 ~& @
#define __PROFILE_RUN3 @4 x* {6 Q4 Y; H6 m$ \7 b
5 T0 a% B3 |8 z
comment it or simply# a( Q; x# Z; z$ [+ u# |+ E
+ W3 L# W' m6 C1 {$ [$ {: | o- k
//#define __PROFILE_RUN
9 g: z( |( n# H' J, H$ u A: ]6 i5 @/ K6 _6 J1 C c
# G4 d. H5 Y9 S; o" ^3 P
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投寄。谢谢。我添加更多的很快如果你有病加太
- ]7 c& y/ S/ S7 ` |