|
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 & z0 o% {. _ Y$ [2 Z; m( |
change level without Rebirth
( W( }' z, d- g5 t" T1 k1 L# q0 I7 x+ v |; b$ C l
Now, let us begin.
" b8 k' M" f& `! Q; x( G0 {! x
0 o4 e! M/ j" a+ y; E- ~Requirements:$ J: f8 R3 W7 v* Q
Source
: t" ^: O- T; W- i* xNotepad / Editor
+ N7 z- {# e5 D0 l: W. h1 j0 C A+ h, X) ]/ V3 l. C& I
/ / Tips by Sedrika
, s, B& E- N6 s! ~5 E9 f, Q; z0 Q8 ~' y4 K$ k% F+ x; w
It is up to you how you do it ^ ^
& c$ D& I. I$ g1 m" L- s
5 B' B- G* @3 q! S" f8 F- hGo into your source folder and open the definejob.h% r; ~9 [# p8 q, X# R A
Search there for: `/ J1 Q- T& K0 ~
, \% A4 B' f( F7 R e, L#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
' h# ^7 b# F" d4 ]4 Q#define MAX_LEGEND_LEVEL 129
5 m$ r# n; g ^2 x' l# Z. a& | f#define MAX_MONSTER_LEVEL 160
- H' X8 W+ I1 e! |/ X1 ^" G#else // 15Â÷ è÷¾î·Î ·1o§è®àå, e, L9 Q* x2 \ g! ^' f
#define MAX_LEGEND_LEVEL 121; C, w3 H& O+ j* X
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 8 N" J. ] G7 X/ L6 n! h& R& u
8 e: z% H$ d/ D! i/ X, X
6 H& ]5 q# f1 W- wRed: Player Max. Level
9 W( D \3 D t- E- qGreen: Monster Max. Level+ ?! Y- n+ D# U& ~( R
7 ^9 p& Y/ L2 Y% {2 b
These changes as simple as you want.
- w v* X0 v" @& [0 a$ G; d9 S8 `+ f2 Z6 d5 N
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
+ [+ \' Q9 O% t
/ n4 R4 [7 B% b% o Part 1 of blocking CE
& |0 ?' j8 F) o# s Y) |# H4 X4 \, `5 I- j8 b! i* K
In this tutorial I will show you how to change the Head of Mark flyff.2 {, F3 z+ q1 g5 t% d- K
The current Head Mark is well known, 5E, which results as a string ('^').9 v: E7 @' d" w0 _# e8 u; B
; M% H* B/ P4 @1 _0 q
For this we go to the World (Project) and looking at the Buffer.h after thistext$ }0 i; [9 U* A) ~8 _1 R
Quote:* `7 n m$ B$ [1 Y3 T% p
# Define HEADER MARK '^' / / Normal messageheader
5 F* L' \. I! j7 K2 l( t3 ?# Define SYSHEADERMARK '%' / / System message header# Z; F' r$ ^. D) Q0 d
What the Sysheadmark is looking for is not even the top 5E.0 T$ J; t/ a8 T" j3 q
Change this and it makes the CE Not work on server.# T) I9 q) f/ _3 l; z
$ S4 v8 U2 J+ ?5 Z/ v7 U# U! GThen Tom's anti-hack is no longer useful.
% b1 ^2 p9 L1 V- i
, C, m3 K$ Z2 C* d/ H9 O9 Q% S! _LG Sedrika
Part 2 of blocking CE ( M# `; B4 E' \4 C8 x' F) K
' g8 ^- ~# u$ f+ @( A; {4 KIn 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 v8 Q0 u# F A1 t# s" ~
What does this have an advantage?
2 _8 _* l# A+ n7 q# p/ vThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
- i* k, K+ [* N7 O; e2 Q5 n9 S* e
& l+ i7 k8 D, d% P
; B9 V3 X- J" a& P: T) }First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.) Z5 d2 j. h& U/ g
: M( H" A! N* W; H; IThen search for the following content in HwOption.cpp
8 [. n8 t' j0 D1 s- F9 v1 K% F5 K" ?/ O+ b j! v3 f; U) }
8 J2 [- u+ f0 s, h1 U d2 j' P7 Aif (scan.Token == _T ("ip"))
7 M. ?- f, \1 x; Y4 F{4 M. I& X* u: T
scan.GetTokenEx ();0 X0 [5 k! q V8 c
strcpy (m_IPAddress scan.Token);" k: U% S4 u( q0 `0 [, |
}3 O. o( u7 c; {% h& v
and turn it into this:% q A6 \( A' [- |
Quote:) q' z \) H& B0 X3 Y
if (scan.Token == _T ("ip"))( e$ T/ ?+ ]( L3 a0 e& h& u; e. l
{1 @$ r G/ C, b h
/ / Scan.GetTokenEx ();0 L5 ]4 }1 R2 l$ Z) z
/ / Strcpy (m_IPAddress, scan.Token);
8 b( m2 A6 U" {1 t}+ X8 @1 K8 F7 Z g
And you created the solution.! I0 U+ C( N9 @
7 O; l, [/ ?0 E' n r: i* I& W3 @: W- J7 i/ U, x- B6 K1 J) ?
Then read the Neuz not the IP from the INI anymore. even if put in it' \, P4 C& X7 Q. x' _
: ~, d9 |* S+ n5 U B ~9 ~$ M Max skill's
0 r* Y" S6 } w9 G0 c
% p2 J* }7 A+ d8 jAll 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 W w1 ^) i6 g2 v7 n& y6 d! ~' d2 x# G
With the TUT can provide the remedy it
# y& }. I0 c y0 D
0 F$ S: p; t, R% D6 Y# 1 opens the file SkillInfluence.h
: h! z) G i4 L* V! K s' s9 @# 2 Search& z0 ?7 B3 A; ^
Code:; R0 ~ ~7 U5 F
& i: ~* @$ W8 o7 |' f
# Define MAX_SKILLBUFF_COUNT 14
; y; b8 @: ~! v' l6 X5 T4 D. t8 u/ I3 T1 E5 F. N7 K$ e
# 3 Change the 14 to your number (eg 21) and save it from* ` a+ Z' E8 C& F7 Y& F
# 4 compilation and ready" U( M6 r, I2 F& G; Y
& L/ h. N% @) c4 @
# V F9 n3 d& x. \5 w, \# aI 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:) s1 I& H3 q, O" V5 ~; [/ a
5 {5 Y; O9 I% D! S6 ~1 z$ g, Y
dennisdra; Y8 b5 G1 n* n: N1 n9 V
.Crasy& X# P" A! M& N% f; V4 ]- P
©ross% f) D3 F! @5 Z2 ?0 J
Sedrika9 X& S+ x5 y! ^% e4 J# W2 Y$ \
' Y& N! D# o7 U) H# G) t6 `1 w' oeverything 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! : L8 s+ A C. n1 @$ g
6 @. {" v, [* o! r7 Z% Z
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
( @8 K ?$ @- P4 u2 k
* Y6 L6 b/ m: m7 G6 p% w4 ~7 Z7 G
" ^/ Q9 H* B- ~2 {Update 1:
how to turn off "Profiler" in worldserver.exe : M$ `% U6 k7 k/ G3 q: e2 ]
9 D4 {8 b- Q8 L+ e( O& Y
: T0 y1 ?* a( W* d9 p ein VersionCommon.h of Worldserver Solution
0 b' r: F" v8 d- G6 @Look for
- M/ w% y. R- N5 {& c6 b( b
" R% n1 `8 \8 Z9 Q$ u1 v#define __PROFILE_RUN$ O( ~5 M" U0 |! E7 }
& E/ ^6 m$ v3 f# y+ k. w2 f3 Qcomment it or simply
- }! x/ k u' P. h
! M6 r$ f* s* ~: z! x//#define __PROFILE_RUN
3 B; m! g( C1 a, t+ X# `+ v0 e% F+ Y! H; U6 H# j/ d& t
3 ?# o6 b" x2 O' R0 b) i! x4 V. H) F& j
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投寄。谢谢。我添加更多的很快如果你有病加太 0 F6 q6 y! t1 D3 W3 r' B% j
|