|
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
) ^- s4 p3 W3 n3 Bchange level without Rebirth3 c% s6 [6 I+ Q+ d( O1 c
; b( I! P& h5 D1 }5 J' LNow, let us begin.! D( `( J8 r% V
5 ^6 ^: o0 n1 V" L5 s6 \& wRequirements:
8 c( x# j3 ^( a' ASource' b2 t1 a+ Z3 E% S$ Q h
Notepad / Editor) q9 E! m+ S" l7 M* C9 D' A
" Q. e' j, }1 o O6 y q& @7 R/ / Tips by Sedrika
! M) v+ ^& p; x0 i W3 f. s2 a7 R9 M3 {* C3 \( `" H6 f8 Y
It is up to you how you do it ^ ^7 Q% S' n8 }5 e7 Z- G: \
8 I$ c* o2 l% }. a% {0 o( G4 S1 [1 g) @
Go into your source folder and open the definejob.h
! ~) d# s* ^2 aSearch there for:- |% c) k! }4 t
+ g: ^6 j. H: o Y+ T8 Y
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
j/ ?+ v, n/ b8 p#define MAX_LEGEND_LEVEL 129$ ?) p e4 z6 Y3 o# j/ \& v
#define MAX_MONSTER_LEVEL 160( e/ W9 r: V. z. q0 l/ q) o8 X
#else // 15Â÷ è÷¾î·Î ·1o§è®àå# M" H1 R! \. c, g0 D
#define MAX_LEGEND_LEVEL 121
m; t7 |5 x" h3 U( t& ^#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 9 C3 v) p( i1 o; \1 O
6 j; Q) ]. u! H: q0 d
" H" U* j! M4 j" c. M4 l( ERed: Player Max. Level
" `/ Z1 \+ x% q3 OGreen: Monster Max. Level: t+ f& J2 f* D7 p, n" B O
8 Y5 s* M$ y# ]$ t( X! b j5 v& ]
These changes as simple as you want.
2 M8 [8 P% X9 A6 R+ f1 F5 Z2 l' u( M( K+ E
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
5 f- S6 I s4 y8 C) t) g) f3 J- a- G7 |2 l! H1 l H! e$ c7 B% h
Part 1 of blocking CE : V# \5 E) ^7 Z$ f1 A: e
8 N$ z6 N4 h7 r+ H! c3 B
In this tutorial I will show you how to change the Head of Mark flyff.
3 {# V3 y: w6 g" H" U, m9 CThe current Head Mark is well known, 5E, which results as a string ('^')., k! f$ }0 F& z8 L
# o5 ~5 t+ W, Y( m/ G$ b/ g' O
For this we go to the World (Project) and looking at the Buffer.h after thistext
$ p0 v# l# Q6 h# a. Y5 _Quote:
' L; s8 s* f0 }% q6 n+ V: s2 Y# Define HEADER MARK '^' / / Normal messageheader, g/ t9 H: w2 n7 r
# Define SYSHEADERMARK '%' / / System message header8 u, r8 `. D2 i8 k! r) S! u
What the Sysheadmark is looking for is not even the top 5E.
" l; L( ~2 l. Y1 Q$ {8 xChange this and it makes the CE Not work on server.3 z0 V& n. S6 d& ?0 G/ o
9 P8 M: c: C; ?: S5 F9 v: @Then Tom's anti-hack is no longer useful.( \: s+ T C* u0 b
0 W* x/ m) T! Y6 o
LG Sedrika Part 2 of blocking CE
* P4 S8 `% s; F# ?+ H4 v7 w) c# h, I& k! q7 v
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.
: H, Y! P- P% }* ~( ~7 wWhat does this have an advantage?
- T7 m- a) H6 w: ]* M+ ?& Y5 L1 K/ h9 TThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself 4 i! W2 |, \' I6 d( h( X
& C: m+ E" A; o, S" Y
! v8 |7 \; `, ?, UFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.3 k2 o: D D* i- l2 p4 h% s
+ H- R7 k. i2 U: c: s
Then search for the following content in HwOption.cpp - s/ B. _* M$ j( g% }
6 l3 G2 H2 d2 J0 T4 V+ T
; @+ F5 Z' Q+ }9 F# h' V/ Oif (scan.Token == _T ("ip"))3 G7 S3 Z2 q3 d3 V# m& A
{
8 r) [ Q: e+ x3 K, dscan.GetTokenEx ();
# h+ o) v& Y. z. F7 [% K* r, e0 B, ^strcpy (m_IPAddress scan.Token);
' E' c/ `' A" d8 N" {; \( d}
+ u6 s' I/ H4 z6 Gand turn it into this:3 d$ P; z& ]" q8 Q( W9 t/ n
Quote:
8 J" o) k! U/ a" O' V. F Mif (scan.Token == _T ("ip"))
7 m9 w3 ~0 I4 i1 `{
: q/ ^3 _% Z: X' T: I/ / Scan.GetTokenEx ();) w: ^- j* J' b$ t% p
/ / Strcpy (m_IPAddress, scan.Token);
9 i9 l L" H" @' u& ~% M+ f# l}
! o) S' S I) S9 l' i7 P$ ?And you created the solution.! P* E& Y/ ^( B2 i# F2 \' ~7 \; Z
# j$ b; j3 K' z5 e- n. l: d( c/ x( o" Q' I; Y8 ^" ]: \' L/ O$ N
Then read the Neuz not the IP from the INI anymore. even if put in it" W5 q8 x4 D* Z5 M. G5 @) q, A% ]
u) a) K+ e, q* b" Q3 _# R
Max skill's
" G; g1 x0 I3 c" e9 J& L0 W2 r6 Y7 V& g, S
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
) Z' q$ `9 P6 Z8 B# s0 z8 d' y' [5 I
0 {% b, r6 s) ^) {5 d. KWith the TUT can provide the remedy it
% j6 W% L1 `% {8 p2 h7 k. R+ o5 G7 Z, |+ B; u7 a/ R! e
# 1 opens the file SkillInfluence.h: D/ s( v* h+ k- v8 G; m
# 2 Search. `, n4 C' S& l. V5 q# \! H
Code:/ j$ x3 l$ }" s, m! D3 q; g
/ H- h4 ^. l* C, \
# Define MAX_SKILLBUFF_COUNT 14
( O6 K5 S# m# R q9 P* I! P: k6 N7 y7 x
# 3 Change the 14 to your number (eg 21) and save it from
* l+ a3 R* T; k# 4 compilation and ready9 Z0 ^( H. u2 a; X# S
+ b( D8 q; E1 q+ I+ o* R
+ K" w% x$ n; x3 N) 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:; o4 k* G' U% V8 L
$ N' K9 Y; ]) H; {. K- L# p6 } Ldennisdra# \" Y, G1 W1 u, s4 |
.Crasy
X1 j; C* F2 Q, w©ross. _# K y& _" A- o3 s# I
Sedrika- J7 Q3 x2 J+ g& t* W) v
7 X4 P; ?' {7 x# Q. feverything 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!
! O& ]4 l; V& i7 d% N
" |. L" }5 C% A& ~) [P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
% `5 T, F( d9 ?+ e: }5 z/ ~& J% V2 |( O/ P* q& G) F
8 w3 W, k( A3 B# P. P1 B
Update 1:
how to turn off "Profiler" in worldserver.exe
- {. }- A- e0 N. `/ F8 M {' X" L& d! N" {
, p) z3 e+ ^. q
in VersionCommon.h of Worldserver Solution" B2 T" V- h' ?- y+ t. l) c
Look for
! v; m2 s ^- {+ b# F* S( x% I. }3 ~: G g' J. j! i
#define __PROFILE_RUN. l6 f' v5 ]$ v# _; B2 s
- v5 @/ Z" @8 h' E9 h6 S2 o( }comment it or simply: i$ N0 ]7 ^* Z R3 _$ ]
; F6 r/ v6 X) V
//#define __PROFILE_RUN
$ a _% J8 l5 v. e) Z' X! y. e2 d
9 t. w+ f0 l, i& L8 e) F9 kcredits 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投寄。谢谢。我添加更多的很快如果你有病加太
, r+ G% N( F4 M7 z( D |