飞飞世界论坛

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 15557|回复: 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
$ x. E# D8 G2 ^4 `
change level without Rebirth! B$ A/ V* ]  a* m

6 t; ?* U5 _/ I0 S) xNow, let us begin.
; o/ c# |; f# T5 }$ l
4 U; Y3 o' u, x) X. H& @6 NRequirements:7 E+ \1 R1 w+ b7 z
Source
; ^+ z# d+ L" c3 n1 qNotepad / Editor
% M  W( }, V) {" y0 ~# X, G) W+ ]' o, C' j" `1 O1 v
/ / Tips by Sedrika
5 F9 I3 S/ C& _. j+ u5 S3 a; C
3 o  ?$ w" i+ xIt is up to you how you do it ^ ^7 Z1 f9 B- Y' J7 u3 J1 V
  M/ u+ m! `# E6 h$ |1 C& I
Go into your source folder and open the definejob.h
7 Y0 a- b* N9 d8 ~$ \Search there for:
# B# {# |( q( S$ {+ I2 i5 Y, _5 v" q6 `$ V/ M, u
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
7 M( K( N% g* i$ i9 E  F#define MAX_LEGEND_LEVEL 129% C; D# u0 T9 ]; T# A
#define MAX_MONSTER_LEVEL 160* w4 ]- q/ O, N: l
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
/ H. {+ y1 U( ]8 i  c# G9 Q#define MAX_LEGEND_LEVEL 1211 T5 c* @! i3 `3 E' w
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå : b5 ~. U. X. n6 J5 V% p3 N  B
* K( I2 k7 w) f$ o7 E, I
- l$ s( p, p" ~9 q4 _! B$ q% e. W
Red: Player Max. Level
+ O, S8 q: S8 \! `Green: Monster Max. Level
$ V- H. G9 K. _5 C% S, j8 w- T  e+ k9 a. |) |: X( n8 O9 w/ ?7 ~
These changes as simple as you want.
1 N, o1 E, |, f$ V# u5 ~! k
+ v7 T) O# B1 }: r3 r( R) WThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
$ f) ?: C6 C. ~$ Y& G
, T$ j& {1 b2 S  M
Part 1 of blocking CE

8 |8 U4 Y: N5 Z" c/ B: w
5 T' P2 W. V! I+ n8 @6 TIn this tutorial I will show you how to change the Head of Mark flyff.3 K/ k  V9 I0 w/ S( K" h$ J# ~
The current Head Mark is well known, 5E, which results as a string ('^').) c8 L( n/ y5 U0 F  t+ M
+ |4 ?0 z/ R. i( F
For this we go to the World (Project) and looking at the Buffer.h after thistext
2 J- g0 h8 D+ l4 QQuote:/ }4 g: F  o7 Q9 L/ h
# Define HEADER MARK '^' / / Normal messageheader
2 g4 P3 E: d  r) R  \# Define SYSHEADERMARK '%' / / System message header. e& ~0 n& b) t: O
What the Sysheadmark is looking for is not even the top 5E.
9 h% u" Q+ s- i2 E( P$ ]Change this and it makes the CE Not work on server.$ _- v  _, ?( ?. G0 r
" C" M3 B& ^/ K. {7 d
Then Tom's anti-hack is no longer useful.
* r. W* w- Q" Q  x
# i) j  \! n, S8 H3 WLG Sedrika
Part 2 of blocking CE

* P/ p8 J( f% z3 V9 c- U! U6 f* D" X; D
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.
2 Q* S) B4 C6 K/ ~0 z% C1 HWhat does this have an advantage?
& [7 C, k  E$ A5 TThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
, X% u) J: v3 |; y6 y/ q7 t! g4 q/ h
( y+ {+ S2 j5 t3 _; K/ u# b* f
. ?# D& }' v3 BFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.0 g8 d1 O8 B) B4 M% |# E
- `% _1 B! }/ ?" K
Then search for the following content in HwOption.cpp
: |# Z* W+ j. r; b" @, P  u; A7 P! _
8 {2 Q! ^! u2 g* X# g4 e( p! G6 J2 Z" S" E5 F1 j9 o1 P( }
if (scan.Token == _T ("ip"))
: n! A; [, l6 l' }6 [# y{0 P/ k' x! M  O1 {* ^' v3 @
scan.GetTokenEx ();
1 P& y+ E2 y) f% h3 L6 r$ Ostrcpy (m_IPAddress scan.Token);& r4 }9 d# X. }
}
& f( R# x! g* o, V" p7 @7 |6 ^and turn it into this:
2 `* W* M& k* L9 @3 K" I3 XQuote:
! o+ G7 c% F- aif (scan.Token == _T ("ip"))
4 r3 T& s" f' Q' ]" I- G2 U& R6 |{/ ?: X# j2 ^5 ?; {1 j
/ / Scan.GetTokenEx ();
8 J. D1 z% R( K8 n) w, A/ / Strcpy (m_IPAddress, scan.Token);
) U1 d8 |1 S1 G# L  t}: ?/ J& h/ D$ e
And you created the solution.
( P; |4 A- v. }7 R% V4 B  ~5 T' n$ q$ ^. o- T

( }7 S5 `  _, pThen read the Neuz not the IP from the INI anymore. even if put in it! T# |( \. a* @7 b, Q8 v- h
! o+ q$ b0 R( ^1 m, m! y6 T+ O
Max skill's

4 H2 Y# E6 H/ X1 q8 w, x0 C, x3 D5 [8 R/ @2 k" w+ F0 w
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
% q7 J/ Z  e- R4 e
, G6 Q& f# h. |1 DWith the TUT can provide the remedy it
# F/ t' k3 O2 m2 r
  H. N2 g; ?0 P) Y" L% e# 1 opens the file SkillInfluence.h
; H4 A) M5 V0 K9 U# 2 Search& d8 {. `/ F2 d  R
Code:# T8 ~+ \( ^2 F, u$ N
% _9 A7 X  a7 @2 V
# Define MAX_SKILLBUFF_COUNT 145 g3 ]! z# V. ^" k. Q% j1 ^
, M% X/ d- A8 ~# w$ L( q. q) U2 S
# 3 Change the 14 to your number (eg 21) and save it from  u! J. `! d6 y. z
# 4 compilation and ready, e$ {2 E* }! E- v) o  B

, J2 ?7 ~* Y3 a( f
+ t: V2 M+ h+ x: xI 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:1 @  A& M, b( S! N
! E% R+ N: ~9 v( u9 e
dennisdra
8 t/ `9 y2 p- ?- W8 ]$ |" o.Crasy# W* a* }; h4 n+ g: E2 R# ?% l9 f
©ross
; p3 S4 a7 W& L9 D1 O7 @Sedrika. a# q3 I$ n1 f+ x3 |+ L
6 M. X0 G5 H. h* ?7 j" }* L1 }
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!
" M9 x( P( [" D  \4 Q) U6 E) b# e! ~3 a0 [* ^7 b3 [  u$ P9 ^
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less! C% N. P( w! u! R% D/ k
# M. v  O9 J0 y
( T% I4 E* D2 o- o3 S
Update 1:
how to turn off "Profiler" in worldserver.exe

, V2 m' [, y) {" d% f0 `# c, N3 Z
/ f( r* c# p; V7 L, R2 ^' v4 v, ?* h9 ~# X& Z
in VersionCommon.h of Worldserver Solution
! i( @, t  N9 P! H* m9 wLook for, ~1 `" Q' X" U$ }  `
- g% P) U# F+ a) ~4 |7 F( m
#define __PROFILE_RUN" G4 S0 V/ r+ l7 O, z
$ e/ m( I% A3 F7 j  W0 P
comment it or simply* K( q  Z- J1 V5 K* m
7 D. I6 n7 H. v6 R- a4 N$ v' g  q' ]
//#define __PROFILE_RUN
3 C$ v, O7 R5 j/ i  o+ [/ k1 x( b* Y! n9 ?

0 [/ j( w6 R: e3 G( bcredits 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投寄。谢谢。我添加更多的很快如果你有病加太
0 C$ n  m2 b. J5 R* i" U2 w1 u
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-12-28 16:17 , Processed in 0.065272 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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