飞飞世界论坛

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

作者: 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( q% S3 {8 O7 S7 s$ Q! Y8 ^change level without Rebirth+ E4 d' d! v6 U" d2 W- h

6 ~9 g: @6 l5 F& z: V7 XNow, let us begin.
% B" @! V, E0 J3 U/ _2 x. I* P. b% v  D0 K
Requirements:; |# S$ s9 \5 I% q0 [" D5 |  P, f
Source; C" a+ h5 V4 v: G% o, L* v+ b% b
Notepad / Editor+ s( A  ^/ x; a* z6 h6 x3 H
8 M9 t# L  m# X4 v" ]' |$ [
/ / Tips by Sedrika
2 W. `/ o* @0 _& V: s* x
8 a* o# J" |9 ]  d  mIt is up to you how you do it ^ ^* Z' n1 |3 U1 ^& }. V, ^. _; i/ ~
" r% O$ Y( n" K6 Y
Go into your source folder and open the definejob.h
9 F$ @( b, x8 ~1 [& kSearch there for:
+ {/ j+ ?" ]9 x' E( `; R/ O. F* M8 Z0 {2 v- q8 ]
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå6 b- W+ C) l9 _+ g! K+ n# |
#define MAX_LEGEND_LEVEL 129: }' d) Z, L3 U) p5 A
#define MAX_MONSTER_LEVEL 160
5 l9 q6 h5 q) Z1 b#else // 15Â÷ è÷¾î·Î ·1o§è®àå
& e0 L6 b1 i" _#define MAX_LEGEND_LEVEL 121* [, u8 i3 K+ s4 b. }, l# V) g
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
' G" b; f3 G8 a1 ?" d4 \4 C  N  o) z: N, }; E: i) h# T; A/ ]

2 N: P" g; n) P; d+ r/ f% DRed: Player Max. Level
$ @; I/ {0 P. F/ s7 q& B8 ^Green: Monster Max. Level
3 q  a; `- g! D
0 ~4 a$ A8 h! F1 J; D1 B( P9 bThese changes as simple as you want.
. c0 x8 h8 i2 n0 Q3 r$ X
* U9 _& h( q/ |' `$ ?/ F8 aThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.5 ~0 X2 b; i# B* J2 f+ W

* s+ \" Y$ i' A. j# p/ y6 F  G8 r
Part 1 of blocking CE
, S: m# `2 U+ U4 Z1 w! l$ @8 x# j
* k4 g" j7 J) j4 \+ q# J/ e9 j
In this tutorial I will show you how to change the Head of Mark flyff.* ?; L1 o6 [' R
The current Head Mark is well known, 5E, which results as a string ('^').# ?5 c: n3 y( Y% I* K
/ A( i* P2 z# Q) i* q
For this we go to the World (Project) and looking at the Buffer.h after thistext2 m; ?+ O  C/ c0 R- ?
Quote:, Y$ K# J# ?6 f
# Define HEADER MARK '^' / / Normal messageheader( ?) T2 X- c! p! s- t3 `
# Define SYSHEADERMARK '%' / / System message header
. T- K8 {! C' v3 v8 HWhat the Sysheadmark is looking for is not even the top 5E.2 x- l2 |- {, d: h$ m* }
Change this and it makes the CE Not work on server.6 _8 _' L  I: K$ c0 C4 ]  U! C
8 J2 a0 I2 u5 j" Y# e0 a
Then Tom's anti-hack is no longer useful.
6 h1 x) o( y- I& r/ e6 ~( I2 x, O; r- ]: i2 d1 U9 C/ @
LG Sedrika
Part 2 of blocking CE
1 U/ ?' v) s$ R2 z( r& V1 |

( h, Y6 _8 @+ r' b9 Y9 VIn 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. ( t9 m( @+ r/ r6 k+ ^" X8 [5 x) l
What does this have an advantage?4 b6 U# }' Q, }5 A( L2 W8 n
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself : V$ j" G8 A* O( o' c7 c; X" F
9 W6 @; M* X7 w% `+ @  p

+ M/ U6 T. e7 WFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.2 c; H: o, U" e% k5 _$ w; D
* A5 p6 i0 X& ?3 b
Then search for the following content in HwOption.cpp
2 }" f7 j0 V1 q" [. x6 m9 \0 U- f' V$ F8 E

( @, H8 R9 E1 Q2 e. i/ Eif (scan.Token == _T ("ip"))
5 s& M8 H  {6 V) s1 }1 z8 r{+ ]( P- s$ q" O9 t3 N- c' I! M$ i) N
scan.GetTokenEx ();
" Z; W9 p) P; }$ w% ^  I9 Qstrcpy (m_IPAddress scan.Token);
+ Q4 _6 c. L( V* U}. j/ R- i1 Z% \5 @$ ?" h+ a
and turn it into this:" O3 k7 i5 }) \! @# v
Quote:5 }. ?9 R& S9 q4 e+ m7 d9 n
if (scan.Token == _T ("ip"))) T' x4 s& t3 Y0 w4 t
{# k6 x4 d2 R$ \7 c3 v( I
/ / Scan.GetTokenEx ();
) g+ w9 z; G( y! K5 E$ I9 D/ / Strcpy (m_IPAddress, scan.Token);
+ _8 \# I% B- F% u2 ]+ \; Q}
9 s1 S' @' f' B! B' ^And you created the solution.
: F/ r- j7 \! J* r7 i5 g* z5 y: ?2 i5 [6 ^* t2 U4 P

7 H* T4 B+ X2 M  A+ W1 G9 a5 f) YThen read the Neuz not the IP from the INI anymore. even if put in it
& o5 l+ Z! z! J7 r9 B" g4 a, \8 B+ C- Z
Max skill's

4 o8 _/ F5 ]7 W, Z4 W- M5 ]$ v3 ~8 B+ k. `: I# ]. e. 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 # F$ Q8 N6 M% F

- Q2 R. h1 Y0 @! TWith the TUT can provide the remedy it
- B0 W# |+ d, T
+ t0 _2 m- R# A6 U+ f# 1 opens the file SkillInfluence.h
. u9 X4 N/ N; ]# 2 Search4 ~& q0 }* y1 U0 M
Code:! `9 X, Y# L: T5 V* O, S0 K
& R) a6 l$ a" K& o# h; ~$ m& v8 A
# Define MAX_SKILLBUFF_COUNT 14
+ o9 D' {( g. x4 U! Z1 [! p7 b) T- F; \0 j0 z4 k
# 3 Change the 14 to your number (eg 21) and save it from
% N5 P; `" [+ U- a# 4 compilation and ready
' l9 ~, U" \! t1 n) c5 L( \4 n3 x# D3 @5 D7 n. s# u  c2 u
2 a! F; g9 i7 ^  v
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:
" Q0 o( L6 t+ V$ ]3 W  G/ G
( w4 l2 L" o5 V' Y% x+ b" ndennisdra5 ^( |# e8 }3 z8 _
.Crasy1 W7 ~3 g+ \% W# }' j( x2 R
©ross
) m" W* q! Y; [' t" q; w# [; MSedrika
' R) l, n, J1 l' J" I9 ], l  N' ~- P& l7 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! 2 }3 R( D7 K0 ?8 T7 l- y" j
7 c/ |- B& j3 H- v6 B0 ?
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
. w2 z% [" b: F: ^/ k# ~( T) M) t9 `3 V

4 }( b! S1 V& d- nUpdate 1:
how to turn off "Profiler" in worldserver.exe

6 H/ M% h  q7 x+ w+ ~  z
2 w% x% Y5 P: j. @6 V# \/ _, R) U! m6 @5 G% j& E
in VersionCommon.h of Worldserver Solution* q: |  B( D7 Y! D
Look for8 c+ q8 X. E. _! u/ N
2 a  E4 {/ o2 [; `8 H/ W
#define __PROFILE_RUN
# p; c3 ^9 p" w: f7 H9 l1 I! W
( Y; X. U* i/ G5 K% t* }comment it or simply/ C) R* O) c# b, D- ]! z( h

$ f. W3 f' W; W//#define __PROFILE_RUN 2 T$ j* L- J+ X. x; n- `/ i8 b' j
) n( _: X5 f. M% \& R

4 s! A7 I+ p8 s$ f7 `: N5 a4 fcredits 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投寄。谢谢。我添加更多的很快如果你有病加太
) V, G' m# l3 \0 z) E. w





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