|
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 * } _3 p/ e+ }7 l
change level without Rebirth
8 K) E* D" a- j2 a
# h- C9 H% Z! uNow, let us begin.
0 M% k1 `5 |7 b( e) `
0 f3 [& X6 M2 ~1 U2 _0 \7 ARequirements:5 w# `, H) ?# W j5 n8 `/ w/ k* B
Source3 [( Z0 P+ @; i
Notepad / Editor
+ v. B/ y4 h8 E6 p( r+ F$ }, G, A( [
/ / Tips by Sedrika
! L2 t4 k# p! y/ ~* y" D1 q# m2 U6 t6 w: N2 q1 ~( C
It is up to you how you do it ^ ^7 S- p# y- e+ g; ^( l
s- ^4 ~9 W) B- p; V# s
Go into your source folder and open the definejob.h
/ I9 G f6 }: F, s( q9 ?( _Search there for:
0 F, [+ F" A# C9 Z* k% v! R# ~9 Q1 Y: l5 `
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå4 t. y2 w0 A5 D1 Q( n: D2 a
#define MAX_LEGEND_LEVEL 1295 V/ |0 v+ ]' U7 D3 f7 k% x
#define MAX_MONSTER_LEVEL 160 p5 Z% X. _- ?( w/ a8 w }
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
1 N, ^+ n( [/ \' f#define MAX_LEGEND_LEVEL 1216 v2 E0 P% U, q1 _0 E
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå ( _; r0 I/ e0 ^% O+ f! |9 t% A1 x
4 W; c, c% d) f9 J& q' s# q
7 S' c5 i2 [' M# x4 k; R8 ?. c6 Y! n e4 XRed: Player Max. Level* h+ y8 N2 x9 E2 X
Green: Monster Max. Level. A0 {% C2 M3 R9 _, {. h
9 x8 H& Y$ J6 p' h( [
These changes as simple as you want.4 X4 L4 Q" ^6 }) X9 M+ [
! O& p! ~& D1 V+ _/ Z ] WThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.! w5 [) G# K v2 A0 [/ \) ]
3 _9 x. P7 I4 F; j- K Part 1 of blocking CE ' w! U' P, @ ~; J" A7 H8 Y
8 d& v% z- q/ IIn this tutorial I will show you how to change the Head of Mark flyff.( U U% Y; [/ G4 k
The current Head Mark is well known, 5E, which results as a string ('^').
4 z( a+ C9 _, m& o1 W7 H- P7 e; J5 ~5 X4 K
For this we go to the World (Project) and looking at the Buffer.h after thistext1 G/ e9 M% b+ P0 i
Quote:
" y& R* q8 Z' X/ `: U. G; y# Define HEADER MARK '^' / / Normal messageheader* }, q- K$ c2 ~9 z( i8 h
# Define SYSHEADERMARK '%' / / System message header5 _4 f* e- u2 o% B
What the Sysheadmark is looking for is not even the top 5E.3 j2 u- Y0 `/ K9 `8 G% o
Change this and it makes the CE Not work on server.
1 [! r4 T2 j. a+ A: V. Z& a6 g
, Y/ C/ f: K( f/ bThen Tom's anti-hack is no longer useful.* u1 U4 J1 }" T2 D
4 Y' F, n" G! o2 r0 D' T( ]
LG Sedrika Part 2 of blocking CE
" s) N) T& R5 ]1 E' |" q5 u, z" B
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. 1 h0 G& r+ d. s9 n
What does this have an advantage?
- a* ]0 ~+ N7 a# h' q2 v4 s8 dThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
" [5 d& z7 {7 K) M5 ?6 H
' U) y0 L4 _* e# U) r. E" a; f3 W1 Q N$ M, T+ n( P7 n: a6 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. V1 x1 o9 z2 X, @
, v o2 s+ |" f0 E
Then search for the following content in HwOption.cpp 5 ?. X7 K9 r: D* V" }
Z7 b4 |+ B1 p" t7 F
! b; m4 e. u7 I3 [if (scan.Token == _T ("ip"))" u' S! }1 f( B U1 Q. T
{: p( P0 M& f& S! p8 o* w8 L
scan.GetTokenEx ();
9 j1 |! A J% tstrcpy (m_IPAddress scan.Token);2 v2 c W% M7 O9 y
} }5 f' l5 Z* l4 w9 j, F3 ^
and turn it into this:' d5 C% D: y1 l X. I! W
Quote:
/ p/ [ s$ B9 Z/ s- \if (scan.Token == _T ("ip"))+ r: N _% P/ s# w8 D
{
# F2 ~3 T1 s4 T: n/ d/ / Scan.GetTokenEx ();+ t% c2 X8 ]" l7 @2 j: k; R
/ / Strcpy (m_IPAddress, scan.Token);6 W* |. Z$ `0 J; z
}1 y6 r, N4 R( t5 f+ r3 `
And you created the solution.
/ M# ?" z5 L' j+ b, q
& l8 J2 a9 w+ y: z$ @3 V! {: Y- L/ `2 { y7 q
Then read the Neuz not the IP from the INI anymore. even if put in it
! Y( g7 O" a: ?/ u) v. f- J- V2 \
9 r- v ]% E# W" \
Max skill's + ^: E' T- O+ d! ?; u! L
" [) t/ o$ x4 N# t Y: `; |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
( ^$ Y* v8 a Y: ^. \9 ^( V) |
3 S( \% q& |* e/ Q( X, l4 u8 TWith the TUT can provide the remedy it
( R6 m: S# ^% E! t& v6 z2 R% [/ d! @# x9 D7 _. h! K6 [
# 1 opens the file SkillInfluence.h
& t3 a; n% J( J6 z. A8 C0 t9 n; K" x# 2 Search1 @8 E( G, n/ {. T$ ~- X
Code:
; Z# C, t4 v7 A% U; Q9 K. [
. L$ N1 \4 k7 M# Define MAX_SKILLBUFF_COUNT 14 U7 w0 l2 s& z0 K( i; [' a
' o7 H2 j% W: M
# 3 Change the 14 to your number (eg 21) and save it from3 n1 |; F z# o! C6 v2 H* E
# 4 compilation and ready
8 D, p: p+ u& G* p& I4 ~+ Q
$ G- I' o8 ?6 E2 |" @+ Y$ p s `- Y9 ~8 w
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:
# k% M5 I$ y! @' \
0 H) j' r$ i) g* Gdennisdra' B* X, j) r; q/ s
.Crasy- ?; D5 Z8 t# `- I5 I: `
©ross
: O3 F& l& V# t% V2 X# SSedrika
6 B" d4 p/ h8 t
( d/ ]! E! t) Q& Severything 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!
7 K$ M0 K# q$ v$ N. z" S t/ E9 G; Z/ f# A
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
* n- F; M9 `. h7 G: _2 R5 d7 D4 Z! j8 i: @+ X; M9 G
9 h1 N4 I$ U$ B! n4 sUpdate 1: how to turn off "Profiler" in worldserver.exe 5 X4 p$ F& x/ L2 S/ h2 ^7 T
. ^( D3 y( s' e0 o) A# k- @ q" a
in VersionCommon.h of Worldserver Solution
8 `! x* P. {$ C* [8 nLook for
2 A f% P( Z3 A' C2 _ O/ p! h9 F
( O2 M' k( o0 O. E6 F6 u#define __PROFILE_RUN
5 ]9 g" q: Q4 c& J8 f1 s/ b* N1 Y6 ?& t: i. X% P4 z
comment it or simply
. m& d* Q/ {' \$ O$ z" F
' U- X. w2 j$ t$ B0 H, s' P; n0 w//#define __PROFILE_RUN 3 }) f, e/ o: B) {6 M
) u, k- s1 v: S* X4 C$ C2 R2 q7 Q6 Y: A
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投寄。谢谢。我添加更多的很快如果你有病加太
4 e1 M4 `# ]3 a) [8 B# t$ D |