|
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
' E) C `+ {$ {/ |( M/ Xchange level without Rebirth
8 j# t6 l9 T* P# E* e1 c2 w% D$ _
, q1 `/ l' D; C) z; Q; ^1 jNow, let us begin.% ]! w, T4 v$ R
1 Z8 Q9 \9 `3 S: ^Requirements:% |) D( p- U, \- e6 T! M/ g
Source
9 f: |3 D, i5 V8 sNotepad / Editor- }1 a! P% g2 S3 G0 F
6 s7 K1 _0 a, x% ]/ / Tips by Sedrika
# {1 z/ ?+ I* @# l1 a3 ^9 s
( l0 T7 I$ S0 N3 ]It is up to you how you do it ^ ^( a; N2 I) \" z9 @
5 Y7 f' L+ M; @, u0 @& I* M
Go into your source folder and open the definejob.h; C$ P; w! _' P7 J, I' t7 j6 L5 P
Search there for:2 `$ ` e% y4 X4 A$ b! L
* I5 ?8 \2 U D' f1 ?0 o#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
% r, R2 H5 f1 v# T5 L+ t#define MAX_LEGEND_LEVEL 129
& |+ s; M$ H% `' c7 n+ \" V3 i#define MAX_MONSTER_LEVEL 160) `" c+ @5 p. n$ d) a2 _
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
/ S7 _2 _( J4 a8 p, O. j/ c#define MAX_LEGEND_LEVEL 121& f6 `6 o2 B$ n" t! W7 u3 g; a8 O" a
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå & l& V v7 V7 k" k; ^5 }) i
/ W# w4 @+ O, r* W
, s2 c, ?. m" XRed: Player Max. Level
% v) c+ o2 a6 m' t- YGreen: Monster Max. Level
r- D7 r" k- I, G v3 j4 C+ G& B" ]% w: a
These changes as simple as you want.. B G8 b- c' a w2 N; l
$ y* c5 ]8 o9 o: `: f+ lThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.1 x3 I" D1 ]4 ]) l0 F' p
, \' } [) z3 f6 A
Part 1 of blocking CE ) D5 P; R$ [6 k, H' C/ v
3 a. m) l$ m: x5 B3 DIn this tutorial I will show you how to change the Head of Mark flyff.% J) E1 O% J8 X, p8 G q5 A. d
The current Head Mark is well known, 5E, which results as a string ('^'). }5 x8 N5 q0 q# J, V0 B
( h0 b. O: l; x5 y
For this we go to the World (Project) and looking at the Buffer.h after thistext
5 g/ u( [( O) m i1 {7 I( r9 ]Quote:
5 ^, a! J1 z) O, y# Define HEADER MARK '^' / / Normal messageheader
7 o1 A3 L8 J4 U$ v# Define SYSHEADERMARK '%' / / System message header2 M1 U w5 [& S! q2 U' ~# ?
What the Sysheadmark is looking for is not even the top 5E. T- f* P$ ]. ] f3 W) p, f( G
Change this and it makes the CE Not work on server.8 x' d4 ~; S x$ s. k3 }8 U$ Z
4 e: b/ [9 r9 V" ?9 d
Then Tom's anti-hack is no longer useful.$ q) g9 `* w+ U. p& h; L
1 J, J- q, Q9 N! K m
LG Sedrika Part 2 of blocking CE
2 L) W- {7 t1 \2 Y: A+ j1 M7 l* ], j$ W; I
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.
' C) t, D2 M( F/ sWhat does this have an advantage?, v; [2 P! e* B5 H, g4 h
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
( }2 o! X$ }& p' b: s8 n! W+ s% B, R
, ?& { M7 {$ p( @+ N) g3 l
+ N" Z: m1 F) U! o0 y6 @First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
. t/ y3 B9 K+ [! e- V# X9 O" b% h2 `$ K1 P. f# f5 o2 X, ]6 \* P# n
Then search for the following content in HwOption.cpp
* f4 Z, H e* p/ u3 a; u3 N# q+ p9 y0 E1 n) B9 i9 `
% o8 w# R+ n) g q- ?, s1 aif (scan.Token == _T ("ip"))
% l. }( v2 s* B{
6 ^5 v/ d8 j& J( \$ ~# i' K0 t' Bscan.GetTokenEx ();
+ b: X& I# x8 T7 }- g3 Qstrcpy (m_IPAddress scan.Token);
( V4 o5 i# `" x6 j) [}
# M8 d1 E4 u# w p4 vand turn it into this:
' E3 v+ G: T" G* ], _" ?, IQuote:- F1 _% q0 |6 N
if (scan.Token == _T ("ip"))# X. Y' p5 v" h2 O% v
{5 x+ z) s) z1 ?7 t/ F
/ / Scan.GetTokenEx ();
6 k# l; i- f0 z# Q$ f/ ~# t5 ~/ / Strcpy (m_IPAddress, scan.Token);
* U$ w# w! Q; i( }+ i! L}, G, ]6 _/ X* b9 q
And you created the solution.- n+ k# f8 J# E% s. w5 z
3 |* ?- `/ v) f3 V5 b6 v j
5 v# D5 ]0 O" _5 mThen read the Neuz not the IP from the INI anymore. even if put in it# s. |9 {0 s2 j. H+ `# j& m
( y5 ]5 m0 D% |" a# z6 F- }
Max skill's
9 q) f0 u8 r& f0 |5 R
- G$ k5 \# [$ p7 x0 \% { s& rAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc - i) b7 `+ T1 J f) n
% D o ~: z# w5 W1 Z, n4 mWith the TUT can provide the remedy it
+ L& Y; z" v1 f/ E" F4 w7 I. W! v; Y
# 1 opens the file SkillInfluence.h
$ ]4 j* {' `# C7 Y7 p: h- x# 2 Search
% B6 _5 ^7 C. ?- C8 s* {! ]Code:& [3 [4 p% _& S- x
( F9 T' z5 m8 m" F& v$ E5 \( O# Define MAX_SKILLBUFF_COUNT 14
( `8 Y2 ~# A" b; c. o( e1 m" P
0 s' }0 F+ S; n- X( L8 {# 3 Change the 14 to your number (eg 21) and save it from7 I; O* j! d8 ]6 f( F
# 4 compilation and ready
: C3 i; h/ U# L$ [7 W5 F7 |
* p0 B5 E$ K5 R( j$ j% s( D; ~
( P4 t) l1 @+ ~3 `$ kI 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:& i% x) \: a3 u' ]5 R* A5 s
; u' j6 z' y: a3 a/ Odennisdra2 e& N+ y2 x' A, C* |8 }2 A7 O+ s
.Crasy6 V# f, R3 q2 ~7 I. N
©ross$ D q/ K" u% }; |: \' r
Sedrika8 M. V8 ?1 D% z! `; I7 a. B
. Z) N4 L7 E* o4 c! w0 ieverything 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!
* w. ]' y6 y5 w, Q; @, E4 {1 S
% ?5 [6 s# V: p) N+ [+ z8 gP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
* R4 }' o! B: w) ~- N0 p# b
5 {7 R, w, P6 b; e% R" W" r: B. N* e+ j- Y
Update 1:
how to turn off "Profiler" in worldserver.exe 7 i2 @+ S- c; P
5 k1 ~8 n0 _( h8 M( G4 }) l) q3 G
6 `3 e d$ ]) w: R
in VersionCommon.h of Worldserver Solution
8 m/ A: h. A! [/ O& S( E: \) p& [% BLook for& C6 ~, y+ Y6 G& [( [3 t) n" n
. _' N# C$ E8 x; [) A7 ~#define __PROFILE_RUN) a8 b/ V1 H" A, F9 A) u- L
. B# Y4 W( c% t; ~comment it or simply$ d6 k) ]! {4 d. w
) ~" F6 l3 X0 z: h* N% d//#define __PROFILE_RUN 1 A0 L# A( Y$ N/ b7 y0 O' ^
8 I$ d u" r9 P' R C
7 e6 d: F9 D: ]. S" M' W
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投寄。谢谢。我添加更多的很快如果你有病加太
$ Q% j& Y4 |' h& y- \8 G9 P! L3 K) C |