飞飞世界论坛
标题: 改变最大等级 [打印本页]
作者: 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
+ Q$ E# [% r" }& |: K
change level without Rebirth
4 x* p$ v; z$ ]
# W! r* q# Y. a! L! w" ? v" H9 sNow, let us begin.
- l& v# c5 X+ ]% ?
' j, d' D& N" s# B7 ?0 A, ^* U X qRequirements:5 F6 M7 g" b Z+ w3 A' r% e
Source
- _7 V; x3 I& G( PNotepad / Editor
5 u- l1 ?! I' [
8 }& w* z4 h/ {. k3 I* x8 M/ / Tips by Sedrika8 |# K4 a9 |! |/ z* Y: o# c X5 y
3 V- a2 x r/ A Q1 \+ f- t% G+ c: r0 w- f
It is up to you how you do it ^ ^( }/ x, b W# T- K% K2 m6 k6 G' T
( g2 |7 _' [! PGo into your source folder and open the definejob.h3 q7 a1 W7 |# y. U9 O' s- L# L r
Search there for:
% Z7 L, i: D' Y' e$ v
& }0 I* V0 i2 u1 ^#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå+ f) D9 f1 |0 d. E) n
#define MAX_LEGEND_LEVEL 129
& O5 h3 C6 Q6 Q7 S& O' w) \#define MAX_MONSTER_LEVEL 160
& E1 [* ?( y4 l3 l, w% `' E! P#else // 15Â÷ è÷¾î·Î ·1o§è®àå! Z. ~. a& r( \! S
#define MAX_LEGEND_LEVEL 1216 u) j4 _. [, d, P
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
; {0 G K) G7 r: ?' y& }' x, s
/ P) s, p. g, t G$ d
$ ^5 Q! Y m* |7 N+ {5 B# T% ERed: Player Max. Level8 b7 M f! p: X7 h9 v
Green: Monster Max. Level k- E# S, r3 X' i
* M, K3 x& m. F1 J, W% X
These changes as simple as you want.
' U! f# k: N" ~$ c! E6 q. }9 G4 c2 ]$ s( w
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
* E7 B6 p2 z9 B0 V
' A2 P3 J- S8 R% @4 d7 X$ n3 D
Part 1 of blocking CE
) L E, J1 X. {0 D
; z3 P6 J5 |: }" H: S) J7 l2 kIn this tutorial I will show you how to change the Head of Mark flyff.+ |5 a6 u0 h0 M: v9 f) P6 \' I9 I
The current Head Mark is well known, 5E, which results as a string ('^').* J0 q( |- B& S) J. M
+ L3 s8 n: k5 Z. UFor this we go to the World (Project) and looking at the Buffer.h after thistext
) `! G" f3 x, ?: D2 l7 q# r2 wQuote:
. ?( j% G6 }. u3 K# C# Define HEADER MARK '^' / / Normal messageheader
@7 U, S( }( h8 Y3 Y& V# Define SYSHEADERMARK '%' / / System message header
% ^2 b) g9 j2 n4 l* q2 m! eWhat the Sysheadmark is looking for is not even the top 5E.# v; A; m: \* M9 I2 E: R& |3 I
Change this and it makes the CE Not work on server.
- _( _0 Z: ~% x
8 |9 Q& T: c/ P" N% W- fThen Tom's anti-hack is no longer useful.
7 J) h+ Y# G |5 Q4 C- u1 _9 H- M) I# b
LG Sedrika
Part 2 of blocking CE
$ p) a. A3 c0 n) ]8 ?( k& B+ o& v
! g1 P4 L% H% K3 [9 s! w XIn 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. - _2 D }6 }& a9 D
What does this have an advantage?
2 N# @9 F4 H# PThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
+ J7 q+ z' g% o, E) P! ]! E: W$ d
4 K* t) @3 v! H9 J Z+ n3 ?$ g: L, M0 h4 \0 N( Z5 t3 H7 [
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
/ z. M. T- e9 F: M6 K4 ?4 v* K9 H m1 y1 _6 ^, X+ ]1 U
Then search for the following content in HwOption.cpp 1 X/ L5 K% N% R1 h) B
( B, E1 b* A4 G) R
0 Q K$ Z$ z7 P. Y J( Gif (scan.Token == _T ("ip"))1 A$ y J( V5 p
{& X4 s/ p% v- W* q/ Z
scan.GetTokenEx ();
7 A H7 R U) F# astrcpy (m_IPAddress scan.Token);
+ M, n% m2 _6 g5 j3 _( K}
7 c- B N, m$ Q; [9 {& o9 }; n) J) jand turn it into this:6 r+ l9 R7 R8 s/ B
Quote:+ B0 H* Z% \& s
if (scan.Token == _T ("ip"))
6 G2 b, t, `: T3 [9 D$ A3 W9 q8 ^% e{& C" Q# T( y% _3 H
/ / Scan.GetTokenEx ();" c# @* @! R1 { L$ {2 l
/ / Strcpy (m_IPAddress, scan.Token);
# B% n p! G# m; y: ?1 v}0 |: C5 U3 G- `9 P. Q& R
And you created the solution.- @$ `! G9 C4 R* U6 ?+ Y4 U
3 }) r: y8 Y7 E" E# j4 J
% h$ t- j# e* ~; i5 N) ^8 y$ ^$ pThen read the Neuz not the IP from the INI anymore. even if put in it% j0 N; N8 z) l& y7 L, k* {2 A
; d% _( k4 i% @6 [
Max skill's
' p+ N, \5 K; |# r
, f9 e0 t/ N" ~0 M6 o8 oAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc
6 n! M) g9 l4 o% @$ h* l1 g8 I2 ~8 G) x7 p' g
With the TUT can provide the remedy it
* L# r: w" L+ ]# w* h4 E! z# J
% r3 ^' ? Q" {0 p, O# 1 opens the file SkillInfluence.h9 l, Y( u; w; Y7 I) c
# 2 Search6 v% j+ [1 f& l/ p1 Y
Code:
4 r( _- h7 n6 A, g% T3 {' {' W7 r
. s8 ~! a9 [. j9 P4 }9 e# Define MAX_SKILLBUFF_COUNT 14, `7 T2 m+ p& s9 ^3 C
& N { @2 m7 g# 3 Change the 14 to your number (eg 21) and save it from6 t" G5 d+ h0 T4 J/ A" Q
# 4 compilation and ready& D9 c$ F4 }' g& f, W
2 u$ e( D5 ~2 g. D0 Z6 l
2 v" |! W& r0 n) u6 K/ K1 RI 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:, i1 o4 t. d" ^1 N6 T F
/ V5 g" A0 [+ u" s0 G& J% Edennisdra
4 L& H# i1 r* r6 ?9 J: n' H/ S.Crasy
: m$ _0 ]) ]( ?8 S! y' `' ]/ X©ross
. n* X# D7 G2 P( `$ `Sedrika
' s, ?6 @" Z. m7 Y5 C; a4 p8 H! @. H! {6 ~
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!
, c# H/ U+ J: _6 \+ Z+ W: D0 Q! C5 Z9 l" V' d
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less) `5 X$ S+ l! l3 ]3 Y- _+ l
% \' M3 v0 z4 @! {5 ^
6 g6 U) {8 f7 a$ b* Z3 }. i7 @
Update 1:
how to turn off "Profiler" in worldserver.exe
( R% J4 W2 ]" ~( W, L
4 C/ J8 h9 L& ^5 U' G3 A# \3 e' g
: ~5 v7 V+ }- Z/ ~! R/ din VersionCommon.h of Worldserver Solution% T9 ]9 w; ^) G. Y. n J+ ~
Look for
: \ j8 f, m9 Q8 J! [/ U; j+ X1 c" x# l% \. A
#define __PROFILE_RUN
" s6 l& E) W1 Y) m- J+ k9 c: t0 _6 \1 L Y% {' [
comment it or simply
& m) f' w1 G: \; V2 y; d, t- A s% {* i
//#define __PROFILE_RUN
* K& l6 S2 { }' ?/ r
. c4 j8 \. I0 F/ {' U3 E& N
. o3 G7 w! z' D& ~4 T1 A- zcredits 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投寄。谢谢。我添加更多的很快如果你有病加太
' [7 b( L% l% {
| 欢迎光临 飞飞世界论坛 (http://www.ffwold.com/) |
Powered by Discuz! X3.2 |