飞飞世界论坛

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 14854|回复: 0
打印 上一主题 下一主题

改变最大等级

[复制链接]

197

主题

203

帖子

1082

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1082
QQ
跳转到指定楼层
楼主
发表于 2016-1-10 03:22:01 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
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

9 x. M1 |% w4 ?3 ^change level without Rebirth& C( ?6 _3 a+ k6 w" J( W

! H  w. v; M( g2 p% s8 W' y2 ?Now, let us begin.5 u1 x2 n! ^% p" m8 Q+ Q8 ]; |

, p8 z' r' |# J7 N; qRequirements:1 ^/ ]$ G9 ^, S, L
Source
7 O; c0 K# [* o) K' Z! HNotepad / Editor5 z# ^) U$ d4 h( ]( D( Z3 @
2 e8 A& S0 L) z8 {. F/ _+ M0 K
/ / Tips by Sedrika5 Y* e' U1 G& n# I( E' C8 A0 n7 X

$ A6 u3 D2 `/ L* p5 ?It is up to you how you do it ^ ^  ^* z5 \; Z2 a# ?

8 D( _" N2 C) ?  O: \Go into your source folder and open the definejob.h6 y4 c4 S' q" I4 T. j
Search there for:6 E  Y. B6 l' Q2 W+ i

, a0 h! l" e- J( @* Q#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå& }8 Y- G8 P* K5 a- Z
#define MAX_LEGEND_LEVEL 129
9 z6 j& n% g, D#define MAX_MONSTER_LEVEL 160
4 Y6 {' z+ t7 p3 f" h7 k% X1 m, f#else // 15Â÷ è÷¾î·Î ·1o§è®àå( V" d( q( X9 y
#define MAX_LEGEND_LEVEL 121% W. {' y7 L* a* r9 z- \- E2 F2 ?
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
( b: F5 L  j$ x$ A# Y* Q# H0 \7 |% {) V) x. z

7 q$ j  w& u5 H0 V1 d9 ^Red: Player Max. Level
; E' a# u2 B4 ~& G) L6 hGreen: Monster Max. Level  h& v4 u) r# U$ r3 {
& E) V/ W7 \/ [
These changes as simple as you want.% l/ h  G+ g: p. r7 u: F
) Y, |! a3 Y# o
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.+ I3 e. ~  w2 I+ E( w# i

! \6 C9 ^' g4 ~; q6 Q; f8 w7 {' |
Part 1 of blocking CE

4 n* H; `! O, w9 A1 a4 \8 Z  ]: V/ P2 n0 P4 H/ i" I  ]; s
In this tutorial I will show you how to change the Head of Mark flyff.
* j6 m5 }/ @. Y" FThe current Head Mark is well known, 5E, which results as a string ('^').
( l* g9 s% K0 J% X" N2 Y
( n/ R9 v3 v+ v% q3 SFor this we go to the World (Project) and looking at the Buffer.h after thistext
! O+ h2 h8 K- Q+ d: \Quote:
( _, Z0 d& b' Z$ O# Define HEADER MARK '^' / / Normal messageheader+ V7 y, R7 F) T4 A
# Define SYSHEADERMARK '%' / / System message header
4 }/ q+ f/ t+ D% TWhat the Sysheadmark is looking for is not even the top 5E.
1 C( |! i) u% P; W) q& z0 ?* R$ BChange this and it makes the CE Not work on server.% a/ h. _3 B$ J6 v6 l3 J; X+ w

% Q) x1 ^. [2 Z6 P; F8 d3 A3 tThen Tom's anti-hack is no longer useful.* V. J/ O6 S9 m1 M  P

+ \( s' L4 D9 mLG Sedrika
Part 2 of blocking CE

: B( T( ^3 I4 W" R& M4 z! K! G% S0 |) B5 p! m. T" {$ [& }, [
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.
; K% D9 q) G. i0 |3 eWhat does this have an advantage?
9 h0 g* D5 }* S( QThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
, r  D6 V* p0 F6 X7 K: ?, n
0 `# n( \1 }0 Z% s* k2 z, Q9 O' [( h6 D5 |9 ]# z/ t- z
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.1 y+ p7 Y3 K, W; K6 G7 q

) h- r6 z( }9 C+ gThen search for the following content in HwOption.cpp 9 _) w4 n7 |2 C

2 {. c" c: z+ R1 U7 n3 D' T  L: A& Z) v/ O2 a
if (scan.Token == _T ("ip"))$ g' \# ^+ z% q4 p& Z- n- w
{1 m5 R5 i1 V) ?
scan.GetTokenEx ();8 f/ @- k. w7 i+ [! j
strcpy (m_IPAddress scan.Token);
/ \* J) z1 i- O+ V- h}
3 j/ f( Y9 F. M( G6 e9 nand turn it into this:) C0 }) M$ M! H; K& w8 f0 F8 S
Quote:
3 Q  k+ p& v! P3 u, A% sif (scan.Token == _T ("ip")), |/ J! h: F, R( ~$ y
{
, M! `) a2 {; i# ]; j/ C/ / Scan.GetTokenEx ();
- }/ f. w* r2 R/ / Strcpy (m_IPAddress, scan.Token);) X+ I& A, U: c; ?9 M6 D
}9 _7 j/ @8 i8 Q. y# D7 M
And you created the solution.- A5 T& v' n3 G3 Q& x. T
) X; H# k0 J. P* r/ M
; Z& H' h2 R' @
Then read the Neuz not the IP from the INI anymore. even if put in it& D/ e9 a' Z/ h; V! Q
. X# K" W- w" s* ~) a4 R/ a0 m1 n
Max skill's
; Q! J! I8 j4 }  Q6 c, d, H  E
& n' E- J$ \$ w- ]6 ~( c
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
6 G# f* k! g0 @" F' N5 s
3 z1 U7 f2 H/ r' hWith the TUT can provide the remedy it! _7 ^! C! C9 L2 I
$ S( J9 y% H) v/ B8 B/ L& H$ M/ S
# 1 opens the file SkillInfluence.h
1 c8 a* s( F1 _5 m/ T% J# 2 Search
1 g# _7 B! S' k6 KCode:
& M, m. e0 K) c" ?& z2 D5 P0 n( h  c) ~7 Y  _/ T
# Define MAX_SKILLBUFF_COUNT 14; n1 T3 u; o/ o9 u
; j7 z" D/ \* X! C7 u; F4 s
# 3 Change the 14 to your number (eg 21) and save it from
6 j+ h4 f) n+ S9 K# V5 W# 4 compilation and ready
& g' I1 ]1 _* z# P' L
+ Z/ n3 M% H# |7 H4 n) U( w
$ |) G+ I8 \4 l) jI 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:% S( P+ v, T, |& g- s* V* c

( }  Y9 o/ P% J9 Q3 D4 u; \" g6 Adennisdra
( T2 v( G2 H- d.Crasy8 M/ p' q0 X0 l' d9 ^& A0 p# ^; N" B
©ross: J/ K" J% k  u. Y" r4 ~
Sedrika
" D6 d  [0 n  u& ^7 K( Q; X( `
: `+ o" O: X: v, q7 leverything 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 g, }# s2 Q: C  \$ l% j. `) z7 n  u. \( }+ e& M$ `7 B* M& K0 y
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
9 x( d8 M& u* |6 K6 [! c% k8 i' {9 w/ e. b; o) D
. B8 Z- l' f7 _
Update 1:
how to turn off "Profiler" in worldserver.exe
3 B8 B6 Q& I+ e! b6 x0 F
1 W6 v6 _( d: B1 m5 J; |9 B
7 C& D9 x( M2 n( B
in VersionCommon.h of Worldserver Solution5 q6 t. H5 N7 @
Look for
1 }$ C0 R3 n4 W0 v- k% {- R% l& p3 U5 [2 `0 n+ ]7 Q
#define __PROFILE_RUN
6 G& q# V/ q4 [" g, g: z! F# p$ g8 n, f+ n
comment it or simply* S. |3 u8 t( ~9 _) J$ [
8 c, y2 ^3 m( F
//#define __PROFILE_RUN 6 @) ]: \- s- K" o9 y( F
- `+ A" l6 H3 L) t# j( b/ l
; |+ d8 c3 R  R! X. P) @
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投寄。谢谢。我添加更多的很快如果你有病加太
1 c7 K3 R* }& f
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|飞飞世界技术论坛  

GMT+8, 2025-11-7 20:36 , Processed in 0.067950 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表