|
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 0 X8 D3 D3 ^- S
change level without Rebirth) z: n/ f) ^+ [
' R8 u/ O Y$ A9 |) F2 G% m# ?Now, let us begin.
c. `4 M1 R5 K+ W. I/ P1 ^5 A/ e% ~1 a7 U
Requirements:
, M+ N! x3 |0 \: qSource
* C/ ^( I/ Y) ]* N* ]& oNotepad / Editor" n6 G& _: C( r1 b. g: u
0 h: D! n+ r! p/ w0 z0 n/ / Tips by Sedrika! C" M# ] u* q
# b/ n( P+ K G/ Q' Z, @
It is up to you how you do it ^ ^3 B6 q% \0 r' P" i
* L! x. v9 E! K8 e4 P) S( cGo into your source folder and open the definejob.h
2 f! s! _* d: X9 [! v. BSearch there for:
$ W' J% g5 L* n/ S4 I( Z* \
/ d ~3 l* s" K) U#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
3 l$ ]/ C- i: G( N+ i) t#define MAX_LEGEND_LEVEL 129
4 T: _5 y7 s! s0 _#define MAX_MONSTER_LEVEL 160+ b; n! Q7 w: z% S7 o
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
* W4 g! N E- M& [# |% b#define MAX_LEGEND_LEVEL 121
3 r2 F! y+ J6 {2 s! x0 f#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 1 d4 a1 I! _( X F" T n
H' M9 K2 p1 G- n& d P) ^
+ h5 s t \2 l" A8 ZRed: Player Max. Level
. r* @1 e2 ~* Z" qGreen: Monster Max. Level* _! U( B1 O- k& R* ^
; L7 p/ B& d3 t3 i ]# j( u
These changes as simple as you want.
6 J4 W! y U& |+ }* a" c0 B
# i) o" u W8 H1 xThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
) \2 W8 C, d! G- y @8 L$ n" N7 s+ f. K
Part 1 of blocking CE 1 D! g' s8 T1 M" f
* P' y. X& t1 j' B' BIn this tutorial I will show you how to change the Head of Mark flyff.
8 o- _4 |! U) PThe current Head Mark is well known, 5E, which results as a string ('^').
) G% H1 |3 {) W* {& E7 k' Z
; k0 l+ H; ~, {# wFor this we go to the World (Project) and looking at the Buffer.h after thistext
$ ?7 @" u. ^& w$ K, H$ OQuote:( W4 C" W$ X. i/ V. C
# Define HEADER MARK '^' / / Normal messageheader
& L, I2 n: B, j! ]# Define SYSHEADERMARK '%' / / System message header1 T! _- b y7 }% e* L
What the Sysheadmark is looking for is not even the top 5E., g5 X' h* l z) L8 |. d
Change this and it makes the CE Not work on server.. t7 v8 H/ e0 u9 P$ J
- A9 r% R. E# E- M3 HThen Tom's anti-hack is no longer useful.
6 v5 L1 e. y% F/ g- c, S1 d* J: E
- w) T# M& y" `LG Sedrika Part 2 of blocking CE
! [" a+ V( }4 |& Y2 }7 M# {
$ i; W+ ^% V9 A) a6 `! ^1 }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. . S; @" }2 c9 {1 _" @$ }
What does this have an advantage?% Z3 h! O6 W% Z8 j: ^
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself ' C8 J0 ]$ x3 q9 j
) J( J* f6 [% J& A8 j. q# X7 g
0 g3 ~4 A3 E' t) a8 }& p4 k" e @First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
& m0 B, x5 l" x6 j. u6 e, ~8 A* C
Then search for the following content in HwOption.cpp
; h. L% l, t! Y5 p4 x3 B- d" ]4 _# q# I+ {+ [" T6 a- M
3 z3 q, l! f# h% y
if (scan.Token == _T ("ip"))1 D6 g% N8 Z8 b% j, Z
{
5 z6 H1 \! k- c t* S$ Ascan.GetTokenEx ();
, d; q+ S, m" f' n1 ?4 Estrcpy (m_IPAddress scan.Token);" r! F: _* g1 K
}
+ \7 F; p' ]8 g7 R1 O) Y. I' `/ M& Mand turn it into this:3 V! U) _1 }! p) Q$ G8 f4 ^5 V
Quote:
) y, N2 W7 @; u! x' yif (scan.Token == _T ("ip"))5 T: d# a# n3 C% ]' |
{
3 G+ c' S! ~) T( \# i" I/ _/ / Scan.GetTokenEx ();
% w- y W$ F6 b9 r; u# [/ / Strcpy (m_IPAddress, scan.Token);* b( H( k2 O u7 T6 w, x |
}$ N& Y- t5 C' H6 j4 x
And you created the solution.
9 ~7 K$ d7 }$ ~" ~$ x( d. ?& c
4 q3 z$ B! ]& u# H5 d% i8 ~( k3 R1 E) P! B5 {
Then read the Neuz not the IP from the INI anymore. even if put in it
; p k+ E" z3 ~# [+ G. o5 V7 H- R
Max skill's ; X& x9 ^% [9 {+ Y
3 O! k$ G7 f* b) p% j* a
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 1 M+ y4 T) D! C1 I8 m
( u* C: L7 t* F- x
With the TUT can provide the remedy it& P7 }! U& k) \# M% ?
) F* f% |2 U* p b& K- ?5 R# 1 opens the file SkillInfluence.h
3 L* v& ~# Y S s0 m; `5 t' ^# 2 Search
* k' R. }2 y' X# ~: y: nCode:
% H# k9 E$ }, E4 ]
/ }( u4 H+ W2 \9 z& y, O# Define MAX_SKILLBUFF_COUNT 14
3 g1 I$ m4 Q+ k+ \7 ]. e6 o, C' i. R6 }3 ~% c) S$ l
# 3 Change the 14 to your number (eg 21) and save it from; v0 I8 T2 E( d: h; C$ D7 F& F% f
# 4 compilation and ready
5 R+ \; x/ L/ y; g7 }- F- |. j4 Z3 R! [/ w+ f/ s: A
1 L6 c, B' f9 sI 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:
0 T" M G! B: @6 `0 {1 J" a' F/ y- \8 T$ a+ I
dennisdra
; r& w! q4 y' N& g r, W3 f& k.Crasy x0 Y+ S( x* X2 k' L1 G Z
©ross
8 M- `* Q: o7 u: h+ o h( I& [Sedrika
3 @0 w# G7 ]- L6 k" L& _3 F0 p' L' K0 \. V) F9 e
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! & H3 r/ J& ~; o
6 r; {* A8 V+ W; [; FP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
3 } W* i8 T" }" X2 b5 w3 u! u& @4 z8 m1 v* b& R0 u
: l2 J/ C6 j9 h# ?2 x" v5 Q8 y
Update 1: how to turn off "Profiler" in worldserver.exe 7 v; d- H4 j+ q; ~" [! u/ G( i
% G, W7 M7 _2 t5 @3 z3 x' H6 y
* N* A7 _1 Z& ^2 g r: R' Hin VersionCommon.h of Worldserver Solution2 {, g0 t! V% k. p- Z) U! H
Look for8 ^0 {7 U0 Z. h! Q7 g
8 {4 y/ _$ [ i, y# J, t#define __PROFILE_RUN
( ~+ O2 E1 I* o( D2 q4 v: t/ ^4 i# G9 n2 y
comment it or simply7 U; D7 Q" y* c! U
0 M4 M, D% F5 H# v; x
//#define __PROFILE_RUN # y( z) d- C( ~5 R1 B+ U
( P- s. g2 J) } r
8 i1 U5 @" Z& m0 F( `* s( ]+ B) Acredits 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投寄。谢谢。我添加更多的很快如果你有病加太 & F% v' u u a9 S# x' C
|