飞飞世界论坛
标题: 改变最大等级 [打印本页]
作者: 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
* d5 z$ v1 i8 g; `( k- _
change level without Rebirth
# d0 F: m3 ~) ~' j) U) s( ~; Y0 q+ i$ h
Now, let us begin.
, `" y! g0 V; N( X2 f9 i0 X; f3 k( P8 G
Requirements:2 D2 V1 h! A5 \" z
Source6 v: A2 L" j- R* _; N G
Notepad / Editor
% g* }4 _- {1 u9 h! ^1 k s9 L+ V/ Y" P4 n( u- \/ f6 Q" w
/ / Tips by Sedrika8 a, f( p' @. R) C. V' i- u
+ r* _. Y y0 z- \
It is up to you how you do it ^ ^; l+ \! _ K8 ?# ^4 i
. ^+ ?; Z7 ~/ a" q! i* H; n
Go into your source folder and open the definejob.h
2 N+ K: g$ m5 @1 eSearch there for:7 O' X( P* A+ H) J
+ p9 k9 b7 R! c4 b, E#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
5 F( g' u; Y3 [5 ^! [; C#define MAX_LEGEND_LEVEL 129
, P/ }* G9 Q( c- l: v#define MAX_MONSTER_LEVEL 160
2 f' ~& M! h2 o1 p" @$ \( D, f& i#else // 15Â÷ è÷¾î·Î ·1o§è®àå- R7 D( U) y8 ]% U3 P8 b
#define MAX_LEGEND_LEVEL 121
. V- s. I1 {$ e6 l1 D1 ]# `9 J#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
7 H" s$ @" T$ ^" T0 S3 C
2 }. e6 S& a8 d9 u- F O4 r6 t8 G& J C) @1 [( v( s
Red: Player Max. Level
* h& K1 A) M- b# G8 ~2 u% v+ UGreen: Monster Max. Level# a9 S4 u; R( w7 W; b
+ ~8 ]& S5 V! n+ N: O
These changes as simple as you want.
9 q0 Z; X2 R+ }% ?+ E% s* q: j" Z* i3 z6 t7 P( A* R/ a
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
# j5 P( _2 u/ N8 X7 N+ U
2 _0 z: L; x l8 D: [
Part 1 of blocking CE
( ^. f5 }3 W; q( ^; T9 _
: e* K( P/ q, M' K# {2 ?( _
In this tutorial I will show you how to change the Head of Mark flyff.
, S+ B7 h: |) @The current Head Mark is well known, 5E, which results as a string ('^').! K$ k9 A9 Y6 _6 F" e5 ~3 d0 _5 s
9 c, Z; `1 Y) q! o' S( V) N# BFor this we go to the World (Project) and looking at the Buffer.h after thistext
8 j# [# v \/ e# uQuote:6 c" I. R0 L- A4 }! M! p, C
# Define HEADER MARK '^' / / Normal messageheader
5 z) Q: B% w# V$ ^( d) s# Define SYSHEADERMARK '%' / / System message header
' k! U2 K' k/ oWhat the Sysheadmark is looking for is not even the top 5E.
8 l- j0 m6 K1 m+ EChange this and it makes the CE Not work on server.
7 ]1 X2 L8 U. ~1 T* I0 C( k" E0 X9 w* x7 B
Then Tom's anti-hack is no longer useful.* o. L! o& L3 n. v1 a
7 I& Z+ a$ |5 k, _
LG Sedrika
Part 2 of blocking CE
# T* n# `! G) d3 T [$ R0 A
. V1 s& U$ c' F$ {
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.
. f8 p$ S. [) ~# RWhat does this have an advantage?3 n4 G3 M9 j) p+ o1 ~1 E# {
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
. u* x: [ e9 t' n7 C; ~( E3 e( M4 v# x) E- m. y5 ]( P
/ t/ h- V. ~# s
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.7 F- e* V I. l9 O
8 o# Q+ W k1 rThen search for the following content in HwOption.cpp
. R+ a9 [$ E, {; `- a4 `, p4 {( K! P5 _' m
+ M! d) V( n+ y- `if (scan.Token == _T ("ip"))- h6 w* q; \2 X3 b2 R2 _2 f
{4 p* I U" d9 v
scan.GetTokenEx ();
# Q, k2 L0 L/ u [1 V5 t3 L- _strcpy (m_IPAddress scan.Token);
: k; T* d5 v! _ l}
2 g2 `9 q1 B9 f/ ?and turn it into this:0 a- e7 S/ w; D& n. q7 F
Quote:) E' g0 i' U( Z$ I% s5 s7 ]. r
if (scan.Token == _T ("ip"))
0 v2 B$ y! K4 n' Y' o{8 h t, Q- s1 {3 p& i7 A; g; E
/ / Scan.GetTokenEx ();+ p8 {& l( R, `# J [+ ?2 z
/ / Strcpy (m_IPAddress, scan.Token);
$ ^3 R/ r' |/ e Z) J1 r}; I4 u" S( \1 p7 I8 O$ c6 A
And you created the solution.
7 t; e- E5 c! j% n" }; P( ^0 B4 o7 K+ z
9 u) ~( }5 D4 @8 _Then read the Neuz not the IP from the INI anymore. even if put in it
" r: A8 \, t( e2 ~* q! f
2 c& _8 a2 g& q% b; c8 m9 j; I( X
Max skill's
2 [4 J! V( O# _8 S2 p; J1 @* b# t2 G% F8 H7 c) s7 V% D
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
1 n6 Z8 y: X, T/ ]& e$ m5 V8 e' f; B6 Z/ m: _1 o' i1 W. ~0 Z4 u$ B
With the TUT can provide the remedy it
; T' ?4 B |' D- Z
. z4 c. K: q- U% w2 F6 K* n6 v0 c# 1 opens the file SkillInfluence.h
: B5 m; E4 ~3 x' b3 N8 b, _# 2 Search* o- l0 J/ \5 X* e7 |8 e/ l7 m
Code:0 f7 U, a- V. m2 O+ b8 T
8 I+ [# {- J/ D9 Q8 p- K$ c6 F$ _$ b
# Define MAX_SKILLBUFF_COUNT 14- `& X3 v3 e7 P: R0 ~) A) ]$ s
/ r, B n. n9 d6 m
# 3 Change the 14 to your number (eg 21) and save it from
8 d, \ F& Y2 r0 F) Z6 h# 4 compilation and ready* h" b# k% }: a9 F" M
8 g0 Q& s6 s) x: P2 m9 p6 e) o* D6 m: J- p1 ]& K
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: r+ Z% E9 A: _4 _
4 H3 V( d) Z' v U; Adennisdra
1 D) l4 C. x% S& J6 @.Crasy5 ]% F* c) X* G0 ~5 X; e
©ross
; t1 I# h ~ xSedrika; A( S" ^) F8 b4 [
O% Y( @. s0 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! 4 X" C( |2 r' k
$ U3 |; O! H! y. T3 f6 x
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less+ G& d, y3 d# b, F( I: e( b
+ e" e9 u' y, A e- J
+ Z/ h- } s; F1 ^3 _1 [
Update 1:
how to turn off "Profiler" in worldserver.exe
+ C+ L* j; h% \
- j: y' x' `& i- X0 D1 b8 Q' Q" m
' X+ K0 d6 X3 A8 @4 r1 min VersionCommon.h of Worldserver Solution& z" F a$ e& v$ T' w) v
Look for
9 _6 U/ w/ q$ I5 S6 i [2 _3 w; K0 ?! M$ ^4 k) G
#define __PROFILE_RUN
U$ _4 d$ ^" r4 E9 ^, K& o* @- S1 `$ L% V- o
comment it or simply& e/ J7 a/ {& s& G
1 ]- T* {6 W) ?' T& K1 G//#define __PROFILE_RUN $ M; c5 H8 \/ X' N& w2 H5 r7 D
\9 w4 y4 t, \9 w. V* F" A
1 h% ~6 ~# C! t! Y+ p" ccredits 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投寄。谢谢。我添加更多的很快如果你有病加太
6 X' p- _% A# ]4 u2 t& u0 `+ Q5 v
欢迎光临 飞飞世界论坛 (http://www.ffwold.com/) |
Powered by Discuz! X3.2 |