飞飞世界论坛
标题: 改变最大等级 [打印本页]
作者: 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 j n9 d; g6 X7 }7 g: ^' r9 o
change level without Rebirth% S& {$ J& L2 u# L) O" r: y1 k
1 }$ p' W1 V& B' o4 F7 B) INow, let us begin." d% I8 O6 G$ c3 L8 G' M
9 Y0 p j/ f7 ?
Requirements:0 ]% w( m5 K- Y$ m! L
Source
9 O4 G! c) A) S. s8 F4 ]8 r8 m9 bNotepad / Editor
& r8 a% `% {" d; P- U6 X; R$ H# |
- u# O) i w- r$ L1 |/ / Tips by Sedrika
* b5 c$ ^6 t/ [) U- a. S0 _, s
9 L& j! L+ Z( r6 sIt is up to you how you do it ^ ^
$ G* g2 @- H: L) W* \5 J1 L! K2 ^
) _0 ^2 p+ {: v8 F8 f, z' H) ~Go into your source folder and open the definejob.h
) p- a% D) x5 Y: WSearch there for: D( x1 `. f% I2 ?+ ]/ x
+ Y9 O B& G; X9 @7 z#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå* k1 k1 @0 V2 F
#define MAX_LEGEND_LEVEL 129
/ w. t3 J5 O2 q S8 f$ m- q#define MAX_MONSTER_LEVEL 160
) ]5 Q: R5 [) ?% V* f. {#else // 15Â÷ è÷¾î·Î ·1o§è®àå7 m# Z8 f3 T6 |" E/ l. E; h7 x( J
#define MAX_LEGEND_LEVEL 121 r4 \2 G' _6 t0 v7 p+ v) _7 L
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 8 e z% z4 w: m" v5 k
* s( d% {6 Q3 t0 E7 y, p
, w3 @# @% V( H" o' TRed: Player Max. Level
# A4 L5 E, i0 t5 k6 w$ aGreen: Monster Max. Level1 S8 f9 a. E1 R$ D) R F
! K9 _% u% B+ d0 Y/ A% B
These changes as simple as you want.
( j( }+ q1 a9 ^, |' H2 |1 c, H( W0 w+ u8 ?( e* K
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
( {, q' T I6 f: T$ u! E) s% \, _% K& `4 u3 T1 E& p
Part 1 of blocking CE
% m0 S7 U( ?4 l! h! S0 v( Y* c7 B) b, {) |5 {; U7 {9 u
In this tutorial I will show you how to change the Head of Mark flyff.
2 n$ ~" r- w7 `# G* iThe current Head Mark is well known, 5E, which results as a string ('^').
8 j0 X: o# q7 R5 V/ w/ O2 y% U; V& o% {0 s3 {
For this we go to the World (Project) and looking at the Buffer.h after thistext
# t( T% Y( Z8 nQuote:/ v. o7 @# ^3 o; P8 W& P1 @
# Define HEADER MARK '^' / / Normal messageheader
% m" T* p9 L, B+ B$ J: ]# Define SYSHEADERMARK '%' / / System message header9 i! r3 G* \+ ~) `$ \# d6 i6 _
What the Sysheadmark is looking for is not even the top 5E., I6 q& r5 E; J, v g+ f3 D
Change this and it makes the CE Not work on server.( q7 x. v2 z" J+ q% G8 h
9 z/ j S" u5 n' c9 D/ `2 g
Then Tom's anti-hack is no longer useful.: C) d& D$ p! p3 j* U* J$ s/ ^
0 v4 W7 g8 m0 E9 h3 L" l! D' f$ b
LG Sedrika
Part 2 of blocking CE
1 d; R4 Q( P3 |
: E& ~4 U- t" P3 n( 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.
. s) O$ ^! O0 PWhat does this have an advantage?
* s e9 `, Y7 W' H1 fThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself 1 F$ k. c4 C! V+ q* W( X3 a
% O6 S' Z, o4 T! _) L5 l" o, }0 i }6 s, ?/ P
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.& E5 ~0 o6 s9 J* W7 ]2 _* e
: Q: s/ J7 p. P# uThen search for the following content in HwOption.cpp
, j2 s( b( Q- ]# S* u \- S5 q `& b6 C q
6 Z" i2 x0 S0 |% g, m/ u* d: c; D! d5 {if (scan.Token == _T ("ip"))
8 y0 @9 D3 l( m! r{
1 p; V$ g; I( \* Iscan.GetTokenEx ();' o4 S- B- k. n$ U2 q' Z3 U. I$ e
strcpy (m_IPAddress scan.Token);- X8 `" a. r0 H
}5 }, y) w5 K) o- d
and turn it into this:0 O# L. C8 \: r0 j9 ?
Quote:' V% r7 i/ z8 h8 s% w( i9 t5 |( _
if (scan.Token == _T ("ip")) C$ w% P; V( P# S% ~1 p
{
9 z) |) j. W7 C3 t# n: d/ / Scan.GetTokenEx ();
4 l# u$ ]: }/ x* J3 `/ / Strcpy (m_IPAddress, scan.Token);- ^% q2 |2 Y9 a7 Z; u% f) K
}
6 S4 W$ `1 h, o- k. ZAnd you created the solution. z) O% }9 j, U
% A9 e4 [' l9 c: r/ d
+ P; U+ F% K, j; f$ `Then read the Neuz not the IP from the INI anymore. even if put in it
1 C5 u) v s& u. w: D: y0 C/ y4 t, b! D
Max skill's
, w1 m' }4 ~" X$ t( }
# Q7 p! S' |0 r( n; nAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc , r K! X& a& n
6 y1 E/ N- U. b# ZWith the TUT can provide the remedy it
7 P. J% N" B! c& P w, {# }5 J( u5 e* h9 r
# 1 opens the file SkillInfluence.h1 n, X. i$ Q, H& E
# 2 Search% H: H F2 N7 ^+ T5 g* G
Code:
9 p6 T# m0 @- b, z7 a) ?# D# I
1 _( z |) A* d# Define MAX_SKILLBUFF_COUNT 14
8 t, z3 X' i, J2 B8 H/ s% l( f; J2 f
# 3 Change the 14 to your number (eg 21) and save it from5 A. `7 z) A7 q1 L8 \1 a- o
# 4 compilation and ready0 W% _' I# j& f6 {4 x' Y" X3 d
3 ?. A. F& n R
% L' f* K; x! i- ?# Q a! h
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:& ^" T0 H3 F. U6 ` q: H( j, f# Q$ g
$ d W( a% N2 t" ~3 ~5 P
dennisdra
% L, T1 {+ v6 B; E.Crasy
% M0 I" L9 _6 R©ross% C2 W' L! s- S4 \$ ]" b5 ]
Sedrika
3 F; g2 o6 X D" o7 w
& \/ r: g! U* @$ u$ meverything 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! , n6 b7 x2 K1 S( K( n
' d: X" R5 G7 I) MP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less2 Z: \6 s/ \5 z" R1 ]0 w9 }
& ?$ I" Q# O9 s# K
8 m) N* g+ U) w* V$ Z/ V7 o6 s
Update 1:
how to turn off "Profiler" in worldserver.exe
" W5 v7 x) w U4 I% b5 h7 L+ N( j3 l, w' t, @; ~6 S( ~
8 ?/ h5 n! }: _- I5 I" vin VersionCommon.h of Worldserver Solution
* w, S, F3 ]4 @+ |Look for9 t/ `3 O- f8 F9 u5 O
% n) v! y: m% y4 d0 ~0 D
#define __PROFILE_RUN
$ N& k( \- I V" b7 J, }5 F0 r) g1 G4 ~" J
comment it or simply
' ?' F0 p6 D4 p+ L. K% ~# Q: g9 K
0 x l: Z0 d- G! |: g) E//#define __PROFILE_RUN 5 y3 f) k+ E/ L9 v3 `
: n% [) p/ ]4 W4 @' e! M: B& D
% m, f, A d3 x# O" gcredits 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投寄。谢谢。我添加更多的很快如果你有病加太
/ d/ ~0 r1 I6 V* \% v, M( x
欢迎光临 飞飞世界论坛 (http://www.ffwold.com/) |
Powered by Discuz! X3.2 |