|
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
+ @: i0 l! n) W3 O' `change level without Rebirth8 l8 w3 N* N/ P( X
F7 f9 P& w' c% G, c' c* D
Now, let us begin.
3 P" @4 q- U% _0 v* @8 K' U( Z" S" Q4 w8 W) `
Requirements:2 h' h- N# A6 r3 Z6 y" {% V
Source. a8 h8 D) \9 X v) T
Notepad / Editor' t* h6 q9 Q& K
- Y! {) G+ f4 O$ |
/ / Tips by Sedrika% D v. i' N( e) e, j$ B/ `
U# ~/ M4 V' w' IIt is up to you how you do it ^ ^
3 l z7 R* o' g, K2 s6 c T0 A9 `/ B+ a W0 s) L
Go into your source folder and open the definejob.h
: h# ~/ w' z0 | R9 f0 L2 x% z: ?Search there for:
! w' l2 e$ L# }( I$ q; Y7 A) m2 p f# F$ p6 N0 o
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå! Y7 T) |( ?7 T" ?( J. _$ T
#define MAX_LEGEND_LEVEL 129
$ D* y9 X+ B( \% t1 H#define MAX_MONSTER_LEVEL 160
. v5 y/ H5 u5 I9 q#else // 15Â÷ è÷¾î·Î ·1o§è®àå
6 u: p' u7 S# E: E7 T, \$ l#define MAX_LEGEND_LEVEL 121) ?% y$ b9 n7 e. y' Y
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 8 J! a3 `' R* `* [4 a
% X# x' D: y* V. |* r1 L" ]- J8 b
: K6 x4 p# o- J
Red: Player Max. Level% V, i8 ~) K$ S9 {
Green: Monster Max. Level) \1 i' ?4 Y9 F. x4 X9 P. K7 l
! x8 T. R4 F% X5 ~( V& L
These changes as simple as you want.
5 _$ m& D$ i6 ]2 O& I
/ [% q9 M9 s @3 F! v# h. P7 d' BThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.' p; j& C( R/ D
) j8 [. F) J- ?$ ^
Part 1 of blocking CE / \- Q1 b8 w0 ^% o
! r l+ i8 l3 G2 t4 uIn this tutorial I will show you how to change the Head of Mark flyff.
4 m2 y H, T; p3 T! _7 _1 iThe current Head Mark is well known, 5E, which results as a string ('^').$ W C' H& V: s& V
[1 [* b& v6 Q
For this we go to the World (Project) and looking at the Buffer.h after thistext
6 g/ Q# T: ~1 F" Q) MQuote:, l o* e( }* X" x
# Define HEADER MARK '^' / / Normal messageheader
% c. q* @# g* Z3 ^5 _# Define SYSHEADERMARK '%' / / System message header
" p9 y1 U/ w# p' r5 ?$ Z, f4 u' OWhat the Sysheadmark is looking for is not even the top 5E./ S3 t0 k2 d4 E& w
Change this and it makes the CE Not work on server.
( W8 o6 G e& W$ R( d( G' x5 x, F9 f+ g8 E/ m
Then Tom's anti-hack is no longer useful.
1 P+ E p4 r' P# C" l$ k* F5 r6 G8 Y; e& U: q0 e' S$ L x; \( S. q
LG Sedrika Part 2 of blocking CE
# u/ n, B+ F5 f6 F5 C/ N
) I$ X! ^, ~, a+ v) Z# e/ o) _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.
8 q. t! p; [1 W; q" n: r9 kWhat does this have an advantage?
7 i0 M( r3 Z; C$ ?# h. ?4 b3 C4 f% EThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself + p6 e5 J3 m5 T+ i
7 w9 |9 }3 K$ D1 G/ q' M6 g
+ O) z! d7 E: F, P6 Y% cFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
5 H5 \4 ~4 y$ {, O5 H) [+ a, \6 q/ R; G& K
Then search for the following content in HwOption.cpp
+ W, E- M; u( U' U/ L
& P9 d3 [6 R; H6 Y0 L4 Q2 j; [$ Y9 T
if (scan.Token == _T ("ip"))% v% Z" [/ H1 n y8 c+ M
{) {8 S4 [! B8 e* `+ ]- ^" m
scan.GetTokenEx ();1 ~- ~9 w1 g2 B6 a( ` m
strcpy (m_IPAddress scan.Token);
( `8 k( i2 M* X0 C7 x# w0 a! \- u}
' f# b1 j- i( Q% y/ e' oand turn it into this:, P! Y$ w5 p2 @. U1 h4 u
Quote:7 h6 |8 w8 C! _) Q _
if (scan.Token == _T ("ip"))3 w4 \3 r$ Z+ P' N. U9 z
{
" \2 p8 L" V2 N; i6 u0 V- ^4 E/ / Scan.GetTokenEx ();
+ u4 J% Y* @4 {% R/ / Strcpy (m_IPAddress, scan.Token);
- P1 y2 o {7 K: u) X& M/ N1 l}7 A3 P* Y* e* N5 H- e
And you created the solution.) _, K( V& P% V4 S4 d0 c* f! j
- E) e4 X, v8 F& P" J3 T
V4 N9 }5 I+ ?( @5 H" b
Then read the Neuz not the IP from the INI anymore. even if put in it5 N% t C$ V, b/ c
' F# s0 {1 P, r4 W, |, R6 `
Max skill's + ^% M; p/ j* B4 e5 c
5 L) ^3 u$ t2 @7 l3 ?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
# o& ]7 ^: z' c! f" G
: [" \7 N+ n8 P/ L( AWith the TUT can provide the remedy it! i7 b2 \# |% b! s; ^& ~: ~- H
9 D) i2 z2 K' H! \! F' F# 1 opens the file SkillInfluence.h
0 m5 p3 Y9 v; D4 J: A. S8 X4 u# 2 Search' L/ J7 Q- L9 E! m; p1 O/ R
Code:
1 w4 v8 {$ J" b. n' F+ p' e/ G0 P* ]' c+ r
# Define MAX_SKILLBUFF_COUNT 14
/ a# Z* c4 L& T% W
$ r! ~% [' H7 M! b# 3 Change the 14 to your number (eg 21) and save it from
- u& \5 T+ N1 u3 E! K# 4 compilation and ready
6 Q/ q6 N: u' Y. z' j4 o+ [! c3 s
+ h. y% a$ A* P+ p/ s4 x6 N# s4 O1 ~+ 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:# d) h& p# O q# S. h9 s; h! I* y
6 W7 N, d" U% Q6 b* U1 J& Ldennisdra
; ]* r5 [4 Y- m1 d.Crasy; o/ s& Q% m2 q; m" s( A/ o2 ]1 S
©ross
# t1 ?7 S) r6 `. l$ G& s' iSedrika; l7 v6 m% P1 N- b9 }4 y
7 F' t7 y5 C0 n3 x* z, R8 w/ weverything 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! 5 j p# y+ D4 l/ }6 v0 T7 I8 T3 H0 E
7 u( C/ n, M/ k" V- n7 UP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
/ k5 Q% N& r- q% s4 @6 t! H; h- _- v6 J6 O- `* g
* `2 E) S. p9 u5 Q* SUpdate 1: how to turn off "Profiler" in worldserver.exe 6 d) v0 K* c0 T& ?6 f: x
$ r1 K1 ^. Y4 _' M! U7 y
& {1 ]$ L& o& K2 p
in VersionCommon.h of Worldserver Solution% s: s$ {" Y& d1 i) \9 S
Look for
: ]3 V$ y: ?. N* b( |2 _
6 @% O) a; Y/ _5 c+ Z. E2 t#define __PROFILE_RUN
9 k @: {( N1 }& W6 {6 x" ~( J5 c1 }1 K
comment it or simply
9 O* ^! s' s, U# V) |
I) Z# r. ~7 ]. w& N) x//#define __PROFILE_RUN
: x/ {9 U0 K) ^2 k o/ V
. O e9 e7 e" t+ S7 [
% I3 R- u: f( t: ` i3 K! I$ `/ hcredits 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投寄。谢谢。我添加更多的很快如果你有病加太 ; v& `% Z) y) H+ t, y9 q
|