飞飞世界论坛

标题: 改变最大等级 [打印本页]

作者: 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

) u' G3 L/ x0 q1 w7 cchange level without Rebirth6 h! V' ~0 u: L. ?0 ]! w

+ X5 }' a/ P$ A1 `; jNow, let us begin.' P1 L) v, ]; l* c, ]

( W" K) o# H' R- B& I8 g& XRequirements:
* v! K9 p3 S; m& v2 X9 x4 @/ ISource1 j/ [: l9 H7 J
Notepad / Editor
5 {( {! P1 s& y' D, m2 X3 e  r1 h
/ / Tips by Sedrika
. l' h" {$ w) K" X, s
6 H5 p0 q. N+ N$ q/ MIt is up to you how you do it ^ ^
1 v( J3 M. g$ B, _+ q% s, B; p0 Z- r/ P; Q, H5 ?
Go into your source folder and open the definejob.h
* {3 v1 E0 c$ W- P+ |; c+ dSearch there for:6 q9 V2 E, O0 G( I

/ R3 o  ^! M! \#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå0 k2 D' I6 n$ M/ @9 t6 b; j2 ~' T
#define MAX_LEGEND_LEVEL 129
: C' ~$ T1 W& J' o$ R% g#define MAX_MONSTER_LEVEL 1600 }. X& s) |: C1 h
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
8 V" T3 Z: i  I0 r. N* ~! f#define MAX_LEGEND_LEVEL 121
6 l: ^4 B( D) `8 T3 s#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
1 V9 i1 x. l5 g) F" {' v
4 G1 i' f. E, U+ @: L$ g7 b
+ [8 W$ x  H- P- b* C9 ?+ Z! m$ iRed: Player Max. Level
; M" p& l, d+ h4 ?2 B( x" j; N# ]Green: Monster Max. Level% E" T0 ^! c/ P' ^6 C+ J- N
& l, M, A" l" ^& R) n9 R7 q/ \6 k
These changes as simple as you want.
0 j* x, e( C2 U- b; D
9 ^; n3 y1 w/ x: }3 z) W) ZThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.& Q- R$ F9 A0 u3 T7 J# _
7 }: I3 k  n' ~" h* `& I4 h  ~
Part 1 of blocking CE
5 ^% r: [; M5 a; E- f

/ X  I0 H  z0 f' r$ Z/ pIn this tutorial I will show you how to change the Head of Mark flyff.
+ [9 g0 D6 m. y9 KThe current Head Mark is well known, 5E, which results as a string ('^').) t; ]. @) _0 e+ y+ X9 {0 y) k& U
% T8 J0 n1 L$ V+ o. D" z& _6 I
For this we go to the World (Project) and looking at the Buffer.h after thistext
0 O) f6 f% p1 f4 _+ V, eQuote:9 e. c9 O9 }. N# U4 L
# Define HEADER MARK '^' / / Normal messageheader$ I0 q% ~6 ]6 @3 M$ |
# Define SYSHEADERMARK '%' / / System message header
- \5 Q3 e) S* W: WWhat the Sysheadmark is looking for is not even the top 5E.
0 W8 o* @; g# B( p+ d4 W- IChange this and it makes the CE Not work on server.4 Z8 R- [( H* P& Q
( r; j& d9 c& J* s4 e8 e
Then Tom's anti-hack is no longer useful.( z. @7 B2 a( h3 n, e, }

4 c2 }6 K8 U  Y5 s) l2 R' pLG Sedrika
Part 2 of blocking CE

& \8 Z* c3 w$ k- ]3 C* V
! E9 P; y* [/ m, J1 v7 HIn 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. " U0 P" T4 C3 k6 Q: M* V/ d
What does this have an advantage?
- p$ P$ _" c$ p& ]0 q7 BThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself & u+ [/ M' H1 g4 l
+ a/ |/ M+ _+ ]$ u2 P7 j

1 M. q% C4 u+ f" q' u' Q% u9 LFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
% F9 ?4 |& t0 U) \" z5 b% h% S8 u/ Y8 D# S: N- C
Then search for the following content in HwOption.cpp ( _* ^# _5 A/ D; u5 Z2 r) A) [
/ K7 Y& H# E3 Q7 X% n1 p
! p3 Y4 H1 ^8 a6 X5 q" I( D5 N
if (scan.Token == _T ("ip"))& D7 }6 s6 |2 l
{
! a4 F5 I% ?- ]) N0 pscan.GetTokenEx ();
* e" l* c& j7 Hstrcpy (m_IPAddress scan.Token);# C- m+ ]' b& q2 u, p8 ]' I3 j
}
- I; ^) B$ c  h/ {9 tand turn it into this:4 N' D8 O' u& J) l5 Z6 z1 `
Quote:& Z1 L( z4 H' V. z( k3 u
if (scan.Token == _T ("ip"))
( Z0 R; S; ~) F9 ~  Y! f: d{0 {5 u8 o2 h5 z+ T
/ / Scan.GetTokenEx ();, ]3 f( k0 Q- Z, F" g
/ / Strcpy (m_IPAddress, scan.Token);  ?2 g! ?, F' F& y% g  D* D& g, |
}' }- c4 H. I5 ~( j" o2 R3 _
And you created the solution.  [, t3 s* ]6 s: F/ q+ B
. |  s9 ?. W9 I5 ]

$ ^: g7 D$ }+ e# V. [1 J2 f$ r+ V; VThen read the Neuz not the IP from the INI anymore. even if put in it
) S' X0 m# M! X5 A
. |$ M* e, l6 Y
Max skill's

9 {% \5 G0 p1 h1 u/ J# o8 q+ z# f; g
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
2 B, n4 Y" L# |* H. F4 `8 b
) v5 O+ y" U& r% j% I* }" U% Y. IWith the TUT can provide the remedy it
6 E2 l3 t: V- S2 c% Z9 |$ Z: d$ l/ n1 l
# 1 opens the file SkillInfluence.h
( I0 h8 D' d! \- g; @# 2 Search
/ m1 E6 g( w# W4 J$ iCode:
1 y3 H6 |5 F$ V, T$ D" R# y/ ~: K/ ]
  R" R- z( x1 T' H# Define MAX_SKILLBUFF_COUNT 14
2 V/ [: q: g- M  Z/ H
3 _- O; y/ K% T' P: H$ p$ G4 p# 3 Change the 14 to your number (eg 21) and save it from
" }! o- `7 n, t" Y; `* F+ X# 4 compilation and ready
* r+ f- H4 }- P* V7 o( G% W) }/ c" j3 `
% J1 k5 G5 l, E, ?/ W# Y! G# `
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:
0 r' J7 d/ P6 s# V' }' F
; G- q  w, g: [' z6 R1 ddennisdra0 @* Z! X9 {% d5 C: w- u& e/ u, L
.Crasy
+ s+ G( G9 y0 u4 G& n/ s©ross1 }. _" Z% ^$ S6 d+ x* ?7 P
Sedrika
1 K. v; G) n( ]: c. U3 O
2 h1 e5 b0 D3 T4 y' S4 Veverything 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! + N6 m4 n4 S( J6 \- G( p4 O

3 `- T; C6 q! ?8 ~P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
% t* [, m! d/ ]0 L; U& L
! F$ P) U! n3 {& E* W6 n3 D; P
9 q7 P. A' P+ e  bUpdate 1:
how to turn off "Profiler" in worldserver.exe

+ ]' o5 [/ ]1 h) J
- ^) M/ P2 d5 S+ r2 Z2 d+ G7 W
, K4 h6 _/ c0 ]: J0 R) o. A- B; Rin VersionCommon.h of Worldserver Solution0 v% s( k$ W, s; I/ e
Look for/ I* \3 V+ C+ g8 }" {# J

: }6 B5 A1 K& Q. e9 L: ^#define __PROFILE_RUN
9 z, _. ?" o( q6 ~$ b5 r- Z& [* g' g0 X
comment it or simply
: M  D, W3 u/ _' a
7 d# U( v8 N; n/ j; r+ Z; @0 M) x//#define __PROFILE_RUN 0 Y- p. X% j5 F3 a& }6 a

2 {8 `9 `1 J/ T- t; ?
9 H# S, H4 G" c4 z) ^6 Ycredits 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投寄。谢谢。我添加更多的很快如果你有病加太

9 ?$ \" }  N7 C




欢迎光临 飞飞世界论坛 (http://www.ffwold.com/) Powered by Discuz! X3.2