飞飞世界论坛

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

作者: 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
8 E$ X0 [' u# u) Q/ d+ a
change level without Rebirth4 T  A, Y+ z; F+ d3 K. I7 J
- Y# V# _) }. x+ N/ P8 M
Now, let us begin.
2 ?0 x% K: M( H5 m  f
3 a/ v" V3 R6 Z# y/ JRequirements:- Y- L- r2 l: I7 ~' I
Source
, M4 O+ W$ ]1 G7 ?  F3 pNotepad / Editor0 T  H8 x! d: h+ h- z

, m( B: X% M9 h, a9 E6 y9 w- B/ / Tips by Sedrika* `) P( B6 M; l% _7 `/ c3 ~
4 R1 P, k3 U; x
It is up to you how you do it ^ ^/ U$ S* I4 K! e5 n, d$ w
3 ]) @6 W' a: R7 C' o( h7 s
Go into your source folder and open the definejob.h
5 ~9 e/ \8 B  _3 o2 mSearch there for:
, `! b1 w/ E' n5 C% J
6 G2 x2 T2 C* S: V5 R: n#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå& }! S' `& C* @) h; Z' r9 ^
#define MAX_LEGEND_LEVEL 129' `. `/ B' W/ z6 X& U
#define MAX_MONSTER_LEVEL 160
6 H) f. V2 V' ?) d#else // 15Â÷ è÷¾î·Î ·1o§è®àå
* E, x2 U" a$ P# H#define MAX_LEGEND_LEVEL 121$ F  F: n  r% C+ ]
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
1 K$ B6 R8 h$ M# X$ U
; M% G  p+ ~/ C$ P' i& J
1 }. n! a4 R/ {6 C% iRed: Player Max. Level8 n0 I" L2 {* {: D( {$ C5 D2 L
Green: Monster Max. Level
# D1 x- `$ V) Q8 Y9 m: Z8 e! i) a. h# R0 c! ]6 g
These changes as simple as you want.2 x: y, J1 G. p. }: A# j4 X  k
) U6 x9 |+ [7 t& v9 u5 l6 L
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.3 F: V2 @0 _  g, l' b( Z* O
0 f6 g1 s2 @% V* c0 F4 o2 x+ ?
Part 1 of blocking CE
" j4 `, A: G" J# D# j" Q7 C: B

- K/ s0 ^/ {& r& PIn this tutorial I will show you how to change the Head of Mark flyff.
% W% U' k) U- \" _3 qThe current Head Mark is well known, 5E, which results as a string ('^')." O0 I* B0 Q4 o( F+ K& h
4 C) y. Q* H# S7 B
For this we go to the World (Project) and looking at the Buffer.h after thistext7 L/ a% L# a% k) S" y/ Y) u
Quote:, n( h3 M4 D7 C2 Q+ l! v1 t  V9 T2 X
# Define HEADER MARK '^' / / Normal messageheader4 u% [+ L2 `  ^# w9 _, w) z
# Define SYSHEADERMARK '%' / / System message header
) \5 I' Q; B& BWhat the Sysheadmark is looking for is not even the top 5E.( r+ S! ]6 {* B1 C; }; K8 j
Change this and it makes the CE Not work on server.
3 `7 _0 N6 j& l7 ~2 [! i; u/ D% a) L/ s* g! O
Then Tom's anti-hack is no longer useful.
+ N) `4 l0 h$ }, p- u+ L. j& b' y$ a
LG Sedrika
Part 2 of blocking CE
  P' K0 A, H* {( p
