飞飞世界论坛

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 15145|回复: 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

7 e% T$ g5 U; T' x( z( b1 @, jchange level without Rebirth, l' E, h/ i+ I. G- P/ _, N
8 Q) `  u$ V) `2 Y& ~& m+ d
Now, let us begin.4 `+ N8 S" r( i

) ~% ~/ I1 s: s) @* K/ FRequirements:
; v. `  ?# B7 f7 |# W- [* G( k/ kSource
4 O1 {8 [2 B" r5 JNotepad / Editor
' h; D$ k2 X1 X0 K# L
+ c* _2 t- c9 |6 T% X' X/ / Tips by Sedrika
/ X0 T2 H' c; b  [/ g: D1 u8 l
( y) ~6 M6 X8 v$ X4 C; FIt is up to you how you do it ^ ^
; C" a9 i7 G  _9 d6 t0 _" c, a) y3 R9 u0 `$ j  Q9 e, x
Go into your source folder and open the definejob.h2 ~; j  S) W, Z
Search there for:
  t3 k- N' y: p0 ~
7 Q' o; T; k1 k: L( n#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå8 m# B7 O* V, P4 E/ f
#define MAX_LEGEND_LEVEL 129
! O- b9 J7 S7 M( {. w/ k#define MAX_MONSTER_LEVEL 160
6 h% L. a( y$ L% d#else // 15Â÷ è÷¾î·Î ·1o§è®àå
" r- q8 }2 a& V& p#define MAX_LEGEND_LEVEL 1213 W; m* J- D; T* {6 ]
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
* A3 O( ?& T* U8 W; V7 \' Y" F
8 h( g- Z# K' ~, o) _! ^4 C! J. `9 R# r
Red: Player Max. Level% }3 |7 ]" g) U+ S7 o/ N5 X
Green: Monster Max. Level
5 c* z* ]# D. K7 {% R8 T% \5 g
5 M2 O8 E# i; fThese changes as simple as you want.
/ s9 n# Y2 E5 G' l  \) w. W; d/ ~
2 u, c( F  |; o8 [Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
* k* G8 c" X! j4 `: L3 ^7 U* h9 |) Y" W2 N, X" M
Part 1 of blocking CE

: l" y! u: x& y* n2 m3 F7 r5 m7 Y, e
In this tutorial I will show you how to change the Head of Mark flyff.
" S9 a8 n( x$ q- u3 qThe current Head Mark is well known, 5E, which results as a string ('^').& ?% L0 Q/ E# B

5 x1 y% A! }& x! N; ~For this we go to the World (Project) and looking at the Buffer.h after thistext
; j. u& x$ K6 N. o% ]Quote:: `9 [4 D7 ~: f( U( R  t
# Define HEADER MARK '^' / / Normal messageheader7 C, }! }4 a+ {
# Define SYSHEADERMARK '%' / / System message header
4 p2 S" w, ^' a# P$ n) O4 UWhat the Sysheadmark is looking for is not even the top 5E.
1 `; d6 w' m; X. L, B8 N1 a9 M9 nChange this and it makes the CE Not work on server.) w! `7 f" G5 T8 V) q7 m; H3 C

