飞飞世界论坛
标题: 改变最大等级 [打印本页]
作者: admin 时间: 2016-1-10 03:22
标题: 改变最大等级
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
`( F, P, ~1 a7 `0 q4 G
change level without Rebirth) S1 g: V+ }- B* V% E5 @# U( I! `
4 {" o. E+ _8 I1 y* H+ B& I) n
Now, let us begin.
1 c8 J- C( I8 C: S5 y/ h8 N2 s* V! n" m# P- X) K
Requirements:7 C) x2 Y) t4 B7 r
Source
. {+ b! d$ m2 O: W9 G3 O5 h( D, dNotepad / Editor
! K7 e' f' `: m, J }/ P* v( p' k8 _' v( a" q2 t
/ / Tips by Sedrika
{1 C" ]9 T2 V3 r7 a8 M) D& N; c' N) K/ \
It is up to you how you do it ^ ^! ?. y$ o' q" U/ N5 e8 Y7 Y
) {# p1 R1 M- U! X. i1 O
Go into your source folder and open the definejob.h& l, q0 T# q4 x
Search there for:5 w) D( ]7 ^6 W; ^/ H. v0 ?
?5 G G! m- K, p) {% c#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
$ J2 u- O) t* {- ~: x* C& ]#define MAX_LEGEND_LEVEL 1299 |* H/ ]9 _3 x
#define MAX_MONSTER_LEVEL 160
- i0 r! D; H' x* L: A& f9 B8 ?#else // 15Â÷ è÷¾î·Î ·1o§è®àå
7 F3 ]8 Y: w/ H) i! }; P [$ _#define MAX_LEGEND_LEVEL 121
1 z1 Q) [8 ~) U. x; J; }8 G. c#endif // 15Â÷ è÷¾î·Î ·1o§è®àå : S9 k) d# H7 w' t
* b2 Q ~" p) L6 N; }& J
7 A ~$ p: X0 D% e/ XRed: Player Max. Level9 [8 b: e3 b0 k0 J# W
Green: Monster Max. Level( o! h4 s4 g( z* y7 g- [5 N2 K
" d2 d, X( J7 s5 ]# gThese changes as simple as you want.
4 D6 w/ c' ^% x& r' p# w" X2 o& P" n
7 b. ^( O+ N! }0 w E7 pThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.0 } a/ m! N7 X# s
+ v- s. G7 C5 ?6 \1 l
Part 1 of blocking CE
4 ?* e- ?' R$ s# a& E/ V
2 C4 t* F" N6 [8 ~& CIn this tutorial I will show you how to change the Head of Mark flyff." Z9 z! w4 ^) C& @7 V4 H" m
The current Head Mark is well known, 5E, which results as a string ('^').
4 E& M7 Z; k7 ^4 T
- Z% F7 Q; p% j6 L% k# u7 X" iFor this we go to the World (Project) and looking at the Buffer.h after thistext
) A0 y8 Q( [/ Z5 \$ LQuote:$ J+ A! P; o" o; ^6 ~& p
# Define HEADER MARK '^' / / Normal messageheader; z' l2 }4 c c
# Define SYSHEADERMARK '%' / / System message header" K3 S j4 x9 i, ]% P7 ?
What the Sysheadmark is looking for is not even the top 5E.4 t r; e; ~3 M" W" V7 o0 S7 |5 F
Change this and it makes the CE Not work on server.1 P' F: z0 b6 x4 r6 r
/ d" j5 O# C1 ^/ z7 g9 }4 ^5 T
Then Tom's anti-hack is no longer useful.
+ X1 }5 z& Q" Z' c5 k @' m' h- C7 l: M* d h
LG Sedrika
Part 2 of blocking CE
4 ?, G/ Z, |0 E; ?0 {* p# _- f M; z; u% W \+ _" E
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 b7 {3 P$ g1 O" e9 B4 J" |
What does this have an advantage?0 U# n! g+ _ u
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
+ ^. m8 P+ p% L! C" ~1 `# k' d; ?, X7 J: R+ |0 S: d ^ M Z
* X4 _: x& m8 D* h2 J8 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.& E m+ f" G T& G2 k
1 J7 C3 M* `4 i5 R: jThen search for the following content in HwOption.cpp
* {9 N& T. ~2 \6 H1 C2 {7 z6 q
Y6 @5 n1 L! z
" }* W. w) ~( U# j9 l% ~5 y7 H! Cif (scan.Token == _T ("ip"))
7 M: Q5 Y5 x8 \( t9 ]# V# U' N" c% a{
6 o% t2 K0 u. s8 ^1 jscan.GetTokenEx ();
4 ?4 @6 e. a- }1 |strcpy (m_IPAddress scan.Token);2 A, D, g0 h' o9 M7 s. S7 g6 S
}
2 Q0 A, V' [; E) H4 {and turn it into this:
, I; L& v' I7 c2 R: j0 R7 B6 GQuote:
2 D, {8 m9 p$ u& \if (scan.Token == _T ("ip"))6 l, W8 n) Q$ J; j. b( K
{
( @+ }+ T6 L8 w) A/ / Scan.GetTokenEx ();
" ?, ~* ^3 _1 s2 {: a2 G1 o; C0 `9 [/ / Strcpy (m_IPAddress, scan.Token);
6 \ q% \: R7 @( H4 q( X2 B0 F4 \}6 t' L% {. z7 E. m/ f+ e9 H. w. m) t* {
And you created the solution.* \1 [5 \6 ] w, j
( k" x* N: `% g6 R1 Y# q; N
+ s* J5 w" r" q* W) K9 MThen read the Neuz not the IP from the INI anymore. even if put in it s$ ^5 b" n4 y
* ] U- d' V2 C
Max skill's
/ \+ T) E2 }8 X) ] o9 U) s1 z
7 s+ h' b. ]- g5 g3 K' H8 \' o6 {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
# t t6 N6 l8 l6 G- L1 [6 R% W( d8 X5 w( B
+ s- P6 t9 `! @* M$ j' MWith the TUT can provide the remedy it( K* R( S9 Z9 f8 c6 O: `
% v: q5 r$ q2 l$ P7 i' U
# 1 opens the file SkillInfluence.h
. F& s# a4 g* | {+ ?$ ^# 2 Search
5 r. o: x9 t' U |# l% h- E' cCode:
1 _; q* y+ g+ v- Y: b& Q; T- f' _, T6 a
# Define MAX_SKILLBUFF_COUNT 14
3 }4 _. t. Q4 Q' u3 R
' h3 u4 L% t" D% l: a% [# 3 Change the 14 to your number (eg 21) and save it from4 O. T) T0 P0 V& _; @2 N- X& ~2 x
# 4 compilation and ready
+ K. u5 D8 I8 G* @1 u1 E: o3 F8 x/ @8 B1 f+ P
6 R6 g V! ?- z7 g yI 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:
; V3 w9 D" O" ] |8 b. O0 p5 x4 z( ^ T# ~. d4 w
dennisdra
8 m! y* @2 d' a; V* D: J.Crasy/ i; m% B. b* k, `& S& K' q8 c1 c3 L
©ross" S, _" r* G0 f% o0 p d a
Sedrika$ T+ @; ~3 |, W' l. Q$ O4 M
8 d6 z/ u( w0 w3 L
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!
1 V9 _: q& v4 `! G8 X ]( R" ^( q- A. | Y. P# {6 a- @# b
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less5 z* h0 w( o9 }% q! W8 t2 V4 ]
9 N' `: b& f& k* h. I
0 g6 c% p' S: fUpdate 1:
how to turn off "Profiler" in worldserver.exe
" t# I' D0 P, ?5 N# G9 ^. u: p
* F) M$ Z+ K) c, O
" x8 }) Z* C7 |' K7 y
in VersionCommon.h of Worldserver Solution
' E9 a& n C& Q( TLook for
, y. S0 Q0 j, H1 V& C5 s- y( ?7 S4 |/ G6 |$ \+ Q
#define __PROFILE_RUN2 a$ h7 z) O% Q# Y
: b( z z5 N) \, i& d% Q4 j* [
comment it or simply1 s5 C. z& a. L$ Z b9 P1 J
# C. q8 V3 s1 @( F$ K) g5 M+ V4 Y6 F
//#define __PROFILE_RUN ' H" ?1 @. q" ]( p6 F7 H) A
! c3 P t% D. A0 y9 U, L- V; C8 y4 {
& P; ^6 Q* a0 `5 F% Tcredits 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% f- G. J1 _: w2 F a
| 欢迎光临 飞飞世界论坛 (http://www.ffwold.com/) |
Powered by Discuz! X3.2 |