飞飞世界论坛
标题: 改变最大等级 [打印本页]
作者: 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
- v1 v7 c6 f* d5 X9 A% Y, p
change level without Rebirth
1 t D7 S( L* z% p3 W- J/ [. ^* `9 j* P9 X3 A
Now, let us begin.) c. p r* n/ U$ a( o
4 }9 D- {8 a" U3 R" K
Requirements:7 N! Q2 S) q9 l& \. A* X$ h
Source9 D2 o/ f: X% ~% G, i. `( a
Notepad / Editor
8 K( L0 y# ]) \; i( x: u# H2 p* M
/ / Tips by Sedrika
( m; D- O! \. Q$ x# h' B9 }& \/ Z* {( t6 f; G1 E' k
It is up to you how you do it ^ ^
" S# f2 Q) B( l/ h0 _( `) o+ r& R) r: k/ o/ \8 @/ L* {8 {0 M* V
Go into your source folder and open the definejob.h+ j: [8 _8 y6 m. D
Search there for:+ a( [+ d, N: q" p/ ^9 l/ K
0 g( d; K6 m9 |, ]5 {. h
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
0 T, t5 B+ h: _+ c3 T$ P#define MAX_LEGEND_LEVEL 129
0 Q5 ^1 C5 W) M4 Y#define MAX_MONSTER_LEVEL 160
; Z5 W" ]! o4 {% O#else // 15Â÷ è÷¾î·Î ·1o§è®àå
( g. N9 w7 i# T$ V7 x- m1 l& b6 n9 {#define MAX_LEGEND_LEVEL 121
, d+ Q% g" ^' i# M3 F#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
' |) e9 R7 V& i O9 e5 A3 {. p
" z9 K; y' y3 A0 m, H8 L o; C" c6 F
Red: Player Max. Level# ?% H) R- d: ^% d7 f9 o
Green: Monster Max. Level4 D& i& M# B0 S' m* t" Y9 r
V6 o6 e: W( X% ~% j: Z6 AThese changes as simple as you want.& Z% |' ^! h/ V' Z2 P$ V. U: q+ l
" O9 M/ L0 e$ e* R; {' i
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.% J6 ^6 A/ X' y) S* ` Q! o
2 V0 Z3 A+ y0 O
Part 1 of blocking CE
4 G# d4 ^. M$ `4 S. K- Q
/ d* ~" O t/ Y% q4 ?5 SIn this tutorial I will show you how to change the Head of Mark flyff.: R8 d7 X R) d0 |" s: {; j
The current Head Mark is well known, 5E, which results as a string ('^').# \* m7 C, h# }$ L; F
9 }- E1 v9 F* q" j2 B* S6 F* t) @For this we go to the World (Project) and looking at the Buffer.h after thistext+ l. N* v& [7 t1 v- I& x6 j
Quote:
! i1 M$ B' |9 y5 ^. ?# Define HEADER MARK '^' / / Normal messageheader
6 X. K* a# U2 s$ j) r4 U, }# D# Define SYSHEADERMARK '%' / / System message header
- A& [& j9 d7 a: u$ `What the Sysheadmark is looking for is not even the top 5E.: f" \! F! c C/ j0 |* Q
Change this and it makes the CE Not work on server.# e7 x/ i/ b6 k: _' y- W
& o2 y+ n- k i5 Q3 z3 mThen Tom's anti-hack is no longer useful.7 m! }3 Z4 J0 B. S/ Q3 S
: R9 J0 H9 B$ e/ M- z' `3 K0 M1 TLG Sedrika
Part 2 of blocking CE
8 j1 a; X8 |( f% Z, N' f5 m6 E* W& M4 N+ l& B7 q( P' I- S: W
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.
- u1 B8 I; k- R! f7 {What does this have an advantage?6 p/ A- a: X* `
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
+ X) Q3 o w. ]+ w* J7 [$ q" W: I" } w1 N! x
" A# N4 l4 l! G: q& h: ]First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.( t9 W1 U& z% t7 U8 ^% U+ F
; J5 T1 W. g4 j
Then search for the following content in HwOption.cpp
* n9 V- E) \0 L9 v" I5 V3 n9 v$ E. p0 I4 L1 F/ b/ i
5 V1 U* j: Y+ s% tif (scan.Token == _T ("ip"))/ l# _; v$ q. ^) b) F8 _
{3 [! e4 Y0 L E6 J5 f
scan.GetTokenEx ();
j# V5 D+ ~6 C, b0 a2 l+ z$ Gstrcpy (m_IPAddress scan.Token);* S$ j% Y0 H7 o0 ~+ ?- B
}
. W0 _. j. D: u# Wand turn it into this:+ \1 @2 j; s, q; h
Quote:
2 q0 H' L( v; |/ D, o% Uif (scan.Token == _T ("ip"))
& J* \ c7 {' S; p6 ~{
0 T6 X3 q( }6 `( H' P K5 y) _/ / Scan.GetTokenEx ();3 V! ^/ B9 b& R0 b: f* b- l$ q
/ / Strcpy (m_IPAddress, scan.Token);$ l0 O3 I& l3 V) s0 v& W; Z o0 \
}
% Y/ w }" I$ T, w$ u6 eAnd you created the solution.% Z/ g0 @7 ^5 j% R
( e% Z+ o) z- l+ B2 V/ i# A
9 [7 l# x8 Y4 D. R CThen read the Neuz not the IP from the INI anymore. even if put in it6 F1 D: }: Q! d$ V- A! C
/ U8 M7 w9 P: k
Max skill's
( a- f5 F/ w% Z4 t
8 {, O; [: C8 V1 a9 c3 ?
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
# I6 |# \9 n) k* }+ C% J! E8 q( ]& i. l) p7 c% K2 w d A
With the TUT can provide the remedy it
3 w- t& \3 l9 ?/ Q
5 P' D2 @" K/ m0 C* _" F( T# 1 opens the file SkillInfluence.h& |' O; f/ P( I/ z7 W
# 2 Search
_# @# ~3 X* X' }, `: E q: tCode:+ v/ w9 W$ ^, u# P l
& O, O, F6 g3 ]
# Define MAX_SKILLBUFF_COUNT 140 T( ?6 I& U: k
: t$ E' J* d9 e: x1 B2 e# 3 Change the 14 to your number (eg 21) and save it from1 s& Q" u3 f$ G& g' o
# 4 compilation and ready G) ?, x* X! }' z# P% B
/ a S; p: Y' \
_" F! f* ~. n- ]; i
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:
2 z1 t. v: \# g- G
! l) w' Z: J4 \dennisdra4 R- O p5 p& g* {6 o! ]
.Crasy
4 T, g1 j" e7 T, M5 K©ross
$ i( N1 H4 S( j& BSedrika
$ F' Y" w; n) u, |
]& W: ]% P' g4 |9 [: \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!
8 T9 z/ `4 y+ q+ E& U
5 n, O4 E2 E: [7 g _; _* pP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less) `) P0 n, F8 }9 o4 P5 X2 A
! Y- P* @3 d4 m5 V; J3 D1 s( u1 x! n2 b* n+ q3 @
Update 1:
how to turn off "Profiler" in worldserver.exe
6 v6 C% f1 O# |5 Z$ j1 O: L4 r
! b$ x5 K0 w& \) P3 ]
6 s9 J: f L9 Hin VersionCommon.h of Worldserver Solution/ L( [7 Y6 {; b/ r' R, L1 i! j2 |" }- P
Look for, p$ R1 R6 h; x0 ]) B: n
% Z% k4 V% Q2 a$ g8 o
#define __PROFILE_RUN8 S8 n$ A" Q* d: v
; w% o2 o& i! a
comment it or simply U0 Y4 N9 j6 U: ?- r
' l" p3 g3 \: G7 U//#define __PROFILE_RUN
' O) Z% K3 r! e, \) ?
|: g7 h ]# {' [5 y- N# c5 G' R8 U p" Q% e* s. U
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投寄。谢谢。我添加更多的很快如果你有病加太
2 Y4 |1 @, s2 a% i) O1 z) D7 {
| 欢迎光临 飞飞世界论坛 (http://www.ffwold.com/) |
Powered by Discuz! X3.2 |