. L9 ^% q8 g! r/ T. {1 fThen Tom's anti-hack is no longer useful.& [" X: p$ z! r& S7 V
. B/ V: Y/ D3 m1 f/ ~% a
LG Sedrika
Part 2 of blocking CE

9 v4 Z& e0 D! _& P4 \  |( ~) y/ p1 J& M  W
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.
0 `8 {! p2 K! a. }What does this have an advantage?
  o, ~8 }, M* T6 t: ?$ g+ T7 tThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
% E) V1 H7 s' r' q# S+ V0 |. H: _; k' F
  p& s/ z5 I6 T& x9 C- |8 e
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
* T: h/ ~9 _- S% t0 x) B: j
9 M3 p, ^" o: V+ UThen search for the following content in HwOption.cpp
5 E1 [: g- J3 [8 Q$ N, }: h4 Q; p; V" B2 Q3 `$ Z: _& G2 r
4 h# ?: N! l/ C" m8 A
if (scan.Token == _T ("ip"))* @, e& ~- h1 ?/ w
{0 [2 @2 J9 M& k0 C/ }3 r
scan.GetTokenEx ();
2 U- H+ y0 y. r3 tstrcpy (m_IPAddress scan.Token);
- S) V( Q" l0 I5 R3 O: L0 j}! x- w8 E6 p1 k( m4 `2 w
and turn it into this:; J; m3 c# C. O$ Y( G( L$ V
Quote:  p+ x. x7 i8 W, q  U
if (scan.Token == _T ("ip"))
0 H, e$ }( f5 q7 f. h{
/ F0 ]3 v: [+ j. |/ / Scan.GetTokenEx ();
0 |* ^& k) h' k7 c3 j+ F% i/ / Strcpy (m_IPAddress, scan.Token);
! w" Y, U% q/ |2 Y6 j; v; B" l}
; w$ o7 V6 L% S: a2 F' w1 sAnd you created the solution.
& K3 r* f) f0 @$ h" B7 z1 t
+ \# ~! C+ ?& T+ t1 x1 J; Y7 v4 x: G. K+ u+ |7 g% U' C: r
Then read the Neuz not the IP from the INI anymore. even if put in it$ I5 J8 c+ l# s) {" T
1 s, ?1 F. T4 b" ]0 ^# x5 J& p
Max skill's
) \' A( z' ~* |: B

9 D7 r" g# L3 ]5 CAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc $ {; j) [  X  y. T# t* v- O
' a5 I( {+ N. U6 ?# l6 N1 ]
With the TUT can provide the remedy it! k8 l( W$ H+ c! n

+ \8 C# K# X+ A; y# 1 opens the file SkillInfluence.h4 a% h/ \$ b! f5 f/ H; Q* M& B9 K
# 2 Search
, h2 M* T2 M3 a7 |; ZCode:* p9 W/ f( ~1 ^3 N# P6 V) _

% ~. k( D" e7 c# S' ~! A# Define MAX_SKILLBUFF_COUNT 143 g' E# f* K; l- d, u$ m3 Z) @
5 k+ D1 U" Y; ?2 M' }0 k, F
# 3 Change the 14 to your number (eg 21) and save it from7 r# J6 ^' N2 R, W, C+ d1 l
# 4 compilation and ready
: i' S* y1 n% g+ o& A0 N. I# e
6 g8 t+ q2 a( }  b8 W
3 k# \2 e/ K. MI 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:3 J8 ?! |8 [4 e: W$ j7 q& u5 d

2 j* e# P$ Q3 ddennisdra2 y1 E( h- v6 I, D
.Crasy' K" F( }, i' e1 Q" Z
©ross! G4 ?' M" `0 B6 H8 G) O$ {
Sedrika! D+ l5 }/ y) ^, X

6 g1 P& f9 }4 R  m( I9 Y3 ^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!
0 o7 y% t" t8 `; W6 p1 z5 \4 L# f8 Q- d0 f# c
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
: a+ O% W0 J& E& A- @
# O6 |3 v+ [- {& d5 A3 p. B# g: C) h7 r0 d4 X# ]; k
Update 1:
how to turn off "Profiler" in worldserver.exe
! E8 p- q- t1 ?  }: t; K# w) U

9 U* s  d1 w# j7 C" u1 i
6 v4 [- i6 Z  U0 Y9 J+ {& U8 win VersionCommon.h of Worldserver Solution
, o5 i4 W" _( @" c- KLook for* n0 u. O: \( n6 x3 v8 `) l
) X# B% Z' l. P/ {8 J, K
#define __PROFILE_RUN
* I, }: a6 q; G: E3 b& h. c9 v% f" P2 n" j/ ~* P* F* q
comment it or simply# H; G0 B, V' V- y" d

" Z3 E# O' l8 ?$ T% |//#define __PROFILE_RUN
& s2 [" ?0 K2 f- g' a5 l
8 {+ ?: _  F& a
) \5 H5 y- |3 i  p8 \* ]6 |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投寄。谢谢。我添加更多的很快如果你有病加太
) O: g2 u' ^! @7 }, Y  A
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-11-29 19:37 , Processed in 0.062669 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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