$ q1 L6 |5 ]  G
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. " H+ `5 f9 B9 V" c% `$ }
What does this have an advantage?
$ j! S  X) g8 n8 F4 XThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself " ]0 p- ?6 S4 g/ n& L
  E& S# Y  r) L( o) b. E& L, x7 m
$ r' a/ Y  o- H: R
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
4 K5 d( T, A% a. q; x9 W
& r, h4 V' t+ v5 D  F) CThen search for the following content in HwOption.cpp
' k3 S# q2 y7 `( n3 P$ I* K8 l& d! {6 o" f. M+ t. A
+ P3 P3 f! M2 c* c
if (scan.Token == _T ("ip"))0 b% C/ Q) x$ D: J+ X) |
{
2 u0 P" V9 O  k- x- j- xscan.GetTokenEx ();4 [5 Z1 X! x4 u9 K
strcpy (m_IPAddress scan.Token);. S' q. ^. D; u7 I
}
" s6 h9 O% L& ]8 w. l  w0 Fand turn it into this:
8 f3 [3 F* j( D$ oQuote:5 R' n" {" ~) q( r
if (scan.Token == _T ("ip"))/ f" A4 t8 F/ u! T. A
{( K% k! c9 m/ k" c- ^/ C
/ / Scan.GetTokenEx ();! @/ p1 z( T& d3 @! [& p% _# |  x
/ / Strcpy (m_IPAddress, scan.Token);( e7 ~! Q  S4 \& |8 B
}
, l) S$ p3 B: R% U& e* zAnd you created the solution.( D1 n) k9 K& k0 g  C( g

6 V# m- |/ w; }& V( J8 C" N8 L4 r  y' K% q6 g, c  \# D
Then read the Neuz not the IP from the INI anymore. even if put in it4 W6 V6 ?7 o) t- M6 q) n- w

  S' ?* s: g+ Y- B0 P
Max skill's
) G) Q7 }% E1 {2 S% U

  K$ r- k+ n  [+ C4 EAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc
9 g! |4 x$ `6 X& V" V) u' @. x3 v0 ?, I7 n3 H# v
With the TUT can provide the remedy it
) t% z$ M4 Z7 B5 ^, h4 q) E- I5 H9 N6 P( d+ p, Q
# 1 opens the file SkillInfluence.h  K# V! u6 m* `; i
# 2 Search
% }3 R0 o* G  g$ O, Z; o, MCode:
; l8 Y8 ~$ w' ]7 e" I1 P
: [9 d5 f" q3 g; h3 V) ^# Define MAX_SKILLBUFF_COUNT 147 z+ ^( y: ^1 p1 s; I

8 h- N  N  r1 @7 m& F% \" ^# 3 Change the 14 to your number (eg 21) and save it from* w8 Y7 w0 V% O! q
# 4 compilation and ready
* @3 A, {+ |& w$ `" g
; ?; S) Y$ ^/ f4 o# H: J2 r1 U& M$ G6 ~7 A2 @
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:# o5 S/ R7 u; U$ N2 h: J
9 ~6 c& x+ O( s; i) j
dennisdra+ m( V9 q8 E( d/ `* d1 t; }
.Crasy
8 A% p" O, ?" L# k) x$ ?5 \©ross
" b0 N$ K( C- L% E) R9 ISedrika
* f# E) G" h7 k  w; S1 {# L' j
6 g/ p, w' {% c1 V4 neverything 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!
- J1 I/ m7 C  u& Y0 S! p" K9 c- X
# \1 t+ ?) N1 QP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less* U, t. g* H' t0 t8 C! ^
0 [" B' p. D+ J. y8 o% b9 U

" g# I' G. f5 Y3 U/ Q3 WUpdate 1:
how to turn off "Profiler" in worldserver.exe
0 `8 Y7 J8 X0 ]
. ~% i  j- H  e/ V) X
- _) ~' R% B5 Y7 A0 b
in VersionCommon.h of Worldserver Solution( l( C" U, Q) h0 c
Look for! {' l; S5 _+ i! y8 }3 U1 t( r$ M

+ e( p6 a; V3 J8 ~; Z0 m6 k& J! h#define __PROFILE_RUN
2 X2 @  \0 A1 k( H! ?5 E5 d* [" V; l. w8 _) k
comment it or simply
+ o  s7 B4 C4 k+ E& i, L( v5 i9 Y) C; \0 n8 B2 g! k
//#define __PROFILE_RUN # ^5 F8 H; _9 R0 T# Q; ]

  l$ H9 R$ f4 m* l4 Z9 Y8 g5 J* K% b% Q; {
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投寄。谢谢。我添加更多的很快如果你有病加太

% s. e* g( X/ @" ~5 Q




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