飞飞世界论坛

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

作者: 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
2 ~% x; ^) }0 D5 U6 h2 N6 D
change level without Rebirth* E9 u: \2 G) a  s( _

+ j) N3 ~0 O% p7 Q, Q/ z" g. RNow, let us begin.
8 r$ Y8 S$ d' x* N2 B" c) d7 X2 n% m4 \) f3 D4 H* w
Requirements:1 c1 g3 @/ V7 V* w1 T6 `8 y
Source
0 Y1 f" `# @1 `$ p6 jNotepad / Editor
& A; ]! N. R  v1 y5 v3 P. y: @4 v3 K* ?4 Q& g- p2 M
/ / Tips by Sedrika0 |. s  e% `9 _/ ~2 T  ]7 |6 g1 a

  ^. H+ j0 c0 w3 h4 {It is up to you how you do it ^ ^( s1 W' l- J5 H6 P+ I+ h
: t, S- w2 n" J5 y
Go into your source folder and open the definejob.h+ q# \6 I- S. M1 n6 z8 \
Search there for:1 q/ @3 ]2 b7 f. v+ {: W

1 S" T" a# J2 x! f' ]7 _# s#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
7 B+ W8 _+ k+ |#define MAX_LEGEND_LEVEL 129
' T) B3 z6 ~# k8 Z#define MAX_MONSTER_LEVEL 160) j0 |! g! |% C4 [7 G
#else // 15Â÷ è÷¾î·Î ·1o§è®àå& y( _4 d0 s4 z3 Z! a
#define MAX_LEGEND_LEVEL 121
  i9 k" y8 K1 Z2 j2 u' f" l#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
# R( S: Y* Z6 T& Y7 P( y3 |) _7 K' S* N4 U  E
" h. H( {5 U$ W: P' i
Red: Player Max. Level
  ^7 }% b" s/ a: Q! _, pGreen: Monster Max. Level2 [' Y& A5 e: M# \3 v1 `8 F7 y* ^  y

) `3 V0 M6 X- c& [3 u) ?2 AThese changes as simple as you want.
# \* r% G% N9 a- i+ G
( U# \- W8 ^3 p: sThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.) `8 }% R  u4 t- `' h

: j4 g* O- F( n9 M3 F4 x
Part 1 of blocking CE

' Z) W1 _3 w" j! |  v4 \4 G7 {8 g
In this tutorial I will show you how to change the Head of Mark flyff.
% T2 @0 I1 `" d/ uThe current Head Mark is well known, 5E, which results as a string ('^').
# x' [7 E9 k+ @0 x( ?% U: Y0 S# f+ I5 q; i; t' J3 I% }% a! p; \! E
For this we go to the World (Project) and looking at the Buffer.h after thistext& F- `9 p6 }# L$ [3 w+ S
Quote:6 _" Q2 i0 C9 N9 M0 Y
# Define HEADER MARK '^' / / Normal messageheader* b: s- c( F0 G# o9 S. d# N( n7 ^7 u
# Define SYSHEADERMARK '%' / / System message header- D9 L$ E& I; s8 l
What the Sysheadmark is looking for is not even the top 5E.( C& [8 z' _, u# h, |3 i5 j+ a6 I
Change this and it makes the CE Not work on server.& W- z( z; v4 f( u1 M, t7 A

# }. x+ V( i3 s' }& BThen Tom's anti-hack is no longer useful.
. U! Y4 `$ K( W" M8 t$ |9 `0 e" Q% w/ Y
LG Sedrika
Part 2 of blocking CE
/ U5 c' j& ^" d) F* R0 f0 a2 t

, H1 q% B* G; N: QIn 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. 6 x. e1 P# l2 U' A; ]9 N
What does this have an advantage?. ~5 r( ]3 u& D+ e3 |3 i- E1 m: N1 ]
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself ; O' b: g/ e, m* V8 ?- H# J+ A8 n

