|
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
: d4 ?0 _. ^' d8 ]% m% F" j/ t, X- W8 Gchange level without Rebirth) i1 o B' X+ A) m. C9 g5 c# J! f7 P
& M! I- ]- ^) s: O# CNow, let us begin., I& f( L( D* B. D4 P8 E) k
7 h% @- S6 l: K# Y# g: u: \
Requirements:
7 d( g( T' B, y p X/ _Source
1 {9 V$ K4 X; j x3 {% SNotepad / Editor
l. ^# H0 X6 }1 k6 Q/ Q# A) L8 o1 k. Z2 Q2 L4 V9 j
/ / Tips by Sedrika
$ B; g f4 R$ [# O, Z7 }0 F7 H" ^3 C" G+ H: i0 X
It is up to you how you do it ^ ^
: J+ j( S) a+ ~7 w' b
3 S; D/ x/ c3 f* JGo into your source folder and open the definejob.h
3 v; W3 ?* H; n, K, A* z( ESearch there for:
7 n- f9 l; V- ]5 {" C7 `7 c7 D$ C
8 M* i. p0 N; @, b1 E3 [: K#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
5 Z8 T6 k- a$ F% _#define MAX_LEGEND_LEVEL 1291 B: K3 a1 ~: ?2 s( U6 h2 c
#define MAX_MONSTER_LEVEL 160; a* z8 X& q. O3 g! q' f
#else // 15Â÷ è÷¾î·Î ·1o§è®àå" S- Z0 r7 B; f( h r& @7 M
#define MAX_LEGEND_LEVEL 121( }9 z, M$ ~' |- {( P" L, c
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå + p. Y; ?4 M, ]" a- f; [
& E5 p0 k! _- H
. o& X6 V* p! R" M9 j _( C1 zRed: Player Max. Level
9 M. U. f- n4 s6 o+ gGreen: Monster Max. Level
: Q7 ~- t$ y, v& A( ~" g( R
3 Q* m. r; J: f0 e7 L7 LThese changes as simple as you want.
. s6 @% [% s( r. q4 M3 R# k, q6 R+ y+ h
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 ^4 h/ c$ v5 w+ j6 K6 P* J3 v F' l. p8 p3 L0 s2 P5 m
Part 1 of blocking CE
" M @: O' W4 T6 L2 M; n5 ?; i- a/ y4 K! v- N
In this tutorial I will show you how to change the Head of Mark flyff.
: @$ Z% u9 F4 D% AThe current Head Mark is well known, 5E, which results as a string ('^').
' f; O8 s3 A: u0 M# z' |" j- V! ]! Q
% n* @6 ?3 ^9 Y6 t# H- i) k$ w- qFor this we go to the World (Project) and looking at the Buffer.h after thistext" w% _( h- \6 D
Quote:
9 F# P7 X2 a7 P. `2 Z9 P# Define HEADER MARK '^' / / Normal messageheader
# C$ `' \- A! c' X* h6 v5 p# Define SYSHEADERMARK '%' / / System message header
* }$ `) k' Y! X6 G) o @What the Sysheadmark is looking for is not even the top 5E.# |* \8 T* A! Q8 o5 T3 y8 u
Change this and it makes the CE Not work on server.
$ x% c: |3 p6 z
: e9 P& P4 ?/ t1 y; U4 k- m: e1 e: VThen Tom's anti-hack is no longer useful.
" y& t& V( t0 y% k; f' {$ t ~6 A/ k9 `
LG Sedrika
Part 2 of blocking CE
* O9 C2 A4 y4 J& E. [: t, P! F- g L
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. I0 W$ o+ _( [' r4 G* I8 ^4 C" h' s
What does this have an advantage?, L: f# u. T0 e- H2 d0 Q9 ?
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
: m) |- f# `' F7 i+ G8 I+ k. D! P7 f9 i7 x; J. s
% |1 Y- c& A- h9 P8 `3 T4 Q/ b" v0 I0 @
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 {: ]3 d. T* A3 J+ u+ r2 g/ u
+ m- D1 ]2 O5 G0 X( G; O% FThen search for the following content in HwOption.cpp
[2 o; l8 [0 a/ o) l- ^
: `9 j; Y0 H+ g9 e! T, K# e7 F
# B5 v9 \$ L- d; K1 f. |/ Aif (scan.Token == _T ("ip"))
* ?5 t& w" E- u# K+ h+ I{* P& l! d4 s9 a, c
scan.GetTokenEx (); z& B, P2 c B I( f/ u1 a
strcpy (m_IPAddress scan.Token);
. j/ o6 N+ u) I; C. X' i5 C7 [}* n3 l3 O4 C" o6 N: b; c
and turn it into this:
$ p2 a6 e. }/ L- \3 B4 CQuote:8 a2 ?9 o- g- I c5 n1 r J$ X
if (scan.Token == _T ("ip"))* W a, a: E7 z$ `/ P4 ~
{
) p- n+ S9 |# h3 t) U/ [; T/ / Scan.GetTokenEx ();; A5 u$ B( n: W4 ?6 w
/ / Strcpy (m_IPAddress, scan.Token);& B/ s6 v2 ^2 }1 c$ \
}; {& I {7 l: F4 u: S
And you created the solution.
5 Q% E8 {9 y6 o5 z! c
$ ^2 t: t9 e5 L' p/ ^& G
1 y; u9 T9 [4 `Then read the Neuz not the IP from the INI anymore. even if put in it
# @: b, D3 N: v( n. t, V1 }! c# z# t6 N$ V
Max skill's 4 J9 T9 r0 g& G$ B9 d
6 Q2 c% V6 b; D! B; QAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc . K' h" ~# u/ V2 G, X0 E
; b% e, O. u t5 k( u
With the TUT can provide the remedy it
* p" k* P e) v. r/ u7 y5 S3 x# Z# k' I) o/ t. ]
# 1 opens the file SkillInfluence.h
5 G0 T- X, Y Q- L! S- P# 2 Search! G8 x( P6 g( v; V: g8 o0 I
Code:% C2 E( \4 \& j2 m* ?( S2 v
( r7 m0 x" o! K5 h# Define MAX_SKILLBUFF_COUNT 14# f( w5 T5 r# P( q; {' E
; L9 R9 R+ f8 z2 _3 ?3 }
# 3 Change the 14 to your number (eg 21) and save it from
: g# Z( i8 U% O0 A: B# 4 compilation and ready
/ d# x8 `2 R! R+ L! w
& f! }* {/ E. I' n, V, M6 ` z- `, U
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:' D* q8 R* o2 ^& x; `
# h# E, I8 h' y# Udennisdra
9 g. q) Y$ x m1 ^$ I.Crasy
2 V8 M; n1 @, M( k9 j2 g+ M©ross1 x2 p6 W& n: O* O6 @- ~4 u1 B' ^
Sedrika
Y* ]3 d6 j# y0 b% J6 B" ]! i& w' B- e2 p" L
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!
# S; C( e# C; I& j4 q# J$ k/ x' X1 Z( I) a* s+ ~* a7 l
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less6 J6 N+ r7 m+ U4 n4 U
: o; O% o5 U7 A$ G2 N( A
( g/ u( l+ }! KUpdate 1: how to turn off "Profiler" in worldserver.exe / w3 R- Q) I+ S
/ j, M B4 ~+ [. ]
5 C& p+ R* a! U7 vin VersionCommon.h of Worldserver Solution) t6 }% Y3 A) |( H3 Y
Look for& r1 A4 l$ a6 l
6 s9 ~. g& ~, W# P. P#define __PROFILE_RUN
3 h7 J3 I4 g6 H, I4 I) X1 |+ w( o M; O% ^! I5 ^
comment it or simply! V3 G; z* L* `
' c2 b' b# L r8 e+ {3 L//#define __PROFILE_RUN
' t. U6 z$ _' A! ?/ d
) p) Q$ T: w. i: o+ ?4 W2 u# }8 j. X( q: M+ y0 ^
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投寄。谢谢。我添加更多的很快如果你有病加太 * t7 l2 F V J4 W; e" D
|