飞飞世界论坛
标题: 改变最大等级 [打印本页]
作者: 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
" |' c( m& v4 d+ P
change level without Rebirth6 z& J& I) j, [5 k' C9 v
& ^: L! p& `* j$ ?& {" e @! U" g D
Now, let us begin.
! H+ v+ s, h- M; v7 O6 f. B
+ H' C. ?: U4 Q( V8 @Requirements:
. @* E* ]+ P3 Y# E( B9 ?4 ~; ?/ jSource
+ M; K( H2 @! R' e! f" TNotepad / Editor
- n+ _1 }- S0 E* T' ]5 j" H' S8 f4 Y2 q' N
/ / Tips by Sedrika
# C! ?/ ]5 U& `2 J& w$ E5 w3 ?9 @4 }6 q' W
It is up to you how you do it ^ ^8 A, r) y+ Q6 U$ I" i
& X9 u+ z( ^& V% m) A+ v1 w
Go into your source folder and open the definejob.h
5 d) P& Z7 c- [Search there for:
& E6 {& e/ k8 u1 T! ~7 v' F% u" V
4 F3 Z @ L, [$ |& Q% R#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå: Q6 c8 A4 a7 {& Q9 p8 U
#define MAX_LEGEND_LEVEL 1292 s! E- [8 s: W5 u, H. {
#define MAX_MONSTER_LEVEL 160
6 C: t7 J. V7 ]1 e: ?4 h0 x1 g#else // 15Â÷ è÷¾î·Î ·1o§è®àå
8 q( P6 I8 k" V' x. _- t* i#define MAX_LEGEND_LEVEL 121% B, b+ V" ?6 q5 k( g+ H! X( {
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 5 R% Z9 s8 V t6 q2 w7 I
' p2 {; \+ B0 w8 j: N2 o
5 ^7 r7 e9 x+ M7 {Red: Player Max. Level
" e! U/ p% i4 q Q- b' M6 ~Green: Monster Max. Level! h, H' M( u" p; x( K
: D. j" s+ K0 L- s! x" L/ `
These changes as simple as you want.( i9 N, G+ g& {9 H' g5 d4 r
2 [& g' X$ q# h {Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
' Z: A1 U; J2 ?$ Q" G! P9 w
: J- L( ?9 x4 @# n- Z
Part 1 of blocking CE
; A6 `% O ]# V/ [
* Q, F2 |! F' u$ [; ^$ s# n
In this tutorial I will show you how to change the Head of Mark flyff./ `) i" D4 n6 g0 `7 _3 f, l5 n
The current Head Mark is well known, 5E, which results as a string ('^').
8 P- n7 n( L b3 I! `, @, y6 O- h# ?
. t% ], }# Q. P$ [1 x, W! bFor this we go to the World (Project) and looking at the Buffer.h after thistext0 }. O1 G% ~7 u4 \# B0 Q+ h
Quote:; w' Y# B4 Z5 A8 a, Y8 W6 }$ v% T
# Define HEADER MARK '^' / / Normal messageheader2 ]% k. e- m5 N% V: _0 L. V4 ^
# Define SYSHEADERMARK '%' / / System message header
) h+ o1 e9 s$ W& r- ZWhat the Sysheadmark is looking for is not even the top 5E.% G2 g1 }3 E: I4 A' R) w5 A
Change this and it makes the CE Not work on server.% S1 M& e. X8 |: J1 }
4 v6 y3 V) M7 D! ZThen Tom's anti-hack is no longer useful. Z+ {1 L4 A1 c2 O" u
; J7 K: l0 i& _4 d. b" u1 z) b
LG Sedrika
Part 2 of blocking CE
7 P6 O, W5 B' ^: s- w8 X5 E& L; W1 J# J4 R; A$ P6 }
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.
/ |0 C# K. X% B8 C/ x+ _. DWhat does this have an advantage?
) y! S2 I+ d" [The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
) R2 W" P& ~- N/ W: x- v* U9 j; W3 }2 v; A; L9 X2 M3 O
' n% G0 x. R5 m; U+ L% r t
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.1 i0 E# T" ^9 h: m) m
* J1 I& K1 C7 q; A! C$ i. ~
Then search for the following content in HwOption.cpp
2 }! F+ J% ]8 \# R$ n1 N
3 u. g7 I. r! t, X: p( z" E) [, X1 t# ^1 Z
if (scan.Token == _T ("ip"))
2 O# X. H* J, L{. C8 t9 s5 c% V1 h1 D
scan.GetTokenEx ();# ~3 x; d S9 {" R4 E2 O& u. `
strcpy (m_IPAddress scan.Token);
( o0 r; ]( x! n! v+ ~4 N% o}; i* O: y0 W. Q8 m6 C& d$ g
and turn it into this:' y, u1 y& A0 f5 Z, K" @+ e4 s0 U
Quote:/ D' e) k7 e ?. P+ B
if (scan.Token == _T ("ip"))
% h* `: _7 S$ L5 s/ ]{5 p3 M1 ^$ w6 o: m" X# M
/ / Scan.GetTokenEx ();
5 x. N+ p2 l* l9 C1 p( [/ / Strcpy (m_IPAddress, scan.Token);
$ m/ r3 O1 d7 \# |}# P- l, i+ }! c( o! j! e+ m, Z
And you created the solution.
: x. q; w: f c! l
% w" w9 Y% g9 X' N' C1 I: P& B# Z% K- w& k0 H O
Then read the Neuz not the IP from the INI anymore. even if put in it/ y" ?; z+ V* a& Y" I
o' U4 ]' N Q3 A3 Z6 @
Max skill's
" M" V$ w- X- M. E. T
& n/ E9 L! D5 \9 bAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc 4 i& u7 w" A! H- m3 X, g0 G" F
2 x- c# G: R7 d( M N) PWith the TUT can provide the remedy it
; N$ @8 S |: t; Y- W! r3 _. D
! Z0 n2 `- a2 }& }+ s4 M9 {% L# 1 opens the file SkillInfluence.h
0 [/ y! ?5 Z( B- r" L' ]) @# 2 Search
( c- p2 @1 r4 a8 @2 PCode:- A# D- u( I. }7 _# A+ `
& |' m* [- t9 x# w1 q" c
# Define MAX_SKILLBUFF_COUNT 14' {' ?# }6 v2 {; ?/ p+ ~
6 N( e5 I! _' G
# 3 Change the 14 to your number (eg 21) and save it from; g( Z; \* i1 _6 w2 D/ L! ~7 j
# 4 compilation and ready# E9 u/ B% r, U0 T6 @
+ L/ H y/ J1 U! `# a
% C% e7 M9 I, l* `8 `- 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:* L( R6 I3 k$ _
6 f! R3 B8 l; W
dennisdra9 Z8 p7 C, n Y
.Crasy3 K- @7 z* Y+ e
©ross) l8 s0 l- y% u: \8 s# k `7 G
Sedrika P2 [9 ?9 c3 a6 J1 W8 i* U! D
7 T$ p; \2 H% j8 E5 \: t/ [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! . ~6 X1 y8 O# b: N% t
; a9 B( N2 @% o& y0 hP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less% I4 m* P! c; S6 ]7 C2 Q- S
8 n3 X9 z+ i# h. y) ]9 J
1 m& r3 v. U: f) w8 c' pUpdate 1:
how to turn off "Profiler" in worldserver.exe
0 W- g5 S6 i! E3 J+ ?
. [9 F& D1 l' Z/ H$ ]2 | ~
- z7 O% V7 ^. v7 B- }) P- {
in VersionCommon.h of Worldserver Solution
+ e9 b/ T" m* h8 lLook for
& |( @0 Q4 w% F4 A `% r3 c1 G! J% X* R* g. I
#define __PROFILE_RUN
8 M5 c( s- C. J
# u5 E2 a* T1 ?- Z- w( P3 Ncomment it or simply7 m; P/ w' Y, B
9 H3 d u! }2 v5 N
//#define __PROFILE_RUN 0 \& I1 m3 B& ?; n$ S+ E
$ h1 i8 f" O- W2 W7 [' o# H r9 C' F. @! x# I5 ^) 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 Q( w3 [$ K* a8 [1 p2 y5 G7 x
欢迎光临 飞飞世界论坛 (http://ffwold.com/) |
Powered by Discuz! X3.2 |