飞飞世界论坛
标题: 改变最大等级 [打印本页]
作者: 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
; D4 M. N. I) |' i& h2 Dchange level without Rebirth7 @8 x! |* l6 r) {8 r! T+ C, q. s
# F' R6 n# ^8 M- ^( k( ONow, let us begin.2 m2 l7 b T: }+ u
6 j; i9 _" r) R8 w
Requirements:' _3 X$ V5 h. r$ u F" l5 o' p
Source% F/ t; t7 v2 \! F
Notepad / Editor
4 [5 A: I% J2 l3 O1 D" `* M
* C, S/ N4 R5 {; F. ~- w* {2 x8 c/ / Tips by Sedrika
$ N: h% h* u T/ N# q, X4 }! T+ R! Z6 z! E) O9 s0 r/ k
It is up to you how you do it ^ ^" p. ^. V5 u! `
% G1 {. X1 d) k
Go into your source folder and open the definejob.h* K% K9 U/ W6 V: Y
Search there for:( G! K t1 R! z" g
9 v8 a& D& F0 E" N#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
M3 T/ A$ y. ]8 o9 Z$ N#define MAX_LEGEND_LEVEL 129
8 a* v" }- d2 e2 m" N5 z8 ~#define MAX_MONSTER_LEVEL 160
8 j/ y9 c G, d( _9 K6 P4 b#else // 15Â÷ è÷¾î·Î ·1o§è®àå, ?, Z# h0 w5 M1 f; T1 n( o* E
#define MAX_LEGEND_LEVEL 121
2 o+ D) d& P, x3 h#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
& Z! p6 J$ y2 n0 H8 e1 S" Y$ s3 |' t+ Z; S3 j
6 L- Z# K8 P5 F+ s Y$ rRed: Player Max. Level
5 K. E8 X+ _5 d4 n5 y/ {Green: Monster Max. Level/ k$ r( r1 `: L8 G S
4 q: H, f9 p6 Q9 C# }' P2 \
These changes as simple as you want.8 c+ b1 S; r7 T( M: D! H; C
/ N0 B* h0 ^; M6 A" w" JThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
' q' N1 `3 [/ i7 A- W# `9 M7 t7 ~! s' U- O. Z& g5 n: A- I) t% i* F
Part 1 of blocking CE
0 I' i& A2 u$ p+ h8 h' a8 `; V8 e
9 w9 J% Y8 u f0 L% {7 C
In this tutorial I will show you how to change the Head of Mark flyff.* F- M* q( m7 d7 Z
The current Head Mark is well known, 5E, which results as a string ('^').
* C% r( g2 B% ?. l" [$ l/ O) [: w: o2 J, t' L8 }. G9 J# V/ O
For this we go to the World (Project) and looking at the Buffer.h after thistext
% A1 G& A& Q9 w0 ~; [Quote:
9 o: i! {5 ^- Z# Define HEADER MARK '^' / / Normal messageheader6 _, g. D3 j& @6 X e
# Define SYSHEADERMARK '%' / / System message header
" D9 S) ?3 Q- SWhat the Sysheadmark is looking for is not even the top 5E.6 k8 C" D! Q* u; S) X6 z4 R4 k0 T
Change this and it makes the CE Not work on server.$ l9 j3 \0 [2 w$ ^
- O1 R4 ^- z) ]1 Y/ ~8 R
Then Tom's anti-hack is no longer useful.' w$ H6 B. I% Z6 t
: o1 [( D5 z7 NLG Sedrika
Part 2 of blocking CE
8 {6 R7 ]; a5 P: z2 I0 N/ j4 R9 ?, c* M
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.
1 O; X8 T2 x" V% W1 _$ ?. X. VWhat does this have an advantage?
/ p% h# {) O% J+ [The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
/ S: A8 ]( h& r% s; Q+ _8 Z+ W, k9 n
& p) t+ F8 b! t6 e! t, w
0 G' A( ^/ c, ]+ KFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.1 E# N5 e. v. b( e2 {: K1 Z# M" P
" r8 N8 ~1 A4 A! m; y) B; i" ^* X
Then search for the following content in HwOption.cpp
P2 z3 h' Y' x2 b) [
: f& o+ G1 g' ~3 R4 m6 ^% [
& p& v6 d) k! C4 H, L5 u @& Y# X8 zif (scan.Token == _T ("ip"))
M2 d+ K! h5 P+ Z9 L# U{& w* a H) x' Q! z7 I: v
scan.GetTokenEx ();' {# l+ V" p" z9 A6 u. R
strcpy (m_IPAddress scan.Token);
2 Y! [4 ]3 P$ K5 I}
' O% P, V- w* L. Eand turn it into this:4 a. P: E1 a: w/ m! z7 a, w3 J
Quote:
5 B/ k/ q$ y; |# i- k1 ]" v9 |- J: kif (scan.Token == _T ("ip"))
2 `% v' W; A% f; A2 ]) C{2 ?& u1 g7 F+ z+ S; R
/ / Scan.GetTokenEx ();
4 K. [/ ^" V% L- S/ / Strcpy (m_IPAddress, scan.Token);
8 E4 H; i y! B) O% Q$ d8 Q}3 a0 p; v; f; W& ^4 u
And you created the solution.% }9 D$ i+ T; `# O5 Z5 ?, k# }
6 |8 {$ `( z1 ~4 s" |( V1 }6 y
6 Q% [; Y% e' Y3 `1 B! x
Then read the Neuz not the IP from the INI anymore. even if put in it9 l( {+ D, F8 }& r! C& r8 O$ R& C; b
2 c2 ^* ^3 |9 b% E/ r0 v# Q* a9 f
Max skill's
. G* p% k- f; @; M+ D3 T
* v, a+ d0 X( K+ J) n. dAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc 6 j; I5 U- z( q7 ? f6 R
8 s# l5 ~) H# i8 c1 T& T
With the TUT can provide the remedy it
% e% Y- J5 n) I: x1 \& s, [, h+ v( d! o- @; J
# 1 opens the file SkillInfluence.h
6 @; ~. C0 k# v# }2 c t# 2 Search! `8 q$ d Q1 I, K( A2 M3 L* a: N
Code:
: h% ?+ m0 ?2 H( t/ u, ^0 H! ^" x: F( ^0 w; V
# Define MAX_SKILLBUFF_COUNT 14
+ G5 O, I$ }$ V( ^* |, y/ _" c ?# b" ~
# 3 Change the 14 to your number (eg 21) and save it from
9 Z% d9 K* }8 B0 M& }. Y# 4 compilation and ready
- x5 C' X' i5 `! A$ [" r, w& n) k& c8 F9 V, `" @
0 u- Z" V0 T* t7 \) u, bI 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:
, \# ~/ Q' D* [; @& z V$ c3 }) r# {" y. O( g
dennisdra# v' U, }* [' q* d Y! r
.Crasy* }. s: V7 p8 R7 P
©ross, H+ y$ T' U7 K% b+ p0 S
Sedrika
# G! |6 R8 q x8 c, ?0 I! e5 H3 x# G- u# f! C2 q' C* g0 Y0 y
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!
5 c, P) E4 h5 s( w6 ?$ }! I9 z# K) h' x, v+ b; Y3 }$ ~# g
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less- m3 f: p; x9 ~8 N+ k* E3 z
, e7 L. n2 ~8 I: D4 g
! ?7 o2 R5 _) R5 f M
Update 1:
how to turn off "Profiler" in worldserver.exe
) N5 a; C. K$ o3 F
4 h: @- }% _* { @$ c/ L: C/ T1 T4 |7 L2 {
in VersionCommon.h of Worldserver Solution
! `- [% {! t5 E' g: c) ALook for `9 Z( d: g( J; [ T5 h c$ Q$ M
+ H: v+ A( G w, ~$ E6 w
#define __PROFILE_RUN' n, ~- K1 e& x! y/ O* ^& K
6 W1 ?5 m; ^& u4 s+ r1 J
comment it or simply; L- r% R3 c5 n+ S. j# ^& B* c: k
8 L- E& L6 T9 `& f
//#define __PROFILE_RUN
+ X v- Y( v& E3 X8 F! _
5 j' ?) L9 N) p7 A$ V9 y
# \. g3 R) B! Z' `4 lcredits 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投寄。谢谢。我添加更多的很快如果你有病加太
, K0 p7 r- c1 r
| 欢迎光临 飞飞世界论坛 (http://www.ffwold.com/) |
Powered by Discuz! X3.2 |