|
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 . W+ P% _* ?. `; x* B
change level without Rebirth, i9 q: k* u' u
* k- L$ E! ~5 c+ z6 n$ \$ ONow, let us begin.7 c; m! G" _% ]0 M; ^
( K. l g! n( B. {3 S% d7 T6 |: J: b
Requirements:
: U4 j* l5 N1 ySource
. ~- S7 @8 {9 Y7 s" T1 PNotepad / Editor- `2 M. @) e! P3 S8 `
: |8 g _% i- K3 w+ o- d4 u/ / Tips by Sedrika
3 J0 Q+ e E+ M g1 |+ Y$ n* {/ ?) T, h' u j7 _( N
It is up to you how you do it ^ ^7 C/ v7 Y7 d9 j
: | M) @* z! s# d+ S3 z2 ~' f. `Go into your source folder and open the definejob.h9 e3 J! Z! P g# o \& P
Search there for:/ S. F* b% O/ Q, P, ~
; N h0 h8 Z9 Y0 Q8 g: T#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
5 t4 Y. f: D; _! x8 `- n#define MAX_LEGEND_LEVEL 129# N$ ?! F8 ]& g, O) c0 {" n
#define MAX_MONSTER_LEVEL 160
: |; n# a* B& G) ] V. y4 U) U#else // 15Â÷ è÷¾î·Î ·1o§è®àå% t: ?& X3 [( ^* m+ k p
#define MAX_LEGEND_LEVEL 121- y C ~7 z# G4 p1 `! ]
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå $ R, T' D# p0 b0 @4 w& x0 \3 S
. C5 M% c( c0 s' ^2 b9 d
" D: f R2 i8 l6 \' P: ~9 uRed: Player Max. Level
& K: C3 x5 a+ d+ G* g; p2 YGreen: Monster Max. Level" l. |* `& O. R3 B! b9 ^
* e; {8 {) q% h" l7 CThese changes as simple as you want.
7 w' u0 y0 E+ I( {% M7 |/ k6 G1 ^$ f/ D! c8 E: m1 n$ h% X" [* S7 o
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
* s! }/ S; ^4 m, w( r# V; t* F8 F5 e ]1 n4 W6 \* L. Z
Part 1 of blocking CE / ?8 s& F8 g7 d$ o" C4 N* k
. n3 c: J7 B' ?9 d {In this tutorial I will show you how to change the Head of Mark flyff.
* t/ Y" a. N! P9 b9 rThe current Head Mark is well known, 5E, which results as a string ('^').
8 V7 w: ^6 J# {6 a! Z {
, U+ N% w( v$ s* j' a5 lFor this we go to the World (Project) and looking at the Buffer.h after thistext4 p0 i* F9 ^/ P7 n* d2 p( {; m
Quote:7 o& k3 e" |7 T! J( [1 M
# Define HEADER MARK '^' / / Normal messageheader4 f1 g- [0 }0 V/ @% @2 ?( N
# Define SYSHEADERMARK '%' / / System message header
' d% b) l+ |6 R- k- R1 ]/ K2 VWhat the Sysheadmark is looking for is not even the top 5E.
0 p1 s& p* f. h4 wChange this and it makes the CE Not work on server.
- y* Q. w" k, X. X. w3 t' M2 V) d" e; I
Then Tom's anti-hack is no longer useful.
6 r7 f. N+ e7 o& T3 w# R( n5 G" d7 J! L
LG Sedrika Part 2 of blocking CE " S; a4 j& Z' A* A( Q
- n; J4 K% _1 j" _; K1 c
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.
' k0 d( D. R. A- E' AWhat does this have an advantage?2 `% Q8 r+ p+ K( Y
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself . B# j Q/ h/ D2 X
. R& T6 U) ?' k# o- |/ B4 k$ O5 V8 s- |2 B
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.0 X3 q. a7 |. R) H8 w
% u$ g. \; _5 {
Then search for the following content in HwOption.cpp : t. N9 L/ E$ R" w, _3 G0 H e
( j/ d7 e6 _* `( v. s. a- W z. P5 a
if (scan.Token == _T ("ip"))& @# Z( x) P# ~0 S5 z# |' ^
{6 S E* ]7 p9 K& |9 r1 N! l
scan.GetTokenEx ();
- Z, m6 k- F3 Y& @6 Ystrcpy (m_IPAddress scan.Token);) w$ w# m' _ c$ e' X
}
# K% E" C& R2 R8 \and turn it into this:
" D) y5 y0 t$ ~1 E" t% m) o$ |Quote:% O- V3 p: Z9 y6 `9 v, s
if (scan.Token == _T ("ip"))3 }" Z8 y1 v" P7 t1 G8 @
{( Y8 b( T3 r5 }) r& O. \, c& F: [
/ / Scan.GetTokenEx ();
2 \5 P! k# j4 y9 u+ v/ / Strcpy (m_IPAddress, scan.Token);
5 E. n7 e7 | o* A8 P8 R- l+ S}' k, V6 |! Y4 T) j+ G
And you created the solution.
/ ~$ o5 J$ ], k+ G
: m2 g& Z0 q. _$ W$ G- U, y, I {( t: J' ^
Then read the Neuz not the IP from the INI anymore. even if put in it
d! W, `# C3 i7 w3 z$ u5 X$ l+ \/ ~% }2 C" a& P
Max skill's ; ?; ?' a4 ^! R7 Q1 f
" F0 c: x, z! R5 Q: G- \4 K& C
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 F3 U& a# m. y) a5 T f4 M, d0 \4 |9 [& g, ^- I# R9 _4 T: v
With the TUT can provide the remedy it
' K! i! K3 u' Q7 U, h! b% E7 y; t/ ^0 O! H4 p
# 1 opens the file SkillInfluence.h
# ~( d# j2 N6 O7 `: n2 _# 2 Search8 E# j( l# p4 `( n
Code:
9 H7 m' X& R+ M* R4 X
4 V5 g* P) a' Z& @& d- _0 `9 V* k# Define MAX_SKILLBUFF_COUNT 14. M7 x! p% S* ^/ { u9 w
, a/ E. ` v3 a' \# 3 Change the 14 to your number (eg 21) and save it from# ?. |0 L0 \' Y ~( R
# 4 compilation and ready
% S( t% z/ c; s+ _' X0 F
8 B. I) n* }. a/ X1 Y( b$ ]
% N$ N/ x: j8 d4 l3 \$ 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:3 s) ~, t/ t( ^+ t
$ R0 d2 T0 J/ [$ z/ p( h) L( `
dennisdra/ g' Z# F) d. f
.Crasy
7 K' w2 [' V5 K7 g; Z9 c b" _©ross' ?; H7 v6 G& L
Sedrika
3 E, F' q, z+ ^( X' ~! j1 z8 ?- W5 T" c( p5 I! x9 K0 M3 z' u1 Q
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! 0 Q B7 y" y* Q# e- s3 d
f3 u1 b4 ^, B; @* @9 n
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less: b9 h# b! f. b
9 u: n8 [4 ] |0 E- I, z
* L3 b: w1 w$ k* V& v
Update 1: how to turn off "Profiler" in worldserver.exe . q+ X, B6 `' a, g/ [' k5 W
6 B: S4 v* y3 D
- X9 ^/ c' x) @7 M. R [in VersionCommon.h of Worldserver Solution
% x5 W$ H) [! y6 N& _0 fLook for& k# y; K4 Z H" \
4 T2 I& H% q. t `* T
#define __PROFILE_RUN% {% E1 y8 Q: z J% v
9 ~) M: a+ U. V0 a8 w$ kcomment it or simply
" H0 f% q- N; p9 N1 o' a7 `1 y" j, f: n4 k4 m; c f Z
//#define __PROFILE_RUN / E8 T1 Z8 |) Z9 C# n
7 \7 Z* _* T0 @4 }; J+ s! Q8 O. J: t5 w: H$ O
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 }* U5 ]; S8 Z. U/ i) c [
|