飞飞世界论坛
标题: 改变最大等级 [打印本页]
作者: 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
) K' O2 R7 i) b- j( F, U5 Lchange level without Rebirth
, o/ A3 D) ^8 a$ L/ D
/ p! v; y+ n3 O) p" \9 n( U! KNow, let us begin.
9 r/ X/ J( \' u2 b8 O! K, t; x
# U5 x# D+ ]4 c/ f8 `! I- XRequirements:5 }6 H- v; x: d7 j0 W
Source9 n: S" _3 J; z8 W# E: n! X
Notepad / Editor* v- o3 _; v- |" j/ w
# G& o+ |% q8 n5 \
/ / Tips by Sedrika& U- Y. V9 g. K* p
i& n* h! D5 X9 }$ O
It is up to you how you do it ^ ^% `/ t$ U& q& w' E* X5 J1 B
/ c' [% M# L9 h T9 ~- ^
Go into your source folder and open the definejob.h* L- f! h- u8 q' B
Search there for:
# p" P* p* K' f/ V, A0 i% K% j. B8 K( _4 K0 x
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
2 X$ ]( [# n$ }4 ?#define MAX_LEGEND_LEVEL 129
7 \! M2 W0 w' B! v* s ^8 u#define MAX_MONSTER_LEVEL 160' D- w1 s, |& ^3 m# `7 }
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
# Q B' Y# H1 @/ z% n1 p+ O) f#define MAX_LEGEND_LEVEL 121
, |$ p. w |$ A+ k! X& G#endif // 15Â÷ è÷¾î·Î ·1o§è®àå , G6 q1 M! L5 g7 t9 g
2 o9 k: J5 w5 B# D" B5 A+ |
6 s% a' @9 N' k8 f
Red: Player Max. Level
4 A5 G0 h' D. f4 W- M+ ]Green: Monster Max. Level7 W9 O. F6 D& J6 z# W( g7 o
& U' `9 ?, _+ {: L7 b9 u; QThese changes as simple as you want.* o' x2 s# ^) s2 |; P$ h) N$ e5 O
+ C2 o$ g, B1 x& V. KThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
L# p9 N6 N3 _8 [& J' _9 t+ T; S$ o" P. U3 r8 \8 S- R* c& M* J' V! o
Part 1 of blocking CE
\$ y8 w9 S0 r" H1 q
+ S: E7 v$ w8 l: [' f" N% B. B
In this tutorial I will show you how to change the Head of Mark flyff.
/ T4 J v6 V& m( sThe current Head Mark is well known, 5E, which results as a string ('^').
" J4 r9 ]# r( c" |2 y/ F
) `: A- r, a& `9 H$ j, oFor this we go to the World (Project) and looking at the Buffer.h after thistext
2 s# z) K0 S$ T7 M, c+ m* |Quote:
; m$ t( M4 V8 u0 B8 C# Define HEADER MARK '^' / / Normal messageheader m5 ~, W7 _( Y! Z* `: I4 E# x
# Define SYSHEADERMARK '%' / / System message header2 m& c' o5 w3 u3 X3 {) X
What the Sysheadmark is looking for is not even the top 5E.
' ?5 i* [" _( uChange this and it makes the CE Not work on server.9 g7 _9 b3 ^, x/ ^# e: V( C
6 P; g$ @. }) `2 ^0 A
Then Tom's anti-hack is no longer useful.; r9 R: o M; A$ _( v2 a z$ Y
7 H# Z6 W' o( `. }9 m
LG Sedrika
Part 2 of blocking CE
# t8 _: j* Z4 n" r
$ B5 v& L. Q5 u7 J
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.
; ?' J; W, o$ k$ lWhat does this have an advantage?
- |& }+ M- ]. g' R5 rThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
5 ^2 O+ s! F# Y/ t/ w+ I* A
" {+ I: V* h* s* A: k
$ B$ y9 q8 C+ R5 M- AFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.7 f% f- s3 A+ M$ y5 n: @0 d
( x) ^6 H$ `2 ^: j r0 Y: S+ Q( U0 O1 @
Then search for the following content in HwOption.cpp 0 y, S! } s: i, W7 L
& Y# I- X. `& A1 z6 [( T. M
T% ?8 Y5 d3 o+ M% M+ qif (scan.Token == _T ("ip"))
3 C1 x4 S3 @2 M( T{
* E3 q, j$ ~5 I) U q" \2 rscan.GetTokenEx ();
3 j2 ^9 k j" f2 A, sstrcpy (m_IPAddress scan.Token);
" ^# C: N7 B% r8 F) d3 R* s7 V2 @! P}
& y+ b1 a% t5 _and turn it into this:+ ] K1 D. u. @/ P1 s+ o. y
Quote:
6 q- U- z$ Y/ g$ C( y+ v6 ~7 |if (scan.Token == _T ("ip"))- C6 I7 [6 b$ b _- Q
{
! j; i# ^/ U* A7 G1 C6 ]/ / Scan.GetTokenEx ();
7 ~ [% y& s3 r/ / Strcpy (m_IPAddress, scan.Token);. U# `6 i* \" j) e* n% e( g
}$ ~# D0 ~& t4 `# b7 t+ l, T/ E& m
And you created the solution.4 [3 R! _' D" V9 t. Z+ @
4 R% H4 x5 \2 E5 `
7 @9 Y, i8 l- G" |, @Then read the Neuz not the IP from the INI anymore. even if put in it4 l1 Q, C+ i! Q& q" C
9 H; I1 ?/ r0 R$ o+ X
Max skill's
/ p+ v* d! ~7 D8 ^, F1 _* J* c2 d, D( T* p9 |) _1 F+ H2 {* a
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
$ [ D; p L$ T$ C. X& j3 E) l# B. D- K" J! e" t1 D( {7 M# A. I* J
With the TUT can provide the remedy it2 F& h' \; ^6 C2 j, |1 j
0 O$ U% l* U1 N
# 1 opens the file SkillInfluence.h
9 r, z9 M1 w0 S* j0 ?# 2 Search
2 b$ _* j4 h6 k bCode:
, Z; z' @, e& Q$ k$ x: \+ f" Q) x
# Define MAX_SKILLBUFF_COUNT 14( D5 ?- { m& @: E( t
2 K4 E4 n) P" O7 G# 3 Change the 14 to your number (eg 21) and save it from: P; L* y3 N. v
# 4 compilation and ready& l8 q0 f6 n# ~5 e/ p6 T2 a
, b2 q7 ~2 d0 q
/ C- A# g3 n3 M* h# Y
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:
/ F; S8 p$ z0 i: s, A
# `( b, D( r/ S& ~dennisdra
- }6 j" u% X- h! T8 g. u( c.Crasy' A, I3 u5 g _, l. L0 p4 H3 _9 `: h0 T% ^
©ross4 j" O1 B0 I6 R8 ~: R5 w
Sedrika" ?( y. Y6 k f- e9 X) X8 z3 \
/ M5 G( V+ T6 m
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! / G* k r7 o$ M, i
* M4 F @; e3 N+ v
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
9 k& t8 {2 x9 ?
& d, q* T" J. _+ P- g( W) r9 m( k7 a) V
Update 1:
how to turn off "Profiler" in worldserver.exe
) h2 e2 h' @# v* ?' | l0 ]
1 G8 Z) A, \* O$ h4 X6 g' Y5 z( `- n
5 V5 j" P J2 r9 sin VersionCommon.h of Worldserver Solution
$ l s5 |, f u# f+ {: R( V/ CLook for# R y- T+ W" G' _
, M# h9 ]+ j* W& _& K% [1 c# b
#define __PROFILE_RUN: J4 l1 |6 [* p O! c3 @
% e: ^3 C4 u" s: g
comment it or simply% r6 T$ Y0 q1 ~ X& N* o
/ ]6 I; U" ?6 K//#define __PROFILE_RUN ( c( X4 i I- q( ]+ A3 J
+ d" U0 f' `9 k
0 y8 K! m1 B: ~/ C$ c4 r" C
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投寄。谢谢。我添加更多的很快如果你有病加太
( y. X& r7 G. v* K3 V
| 欢迎光临 飞飞世界论坛 (http://www.ffwold.com/) |
Powered by Discuz! X3.2 |