飞飞世界论坛

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

改变最大等级

[复制链接]

197

主题

203

帖子

1086

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1086
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
6 O+ e" e: k3 w/ f0 o" U* a
change level without Rebirth0 n* N6 k, E$ f7 M7 e4 G# o. N

+ `( m# q& d! B. e4 T8 _Now, let us begin.1 |! C6 s  m5 A: w( ]

+ [0 o2 {3 M9 GRequirements:
* m* x7 K1 `! q9 n2 K: ^% }2 dSource
# F5 x8 R8 y+ W* l/ lNotepad / Editor
- f, m  C. L! K) C9 G+ w& g) s! |4 |4 K; B  E8 O  S# {
/ / Tips by Sedrika1 S3 \! c* M% h9 r- F+ ]) k
  r$ s) C3 w. e
It is up to you how you do it ^ ^4 s$ J7 Z+ ^( w9 Y$ S, V' C3 W
' U$ c; l: ]- N
Go into your source folder and open the definejob.h
( d( a7 T0 m. l, @. o9 YSearch there for:; F0 ^4 o5 L/ l  C# D3 v5 K
) A) c% X- O2 V& y' M
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
3 d' g* u1 o0 g8 H#define MAX_LEGEND_LEVEL 129
# Y) P5 c8 m# J/ \) f9 R#define MAX_MONSTER_LEVEL 1601 c9 `9 [+ f" x4 `) \# I
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
  q  z; \2 s  e; U; }' Z8 x/ f#define MAX_LEGEND_LEVEL 121$ w4 B5 N/ \# C; n* v& E$ {! {
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå / }# Z* D) G5 f5 S# I1 I( x
1 f) s. [& G4 I1 e
8 G+ F5 p/ \: W5 R
Red: Player Max. Level
- V( r' {( |, V% GGreen: Monster Max. Level' ?/ [% ^: G" D  @
( L: h& v& M' k# [
These changes as simple as you want.
9 j' V8 O. \+ Q1 q. g5 b7 Q7 }( x6 `7 l3 {0 F: P
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.3 `6 W/ g* M, N* ?- Y3 k) I  F

' K4 d2 }' f* k1 D! Z/ V, _5 [
Part 1 of blocking CE
4 j' p3 t' W" b, g( n* ?8 k0 E- r# d
2 S1 y4 s3 e0 A* \% ?
In this tutorial I will show you how to change the Head of Mark flyff.
) Y" j" n7 Q7 n) W8 \The current Head Mark is well known, 5E, which results as a string ('^').
+ B0 I3 T. W8 G% P: A- g" N% o: k6 C0 E7 m1 o# h8 T: L; ]+ a
For this we go to the World (Project) and looking at the Buffer.h after thistext
1 p+ x& Q) J" J- O7 EQuote:
* C" V+ M. Y5 b6 g) J# Define HEADER MARK '^' / / Normal messageheader" W8 ]* T. U* W+ N( C
# Define SYSHEADERMARK '%' / / System message header
& J7 Z6 w& B4 n4 R* Z3 P. kWhat the Sysheadmark is looking for is not even the top 5E.
, a& Q' k6 r6 ?( A2 T9 wChange this and it makes the CE Not work on server.6 s  L  x6 `5 I
3 Z: r2 H1 q8 s2 u! W% C
Then Tom's anti-hack is no longer useful.# O+ {4 [, X9 I0 B2 f  \

" }- }% A9 F7 G, K: I* qLG Sedrika
Part 2 of blocking CE
3 C. X9 @7 j  U5 c

+ C! s4 J4 t2 F9 F+ YIn 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. $ D5 F7 \# ^8 p  m& C7 S
What does this have an advantage?/ p( `6 Y4 ]( e/ E* |& K9 |3 o! k
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
+ v* N! U3 l  J  _6 P4 K" }5 R
8 {( Q* W5 a: g# h, C, b( s" J7 A+ ^
# e( R5 ?& L* C+ UFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.! x1 `3 u1 `, X

2 B6 V: h7 R1 e! ]) i" eThen search for the following content in HwOption.cpp   l, Y9 S. o- B! p. u! \* |# V
9 ?( Z  E% H. X3 g" Z+ s* B3 W

# y/ Y8 x6 e0 F$ e: fif (scan.Token == _T ("ip"))9 Z4 r/ j3 c& X
{
/ r. f; s* u: C: R. x  ascan.GetTokenEx ();" ~- _, u) R- T- b
strcpy (m_IPAddress scan.Token);
0 E% P# I  Q. J* K}
( n! k: d) K5 {" L7 sand turn it into this:" q! E0 y# g! a) x, V! P
Quote:
! D4 H( o" P, V8 iif (scan.Token == _T ("ip"))
8 b* |& n9 x- r3 A- O- v/ \. P) r3 Q# @{5 o, }3 I6 o4 I! X: ?) |) i
/ / Scan.GetTokenEx ();7 q5 S9 T/ V8 {$ Y
/ / Strcpy (m_IPAddress, scan.Token);. E) _$ J" u+ \7 v( h
}" z4 W7 Y5 @2 F' K: n
And you created the solution.
4 C# l' }) V$ n' _* L' p! }
$ S* Z! K0 D- o8 G0 f5 ^3 D
  V8 t" P9 ?- t. V! f# V7 E' Y5 o; lThen read the Neuz not the IP from the INI anymore. even if put in it
* V% {; M% [9 T3 E9 a4 L: V+ w! j( ]9 Y9 G7 F& n; W1 p
Max skill's

9 S+ x$ ^8 P/ f1 v  L6 H
* }: x3 X5 S3 f, GAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc & t5 y( |0 S& u( K( a6 Z$ X

* M* H) }8 X  g0 ~$ i6 W& k- OWith the TUT can provide the remedy it% Y# V6 ~8 Q; S& b% w" i' a& g. c

5 ^" o( K3 K, s0 S: {7 B# 1 opens the file SkillInfluence.h- [0 }" J6 Z5 E6 {
# 2 Search
0 d- |4 k0 J# ~# Q! z3 FCode:) d1 h6 W3 H+ g1 _
# n6 h; W/ K# }6 A7 x! z" Z
# Define MAX_SKILLBUFF_COUNT 14+ |2 g! Y, G6 w. v% ~6 o& w
0 L& R; h1 P  B6 O2 }9 {! l  `. ~% h
# 3 Change the 14 to your number (eg 21) and save it from0 G1 }4 J9 Y  s/ S
# 4 compilation and ready
5 @, T, f6 ~6 g$ e# U/ I) w5 t; o

1 `2 z2 l0 H- d6 u" a$ V8 QI 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:$ c6 i! r7 W" j+ s

( B  v/ Q' b8 o  H3 Xdennisdra9 ~8 [/ l+ L; u( [7 [# Z$ S
.Crasy
" Z, n7 k8 R; y: ~7 Q, i7 S8 K©ross
$ p: ^" L! P) m: [0 F- PSedrika
( _; y; z: B; M) B, S6 J+ N- g' D) f! x. 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!
: l8 J, ?/ G% z: ^( @- t4 i( P3 a$ c
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
" S' Z4 A; `5 e8 z2 t' a( y7 p& ]' l- k7 K; Y  I  Z
# c& z8 E$ T0 H8 ]
Update 1:
how to turn off "Profiler" in worldserver.exe

& ^1 T+ I. C2 E$ L  P; D6 v" R( I7 O) K

7 N; A7 }& H- N9 j( Pin VersionCommon.h of Worldserver Solution5 z. E# B6 o* ~; R* s
Look for
$ }$ A5 e. K4 Q7 Q8 I# K5 q5 J: q, M4 F
#define __PROFILE_RUN  v6 }9 [5 R. F$ m7 [
5 u7 E" i2 k4 X# ]- w* ]# V0 e
comment it or simply: m5 C5 X/ i; ]# N0 W

# b, w+ m+ {  i6 N$ I2 T//#define __PROFILE_RUN
' j$ r/ G' p0 ?3 [; P% _; Q! q, O$ H( X) b3 y9 u6 |: |- x+ ]

4 H) ~7 w. D8 G( \6 H2 H( xcredits 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投寄。谢谢。我添加更多的很快如果你有病加太

& L0 l3 Z) J/ o0 x; }
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-11-21 19:56 , Processed in 0.064258 second(s), 22 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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