|
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 K9 Y* A2 g9 H! Xchange level without Rebirth
$ Z8 G! t. A" I7 X% S* h5 @! q) \
Now, let us begin.
& q+ x* c9 F M* b1 v# i; h7 c* n7 Y6 H+ J
Requirements:
R5 j# U! ^! z! ~Source+ r) t8 p7 v) |5 }; O
Notepad / Editor
: v) w; O" B& _* A" T; \+ K1 v$ r
) D: c1 ]# T Z) u$ b/ / Tips by Sedrika# h4 E: s) R5 Z: }9 }
' w& \) z, _5 z& M0 q" fIt is up to you how you do it ^ ^
; `# z- S3 W9 \+ }! F' H& C8 @ C9 c9 v2 m) t" U
Go into your source folder and open the definejob.h
1 M$ ^3 H4 H. X2 m5 u bSearch there for:
. Q. l) t o6 \& s- ]
+ Q2 w k3 r# [* \9 p9 w#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå) R* m1 T. o( E! G: B6 W
#define MAX_LEGEND_LEVEL 129; {" s% c9 q* Z3 e% u
#define MAX_MONSTER_LEVEL 160
8 j$ ]5 `& A" S0 {! j#else // 15Â÷ è÷¾î·Î ·1o§è®àå
! o( z; X! A9 j* \5 l: z, b#define MAX_LEGEND_LEVEL 121
, m" `; R3 q* c5 }#endif // 15Â÷ è÷¾î·Î ·1o§è®àå ' N! ^9 e7 u& A4 p! }( ^3 _/ J q
0 z/ D* f* C9 R8 f; O
9 N) o( I8 Q! I! l% e" w8 rRed: Player Max. Level
6 D1 w9 i" ^& w5 s+ _; y% SGreen: Monster Max. Level! }4 S3 O. T# V: |
/ U6 @) C$ o9 ~; {# y; }
These changes as simple as you want.5 V0 \% O) U! r
/ R$ V& M" }# S' s
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
! |2 {) Q- Q& E# m# l. `) e. \) }3 o- h$ @1 c
Part 1 of blocking CE ' ?* ]& U8 ?& [1 x$ { N- p
; |9 K6 y7 j4 F5 S+ S7 w; tIn this tutorial I will show you how to change the Head of Mark flyff.
# l( ~, X, H9 D$ g6 W3 nThe current Head Mark is well known, 5E, which results as a string ('^').
, c# V% W! d; n1 {+ W/ v& J; r
- i- @0 P# |+ _For this we go to the World (Project) and looking at the Buffer.h after thistext* i' g3 a) @* P9 x
Quote:
' q+ _4 \1 J$ V% o& N# Define HEADER MARK '^' / / Normal messageheader8 G! u( O4 {9 r+ E* l
# Define SYSHEADERMARK '%' / / System message header
. t( i ^: Q/ _3 TWhat the Sysheadmark is looking for is not even the top 5E.
0 W0 L; e8 I: F, W7 Q- ]Change this and it makes the CE Not work on server.
" f( g" F+ J7 X/ F
! `7 b% P1 b5 x& L9 [: oThen Tom's anti-hack is no longer useful.& r% H7 s4 s* k0 L G& m- G
8 P1 ]+ \5 n6 d* vLG Sedrika Part 2 of blocking CE
) N: W( B9 C7 l0 R6 A W
4 n0 i7 M: q1 pIn 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. 6 h: |' f. j( s8 w [$ G" I: b
What does this have an advantage?
: r6 O$ ?: V! L. _$ l4 SThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
9 e, C5 i9 S+ U! c. X' _
$ E4 u9 \8 x/ R! }3 H0 v
3 b6 B: d: K8 FFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
; q r5 q8 }. l) I: m7 N6 A+ Q) o2 S& v9 T, K+ j
Then search for the following content in HwOption.cpp 9 L" w4 p, x) E3 {5 H
8 o" S& {9 P# p9 L
, X3 O% o$ n9 P
if (scan.Token == _T ("ip"))
1 u3 u$ {: S4 H) o% i) k1 ~( }{2 j3 h! g B0 o/ t
scan.GetTokenEx ();( u: f; A' H5 u: d$ r$ C" d& K9 j
strcpy (m_IPAddress scan.Token);# K$ }5 `" E P8 a! @/ O( g3 h
}6 ]7 c: F0 z8 R+ U8 k& F
and turn it into this:" m1 B/ z% T8 K( u3 o! a
Quote:
% R' U6 F7 F+ z* T1 iif (scan.Token == _T ("ip"))( Q$ x( n" j$ U5 D) Y+ J2 E) O
{
4 k, b# D. D' V$ A$ o; X/ / Scan.GetTokenEx ();! D* L5 p+ p: c8 f' r) Z6 c$ B
/ / Strcpy (m_IPAddress, scan.Token);
/ @+ E2 `5 h6 z4 _/ G$ k0 B6 @}
9 I* O- Q1 y% z1 \ _7 iAnd you created the solution.
6 h2 {' X% S3 I V0 d; c
\- @7 T" N3 a/ Y! F7 H* u0 j4 T e, t/ x( S$ S- d& \' R
Then read the Neuz not the IP from the INI anymore. even if put in it+ D0 v+ O, m2 P+ D8 P
0 j6 \ m) }* y& m: t
Max skill's
; ]4 b7 a. x# I+ r' N9 E+ y2 j8 Z3 L! s7 @- ~6 ~$ \6 C1 x
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
7 c( a+ W5 s' t) v# l& D+ Q
i6 Y# _. j5 z9 KWith the TUT can provide the remedy it
+ M; u, B$ j, z8 d2 I8 @: X; n! \4 L, k5 H4 V, _5 s1 H0 o: Q
# 1 opens the file SkillInfluence.h7 P j$ U, [9 B5 l. m% V
# 2 Search$ l& ~& m4 o+ T5 p* ~. W
Code:
/ n: ~: d; V4 s B" C: Z) o
# h4 Y) }4 y' Y# Define MAX_SKILLBUFF_COUNT 146 i5 E* B7 v; ~, z* ?
) g/ c3 M9 X% p' B- J0 k) D% L# 3 Change the 14 to your number (eg 21) and save it from
0 s }+ A% {) C0 z# 4 compilation and ready
7 L0 F4 a. Q% }7 u5 l* z6 P' y' j
/ {7 I2 d+ H- s- r$ P/ B O) F# ]5 }: x2 ~
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:* b$ S3 y& t! n
8 V- L+ a# P1 f) y0 S
dennisdra6 E2 {/ X" b' o# F, g
.Crasy
# b m7 F8 j; X- r5 W0 I©ross& X6 d& M. [( e4 I
Sedrika
3 _$ Y% H9 b$ D4 [# O! l8 e7 Z, J. m6 Q* n
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!
: d* R' Z% z8 F$ r( Q0 W
# L: f/ U0 k- F% Q0 I7 h; Z8 lP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less7 G; `3 i1 u8 ^2 @; J0 ~9 s! ]7 o
0 P k' |3 q0 Q& C6 g" b0 H) ^; L" ^9 C# Q9 M3 S5 d
Update 1:
how to turn off "Profiler" in worldserver.exe ! X, O: k/ |$ k* S4 N7 Y& i
% ]# Y* ?+ Z- r, I0 v5 t, U
& H. |9 D6 }9 B$ n: Z' Pin VersionCommon.h of Worldserver Solution; c0 Z5 ~; i" C0 ?3 j
Look for' s+ i2 u8 e* |4 j# Q$ k2 ^) O u5 P
+ W, z9 o. H+ B, t9 z
#define __PROFILE_RUN! n+ r" z" h. a
- c$ x6 g2 U3 P! X3 W- ccomment it or simply
! s0 b9 {) `% z- @0 x" x
" q6 d" p4 g# j `' {3 M3 `- B7 l7 _//#define __PROFILE_RUN
4 _+ b1 C) k" C$ v* m; z% K
9 J/ G: K" @6 W' K4 m+ m6 P! }
6 x! i* r' |7 {+ m) C" [& K0 lcredits 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 C( ?: ?7 l2 V
|