" @7 j! I# F$ j. r4 y9 A! M2 Q# X6 v) W$ g+ L. D2 Q. f
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
. R1 e# e9 V/ |" A3 q# ?) @
: G$ w5 i, ]4 R- N/ j/ |4 ~Then search for the following content in HwOption.cpp
7 A) e7 F% _  l# N1 {- l  [
- w% Y. D  \; V, H3 r
$ W" H- h2 R9 F. w3 o5 Hif (scan.Token == _T ("ip"))
* C' A! F" d0 F8 {{8 ^" Z4 e0 e5 h* Q- K1 l  w& |( U
scan.GetTokenEx ();
7 |# H8 Q- K, c, s8 `strcpy (m_IPAddress scan.Token);8 O% D- q; ^$ N
}) l! H6 g' b, d+ l
and turn it into this:
: p8 u. W$ a" vQuote:7 u: H3 {% \5 g" S# s
if (scan.Token == _T ("ip"))% C  R# Y6 O& [1 S6 q$ V
{
0 B3 ]: ?  c  s( P( @0 a" v$ K) B/ / Scan.GetTokenEx ();8 }. k0 ]; ?$ Y! W6 O7 z) ?/ r3 ]
/ / Strcpy (m_IPAddress, scan.Token);) \3 y/ f5 t9 w- \* W" Y/ S" O# S
}7 g* I& A( l2 N6 O, ?
And you created the solution.& L2 n# u* s8 D* e5 x0 Z( b

4 w# S8 K6 G, ~3 \6 |; F% H  o( E# N0 x& B+ I! \
Then read the Neuz not the IP from the INI anymore. even if put in it
+ V: K& b6 b. n6 l7 t6 [8 L' [* K: C6 m0 L
Max skill's
& V' m  e: T+ R3 I! M

% ^% Y& n" V1 xAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc * B: |4 h2 a" J9 n5 n

: {! `$ Q! R& q8 y5 c; E/ X/ U% @With the TUT can provide the remedy it3 T9 J( `1 p2 ~- ]  [
% s( n0 m/ f6 d) F3 f
# 1 opens the file SkillInfluence.h
# H! L6 O* r# F3 H- H# 2 Search0 d9 b1 E( l0 _& _1 u) t
Code:+ |' r7 Z5 `+ n6 Y# Y
4 G$ j+ j5 ?5 P6 r; U, e
# Define MAX_SKILLBUFF_COUNT 140 ]4 U: i7 L1 O  k+ E! O3 c- x
; y  ^# b9 u' y5 E: g1 p
# 3 Change the 14 to your number (eg 21) and save it from
! P2 X. n0 y0 q& }# 4 compilation and ready
+ a; }, R9 H# v! ~( N( ~
8 V# o# j2 q0 V1 {; r, t8 ^9 r  p  Z# d4 T6 s* F' S
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:
, C1 N' l( i* v: r8 R6 b# g, g  @6 p: Z( L5 q) z- w$ s
dennisdra
1 i4 @  T9 c* I.Crasy( M2 E- B9 E- w* L( h7 v, B
©ross1 a1 a2 [$ o& U" @5 k
Sedrika" @" I+ j4 B$ G2 R

% t; R8 J8 c# h1 V$ x( z2 Leverything 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!   c% l4 f' S8 `8 ~8 r( j$ D. ?

+ }1 ^8 ^  A6 K1 W8 tP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
* m# h. B! D5 W" `$ X" g2 I6 }5 s4 ~1 h8 n. O1 t2 r1 B+ M

& l: k4 b4 a+ T! @9 k3 KUpdate 1:
how to turn off "Profiler" in worldserver.exe
5 Y3 _- G- @- T# }, W# E/ w9 ~) l

. {  ?& b" b3 }2 l& J- V, I
( ~$ c( f8 H9 o9 p; L' f6 iin VersionCommon.h of Worldserver Solution
% e" J1 ~( x( g$ H: j0 D$ JLook for/ ?  i9 f7 z4 Q3 a! g, K
. L( W4 b+ E/ \6 s. u# O
#define __PROFILE_RUN; o% G; N* o# {5 J4 u) |# Y, Z  c

& B( U6 u  \/ C/ v2 z5 Z6 Ccomment it or simply! T+ H& E) }1 j& g( N$ S

5 _% d- ?) B/ y8 c! x//#define __PROFILE_RUN
3 h* n/ x( r! |- B; X2 e  S' u5 `4 K( o' |
* ]4 }$ l* G2 K; f
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投寄。谢谢。我添加更多的很快如果你有病加太
  R/ s% Z0 f9 ^4 v7 Y- `





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