飞飞世界论坛

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

作者: 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 A9 k; K5 J5 ?/ F# f8 S2 ^change level without Rebirth
* V, m6 [" O# K( X" g7 \/ N4 B$ j( j
Now, let us begin.
" h, L# W. O' E7 z" T8 L. N9 ~* w
. ?; g9 R, h; r1 Z  URequirements:- g# Z8 o  a! _: }& T2 K
Source( ?0 `$ X' @! U) w* ^
Notepad / Editor8 k4 B) s6 F8 l+ b
8 p7 s" P! }+ @. {: M1 p: [- g
/ / Tips by Sedrika8 i0 l+ @8 g. ~; ]
) U# E5 X) L: f' a" G( h/ {
It is up to you how you do it ^ ^
5 h  e" h, ]- p% {6 }& x4 G0 k- z9 `+ o( A7 K' W
Go into your source folder and open the definejob.h
( e9 L6 |7 b& |" R7 ASearch there for:7 o( n' _, ~& Z  O3 K0 d
6 r( J) d+ h2 ?8 {/ ^, q4 m( D/ A
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
9 A! o9 x& F1 W! f6 U  K0 A#define MAX_LEGEND_LEVEL 129
4 [% d! O7 Y* R9 S2 @2 o8 J#define MAX_MONSTER_LEVEL 160
( c' w( C! Z9 q3 c#else // 15Â÷ è÷¾î·Î ·1o§è®àå5 X' {$ J# n4 u  B" b0 I
#define MAX_LEGEND_LEVEL 121
" c! u0 T& h, T0 h: K# X#endif // 15Â÷ è÷¾î·Î ·1o§è®àå - Q9 g0 I3 S, A3 I9 K+ R9 B6 f
. i1 N& Y% F- o3 J( Z) l4 _

9 [2 ^# ?; Z* z$ @0 T/ l) yRed: Player Max. Level, ^6 [& B( g0 R- C( h8 h
Green: Monster Max. Level
3 l/ s$ S8 q! Z3 y( t' m9 b, C: A+ f1 Q) ~
These changes as simple as you want.
0 @- d' ?2 U0 T$ S+ I8 G' V1 W1 f9 ?. e% F! ?
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.# |# U/ @: E4 v" L' ~4 ], x

; ], S( S# `, o! V' s
Part 1 of blocking CE
, }" [% |( h! P, u
9 q, f  n  O. w3 H  R. V+ K
In this tutorial I will show you how to change the Head of Mark flyff.$ k2 ?, e  {* C: P/ @
The current Head Mark is well known, 5E, which results as a string ('^').
$ O/ o: Y, W+ B8 Q! w- a' J2 E4 k" o! v& o0 Z4 E/ ~
For this we go to the World (Project) and looking at the Buffer.h after thistext
1 N3 l" Z1 h  ~/ G* o+ A6 j9 PQuote:! o* g$ A; |& Z; H* L) V( Y
# Define HEADER MARK '^' / / Normal messageheader1 ?+ y9 C  W4 a' }# h8 n0 L1 N0 o
# Define SYSHEADERMARK '%' / / System message header
9 w+ U6 R9 \1 r9 U. {0 g1 KWhat the Sysheadmark is looking for is not even the top 5E.
$ ~! ]  l& P" N3 C9 y( fChange this and it makes the CE Not work on server.5 E# B, F5 T5 M; t, I! a
) N) b  l2 W" N9 w1 d
Then Tom's anti-hack is no longer useful.
& O4 X* s  z9 ?. G
( y  {% a6 }' L1 n. j8 XLG Sedrika
Part 2 of blocking CE

2 F# B5 T) S, [7 L" s& |; Z2 e: p( \+ x0 ]( X
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.
! a) v; f+ v5 E/ h2 I5 e9 YWhat does this have an advantage?
8 \8 e8 X$ \+ x* nThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
, N+ o# L# @( K3 q( i/ y
; c! m9 D; N' J+ T' B  w+ ?4 W! z& g& ?
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
) E3 H! W9 V0 L6 |) G0 b
" \  u; F# W7 Q9 zThen search for the following content in HwOption.cpp
  o2 N& r3 d, q4 q6 E" H: H9 _8 X
+ v. p& y: S* ^% M' ~% a+ c6 y1 I2 Y* e
if (scan.Token == _T ("ip"))
- z0 ?; k/ X8 D: ^2 n6 |{
4 C5 c( M- R! U/ M' z/ Dscan.GetTokenEx ();
* g) v2 N0 N9 O# K8 H; z" J) R8 ostrcpy (m_IPAddress scan.Token);0 r8 O- R$ s0 c& L2 O1 ~0 r9 \
}
. r) G1 w/ {" t3 Q: W2 }and turn it into this:
+ e9 F! I& T& ?: hQuote:6 F* g' r3 @- @1 g2 i  M8 p; @
if (scan.Token == _T ("ip"))& t$ h# U* @# ~' A- w' `5 D4 d- n# R
{. Y" y2 r% j8 V5 u( p" L8 C, C" t
/ / Scan.GetTokenEx ();
# e& |. q, U3 L; M2 i2 U/ / Strcpy (m_IPAddress, scan.Token);) n  l% q. `- ]& u9 }6 Q7 t5 J3 s  y
}
$ K: D- x  i7 ?2 C8 p3 B1 q8 sAnd you created the solution.3 C" `$ P& x- `. \

6 _# x, n2 P" q9 c; {+ e8 M
- _7 x6 G) Y' L# \, KThen read the Neuz not the IP from the INI anymore. even if put in it: W) e6 D7 W9 c3 e/ B* M
1 `) |& I1 U+ n* L+ N* [7 X
Max skill's

8 a" E7 a$ `+ |4 v; |8 @$ E$ `0 V2 L  t0 Z+ ]
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
0 _' i" e4 T9 {( M7 U8 T1 j) w2 \+ Q, e( T
With the TUT can provide the remedy it$ }- m( C$ w" |  \, e. k

5 ]+ i2 @1 Q6 p: x  w2 x# 1 opens the file SkillInfluence.h
8 M% T; b/ {  O& L2 B2 s# 2 Search/ X  O2 E6 d1 N/ K1 c
Code:5 X/ @, l( Q; p. f

( B, k$ L$ m4 Q) X, v  l, R# Define MAX_SKILLBUFF_COUNT 14
9 Y* [: p/ S; U: T; h( `
: ]3 t% H  T$ v" s# 3 Change the 14 to your number (eg 21) and save it from
9 P* K; k9 S1 C& T# 4 compilation and ready. u4 }  a" Y1 o' T1 m- F

" _( `, `& j2 V0 o; r
( r, v6 @, y1 M. C- v1 WI 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:
! D0 d4 F& ]* J4 ~% ~# S$ d
1 z% p2 w8 c$ r" U. E( vdennisdra% t/ P% D7 q4 }9 V/ q1 Z
.Crasy
# J" x2 [4 L9 D( K9 b# c©ross6 ~, s6 P  {! r$ r
Sedrika- r( q0 ]0 o1 ?; a, s
! S# O) g9 n) q
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!
8 E$ q- k* X  {9 H6 x' @0 g  B7 K4 g6 H2 Y8 P
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less5 F: N- n2 J# T, k) Q. ]
8 ~: N6 j) q2 B) S; w  V' ^* P: ?+ d

2 Q9 u2 [2 w$ L* U  g- q0 yUpdate 1:
how to turn off "Profiler" in worldserver.exe
7 `% _7 j& U" T  Q

" ~' K# i9 R( o, m! {& g. W. b' `/ M2 t+ M, ~7 M/ Z, l
in VersionCommon.h of Worldserver Solution& b+ s4 K" `: u
Look for
. H) _& M7 N5 a! z9 @1 Z  @
% ]+ @0 t" Z4 a' u& b% e6 v9 ?#define __PROFILE_RUN
- |) N; Y# Q6 Q2 e2 Y, F% T# V) p
7 z1 Z: |- c/ x' ?7 |comment it or simply
8 k6 z6 m+ H8 c  t) F0 ?* a$ t
1 I  s/ K1 A7 u//#define __PROFILE_RUN
" R6 u3 l9 N8 |
% Q# ^* J) x* J1 X/ ~9 z2 O5 [/ E* @- y8 c) v) o6 z
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投寄。谢谢。我添加更多的很快如果你有病加太

( P" g1 H! S5 J. {) |




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