|
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 1 T, \2 u$ Q) y. @
change level without Rebirth2 u, L! @( c4 K+ L
( K( }& `$ D, q: g Y
Now, let us begin.0 i# e: s6 K, ^4 l/ w2 U/ Y; j0 {
! d+ \( h }& R/ X+ j- V, _
Requirements:
* H4 K! i: i7 R2 q8 gSource& J- a. z& D" o1 t* E9 I
Notepad / Editor* Z. z9 M4 _( t
3 j. k% n8 w9 ~/ / Tips by Sedrika
% r- O6 E7 l( Y& }+ h8 b4 D
7 F" y( `4 P3 }6 _- l- B3 `4 NIt is up to you how you do it ^ ^
3 B; E. g |4 H% q3 {: q& O; k9 O/ d. a ]3 I8 J) R" a; I+ a
Go into your source folder and open the definejob.h
) J3 g4 G0 G; b3 oSearch there for:
4 j, Q1 q. |" t; U& J# r4 X, X9 e8 y x
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
3 o3 n0 Q* H) R' H; U7 @#define MAX_LEGEND_LEVEL 1297 t1 e7 |; [1 p( a* j
#define MAX_MONSTER_LEVEL 160+ {/ m0 E/ A1 a3 \' t P1 A7 y
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
! ~! u; d( @1 g$ y) x#define MAX_LEGEND_LEVEL 121
* B. G+ Z# E/ p( w#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
) @+ h E: Y+ C0 Q3 Z5 L
; x# Y L% h) X# e0 j
+ x8 A: ?9 m5 o: K4 W! p6 lRed: Player Max. Level
/ ` t; y$ O- c) Z5 wGreen: Monster Max. Level
# B, m: I" S- t) Y& H% Y6 W3 ~, u: C, ^% [
These changes as simple as you want.; k' i2 Z! _7 H0 ]$ d- J" z/ l" L2 i- s
2 F& `& C }- c. I! [1 F: J
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.- I$ m2 a+ P7 ?! Y- x9 u& b
* j# ]; j- O* Y$ ^9 l- x3 Q7 H7 i Part 1 of blocking CE 4 Q% }' q0 L, R5 \
: L) | @. y; Q7 rIn this tutorial I will show you how to change the Head of Mark flyff.' W+ [8 {, R& e3 E" Z( J2 r) U
The current Head Mark is well known, 5E, which results as a string ('^').0 w" p: T# m3 _! h
& w" b& u2 n0 l3 V# {For this we go to the World (Project) and looking at the Buffer.h after thistext
. M- O. R+ c1 g6 l) c/ KQuote:$ H# p9 y- p; @% O$ W( e5 s
# Define HEADER MARK '^' / / Normal messageheader
4 n8 Y+ x R' x) v6 M1 [# Define SYSHEADERMARK '%' / / System message header" K& ?' A; \) N( m- T
What the Sysheadmark is looking for is not even the top 5E.
O# N* m# R; u8 O( Q0 @( n. rChange this and it makes the CE Not work on server.
0 S9 c( g$ r) n1 {# E3 H4 I
) U- c& d, n, R/ XThen Tom's anti-hack is no longer useful.
! A8 t& _3 E6 z7 w$ q1 K7 U! C/ n0 C6 a* |2 x1 O- }/ a6 ~; `
LG Sedrika Part 2 of blocking CE
4 i" W$ i& m* |! g- }* @* G7 m% v- |6 @* T% @4 c
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.
@% \: P# s; {# wWhat does this have an advantage?
$ V0 q h9 s$ b! zThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself - C1 t5 O! N4 q( F c% |* U
9 }( J, O& W$ j, Z
* \) v' _: y0 ]3 x0 M" g; J" w
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
7 }4 t" ^3 ?- y/ F9 [/ E% V% |+ T
0 |+ \8 @3 u H/ iThen search for the following content in HwOption.cpp 2 b# T5 W! O7 x
" b% w/ { K1 o9 P$ Z
8 N* J, |' K6 J* X) ^' s6 v# ^if (scan.Token == _T ("ip"))5 g k$ o6 R X" @3 w) W
{/ N" F$ Y3 X7 }6 z
scan.GetTokenEx ();
6 o6 b/ l; e! y6 ?6 ustrcpy (m_IPAddress scan.Token);; d) a* j, \# t" e
}1 o3 L: Y3 I: p
and turn it into this:
2 y6 L( X: p- b& A, u; U1 ]: ZQuote:
+ s- \7 e3 D4 N$ _: w" o4 w( Zif (scan.Token == _T ("ip"))
2 @# k/ z* j( x! L( K& g{7 v7 ^& f! P8 a8 @# n7 N7 ^
/ / Scan.GetTokenEx ();
* c, n# n: ^$ p/ d/ / Strcpy (m_IPAddress, scan.Token);6 l8 s5 g1 B! N$ [) N$ K$ `
}: ~+ P: r$ k2 i
And you created the solution.4 }( P2 n" r. ?3 K
" e3 Y' r' a: z8 \
! M, ^; ?$ \9 A& F/ P0 ^
Then read the Neuz not the IP from the INI anymore. even if put in it
) X' w- }/ c* |" k$ `% U1 X! V" B5 L8 }( w$ n) B/ Z9 _
Max skill's ( O9 V+ m3 c* K
8 T) Z: z2 W1 T# P6 u+ M, G
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
# w9 b' V/ ^ s( J
+ s& H N& c, e9 ~7 q0 Y3 u% N4 ?With the TUT can provide the remedy it: `1 e2 w, H& v# A/ N
/ d2 b. S" I* L- s5 N
# 1 opens the file SkillInfluence.h
8 ~: B. I( j$ g% d) s, d- z2 b# 2 Search
" L1 B- [- J( p& u+ cCode:; f5 W$ O& I4 `8 U: M. t
" O, p7 l6 \+ I# Define MAX_SKILLBUFF_COUNT 14
5 i) `- V/ h6 Y" w
* J: B; L; F# w4 _0 n6 v- {# 3 Change the 14 to your number (eg 21) and save it from2 _# f: h \0 J% B: P9 C
# 4 compilation and ready& K! k) o5 |% w8 L" H0 w- {
& D2 {) c) j% x; e, w$ _$ O
6 ~% J. I5 y r' K& ~" p% `* \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:% q9 W' K0 l/ Q) B; ~
$ P+ k( P8 Q; o6 H% t
dennisdra9 ]0 s: j g/ d! P
.Crasy$ {- t! l- u4 N6 z# T* _/ o' t& z
©ross8 g" R1 F- p$ i, _& s G4 ~) s7 D
Sedrika; @, E/ P L" d% S$ R4 X: X7 U
& w8 O6 @) T1 E; A# I* ceverything 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!
: q+ y8 W& e1 B, P% ]3 T. k% @. _6 Z+ y& f' c
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less( p. |2 b/ d- C- N( h) r
" B- b6 z( h2 P1 G; r# T: V( O' i% w: J; W# J
Update 1: how to turn off "Profiler" in worldserver.exe & B& g; i3 Y" D: Y4 `0 z! j
# ?3 ~! y3 Z( G& H- M* a8 ~& r1 K5 {
+ W! e ~4 K9 Y! ?* A
in VersionCommon.h of Worldserver Solution5 ^- H2 i. g& { [, ^" g
Look for
8 V6 f! [+ ~% z5 }: T
3 m5 K# ] i" j. q5 U#define __PROFILE_RUN
' N6 x- |4 V n0 k$ @! W% V% |$ B' ]/ e5 T" c
comment it or simply# e. I" W. b# U
, n6 Q) l C0 j9 h1 G# P//#define __PROFILE_RUN 4 n! ^ S% k9 x( f9 C' o% O
5 ~! I, F3 u6 |& n. u
* z, K0 r- E `0 x0 w% I1 Gcredits 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投寄。谢谢。我添加更多的很快如果你有病加太 6 ]& y# o3 k4 J
|