|
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
+ u, u: U. N- Y" Z7 nchange level without Rebirth _2 @4 K. z$ b! M$ x# @
: e! d0 U/ V! y
Now, let us begin.
! C3 W" Z2 N, X* V9 | I: }' b" f: I( t' k7 C) k
Requirements:- \0 x! K5 N' A% E2 @* K
Source& w, o+ U* m$ j( `( f
Notepad / Editor6 u. X* W! h. V, v
5 r0 t. P# { Q4 r/ / Tips by Sedrika! I$ g* w6 m5 @6 \( S+ I/ ?
; s6 z; ]/ t2 ?7 e" M' ]; R! Q- DIt is up to you how you do it ^ ^
# {; w; x; A% J& {9 W2 d1 V: Z" b
; Z# Q7 ]( v( W4 Q! Q5 mGo into your source folder and open the definejob.h
/ a% t J( E C' ]8 v3 [% }Search there for:% N' m& P1 i9 P- m [- g% Y
: h O' _1 |# q% W, l#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå& C) [, E$ @) x* {( b. y
#define MAX_LEGEND_LEVEL 129: D8 g, ^4 Y4 N) X
#define MAX_MONSTER_LEVEL 160
( D* i4 \( m. x3 |8 _! m/ P#else // 15Â÷ è÷¾î·Î ·1o§è®àå- P0 _4 n! l) g$ L# M7 z/ l
#define MAX_LEGEND_LEVEL 121
+ G" h$ X0 z5 H) I9 e#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 5 p& \; ~$ i1 @; e+ v( M
' T, f* n$ u( j0 a
, o8 f% C$ ^- HRed: Player Max. Level; D0 P7 @/ D$ c0 Y2 B% r# x- R
Green: Monster Max. Level
) D0 M8 l) x& t# Q, T8 J0 j* F$ A' y
These changes as simple as you want.7 ?; |+ B2 F4 w, I7 Y! U: s
& a) u( e1 g' t8 [( u) UThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
" R! ]' |( ~$ Y8 P& U2 `
{/ G) A1 N9 `0 l% P3 K, J" d, k
Part 1 of blocking CE 6 |- s/ x6 s& u) R! d O/ r
. T* @, V: I3 V6 r8 d1 x8 A" Y; G
In this tutorial I will show you how to change the Head of Mark flyff.9 A: l3 l) V% O. n8 u' |& K
The current Head Mark is well known, 5E, which results as a string ('^').# P- F0 a. r% T5 X* B
& C" y; f7 W y* p) N" EFor this we go to the World (Project) and looking at the Buffer.h after thistext3 w" X0 z. N/ w5 m
Quote:% @* `6 i! ?/ h) L
# Define HEADER MARK '^' / / Normal messageheader# ]% N( O/ ?* t( d, z7 N; O
# Define SYSHEADERMARK '%' / / System message header" [/ w; d S8 S% [5 U6 V/ h7 S: [
What the Sysheadmark is looking for is not even the top 5E.* t8 l; g* c; {3 Q/ F
Change this and it makes the CE Not work on server.0 M( [3 i1 t+ g4 O* _
2 k8 v/ ~) w K ~+ KThen Tom's anti-hack is no longer useful.
4 H i- y$ }& m# A2 `% |+ i. d2 b, q% f
LG Sedrika Part 2 of blocking CE
% M5 k( w5 M- y
/ _& Q8 c! t3 Z$ GIn 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. ( `8 t! V2 [3 [% h, }
What does this have an advantage?
, ~0 m: n$ p2 A% z8 dThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself + `9 ~0 o* v9 R- X9 Q3 M
2 j8 v) E5 p% V) Z3 N, |
- y, s, }" Q& Q6 H# |+ NFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
" `/ N! c- T5 M% D7 r, F
$ `" ]; @( b9 i1 _$ u& bThen search for the following content in HwOption.cpp ! N1 O) p3 q( M: n" ?5 H9 }# N
: W. ~7 D! z% f6 E8 B! D3 L$ ?2 p. k5 Y7 s x1 C8 N! _
if (scan.Token == _T ("ip"))
' m1 l3 z3 O; w* A! w9 ?/ R9 {4 z$ {{
5 o% x9 d, {' b k& Gscan.GetTokenEx ();
+ g/ H5 s! _* M3 ^9 ^7 cstrcpy (m_IPAddress scan.Token);
- k E4 C; }8 c* M1 U4 A6 ^. s}/ V- V9 r0 B4 ]1 W% s* G! S
and turn it into this:
" E5 w T+ J# W7 A! w5 F( _$ ZQuote:/ l5 J" F9 T! B$ b/ i i
if (scan.Token == _T ("ip"))0 W, r/ \& @* L$ [3 _
{
3 [+ t( \2 s4 R) N. i! }/ / Scan.GetTokenEx ();) j, H! v3 F6 @# k, R
/ / Strcpy (m_IPAddress, scan.Token);
- {( N [$ ~/ s}
7 o# r! ?( P- A; O5 l GAnd you created the solution.* J( ~/ s4 e# p# h+ S6 F
; S3 V1 H- Q* U3 F8 _7 @! b' A1 }$ w# G- U" q
Then read the Neuz not the IP from the INI anymore. even if put in it2 _; I& P; [& o; _
& Q+ U3 W6 t; a' G; h _" ^$ B9 s+ J
Max skill's
) s0 E9 F! d8 S7 B1 A& y
5 o; K& ^, ^' i) j5 K! ~$ CAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc
% [# }6 f" F1 E9 c* y9 M" L3 a
" {+ ^, F4 b% }0 bWith the TUT can provide the remedy it
& z, G. ^! P6 s% j3 G
- z7 E$ |" j9 ~" `, {/ ^( F2 p5 j& t# 1 opens the file SkillInfluence.h
4 K6 ]* Z- {0 Z$ C( R' O$ T* k9 O# 2 Search
+ R: a' B! u& p: `' I9 r5 c1 m: ]- OCode:
0 I1 o, {; ]% v+ W& K0 _! p8 h0 {. U# i5 }" Q) r% v8 w2 J, U: B
# Define MAX_SKILLBUFF_COUNT 14
D5 ?8 @; Q. O# r1 k
- S( [& S4 d8 m- l1 ]) I# I# 3 Change the 14 to your number (eg 21) and save it from
2 ?3 C F3 l+ O# 4 compilation and ready
4 j0 @: J9 }8 ]/ G2 {+ d! x
- j% |6 G8 `; J* l) \5 B; b; S' f# `& J6 H- 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:
9 R" \3 `& p0 _: F2 F5 O2 c5 F2 l' G2 m3 {% [9 a: [: j
dennisdra
. \5 ~& x& R8 W4 u+ }.Crasy
8 e4 T% P0 `# \/ {©ross- A U& t: D+ ?, B
Sedrika' a9 N4 q. B: x& ?: W3 p& }/ c
: U" W! x- S/ ?% i% U7 n6 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! 1 x2 V/ C" R6 K, l( S% N
1 i" _( a: V* x' n6 J% R/ T' iP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
! D; x+ z+ L1 {- l ]( g, A# p4 a1 c
, i- [' o' M/ ?
Update 1:
how to turn off "Profiler" in worldserver.exe " B2 n M" c4 ? x
' Z' z, `( c, D* h9 Z
0 _& ~! k7 y) l9 _2 {' ~
in VersionCommon.h of Worldserver Solution( i9 m* ~) v! t; @3 B: i* i
Look for
4 X! q' r' f A; B" a2 C# p' ]6 R# k( Y2 _4 P
#define __PROFILE_RUN
) _( P5 z& E8 y/ x9 o+ [
& m: D( {0 T. ?# ~comment it or simply
- M i: E7 n& ?9 r$ t
) S: @) q; k% Z7 g3 j4 G//#define __PROFILE_RUN " m3 c' [1 i: K" g8 I6 ]$ F" g
2 C0 Q( K8 `/ E. j8 w& b
" @& K5 ^/ G" Y) F, zcredits 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投寄。谢谢。我添加更多的很快如果你有病加太 n7 Z+ m7 g" A7 W+ Y. |. T
|