飞飞世界论坛

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 15268|回复: 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
8 J2 v1 X) ~. ]( v
change level without Rebirth; \( z" k* S% Z
8 K, B" ~& U" a& l
Now, let us begin.* N; `4 l, ?1 r( {9 N2 F

9 `* Y+ C" q# f+ x8 rRequirements:( o! n/ V1 P( e7 P
Source
; F0 v0 `, n% a% {. o' x0 f. i: GNotepad / Editor& r- i" S. z! @  Z2 S0 K9 Z( N$ x

5 y$ [  p* s! S, Z/ / Tips by Sedrika
8 w  l  l/ A, @# ~7 Q& y) b( i9 g, Q7 H# G. p. @: _
It is up to you how you do it ^ ^) u# j( |: u7 }$ n' s0 k
, Z6 Z. H8 f6 k9 Y* L. m- W! w
Go into your source folder and open the definejob.h
% v3 W+ B6 F- j9 x6 B7 zSearch there for:" w* t, [" o1 z2 T5 Q" Q

# T  ?' S) u. L5 h7 H" E- V#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
5 w3 M& d9 @- b! x/ Z0 H#define MAX_LEGEND_LEVEL 129
/ p; @* T( w+ }* W; ?# r#define MAX_MONSTER_LEVEL 160% K3 L& x. ]5 b, t* Z( `0 I! e
#else // 15Â÷ è÷¾î·Î ·1o§è®àå/ }; {: ?+ e7 l) K
#define MAX_LEGEND_LEVEL 1213 e- S0 {4 A7 e8 K) R
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå * U3 f+ ?' D) C4 h1 h. l8 L
4 F; S' X9 J; `0 C7 O/ b, j# ~

+ I: b- F/ Q9 B5 z: y" m! VRed: Player Max. Level  B: R* d" J' o+ [$ `8 S9 `
Green: Monster Max. Level- {& D) v9 }/ u% O% y! {  [. i+ c

! z0 f$ K# @- j2 q$ Y* vThese changes as simple as you want.
, F' }$ P) o* O( Y7 {  A  C1 F( g7 i7 e$ H. S
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
0 q+ [' r+ z. v8 V. }1 g: h
2 U3 l. Q  N: U. D: Z+ Q
Part 1 of blocking CE
# E( u$ w& R8 m' o; z# \9 J( M

+ a% n, Q4 {+ EIn this tutorial I will show you how to change the Head of Mark flyff.
/ f1 `! q( \3 W: LThe current Head Mark is well known, 5E, which results as a string ('^').2 E2 A+ i1 V0 p

  i4 i8 T7 a/ H' _1 H/ LFor this we go to the World (Project) and looking at the Buffer.h after thistext
8 y4 u0 R! p; Q+ R$ W1 y( b! eQuote:- E- v6 I$ @$ B6 G5 S/ x
# Define HEADER MARK '^' / / Normal messageheader
3 e! |- @+ e* G, e6 U# Define SYSHEADERMARK '%' / / System message header3 s) F( d8 l, {( r5 ~: i' N
What the Sysheadmark is looking for is not even the top 5E.  w  H& I% I2 _9 ]
Change this and it makes the CE Not work on server.
. e# z3 {+ P/ W6 O2 V1 [
' j# g: \+ N4 [' h( e% x/ O/ d, PThen Tom's anti-hack is no longer useful.
2 U$ ^" g& ~$ f" ^* c5 U6 ]
( `: X& ?3 ?) J" T4 l+ B( N6 |LG Sedrika
Part 2 of blocking CE
1 T# [" ^! y4 U/ r/ @7 d) Q& T
  `# C8 r7 _4 p) v) a
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. 7 z$ G2 {- O- l" m6 J6 G
What does this have an advantage?; A/ Y/ ?& K) n( o
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
( }; C7 [! K" ~
  L. X1 a' t' K8 e- A; V
( E" F. G' ?/ {0 R& W' x# g3 dFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
% y: [& z* q" M3 F8 v. t9 q7 p& K- _! C& G1 c( K0 G
Then search for the following content in HwOption.cpp
7 ~+ r. B# B- P
! J& }5 }9 G) y) C: c! `, ]1 T; [* N5 G. P5 L8 y
if (scan.Token == _T ("ip"))
$ n7 @- Q9 h; F- d" t! S{
+ B& S4 O8 ?  j- s9 ?scan.GetTokenEx ();/ F* l# R0 E. J! O; g  e) V
strcpy (m_IPAddress scan.Token);% Z+ o& q% v1 m+ z1 E
}) q4 {) p( X* o) R: Z
and turn it into this:& s& e) R! N3 J
Quote:
, E4 d& a5 q  z% `* uif (scan.Token == _T ("ip"))* b2 U- y' j6 J, Y+ l
{
) t  W' ~) q- u, f, U/ / Scan.GetTokenEx ();
# a; ?( U* i  `2 f: q+ e/ / Strcpy (m_IPAddress, scan.Token);/ Z+ M4 f" V7 R( |! H- l
}
( w+ b( ], g! ?% a. D; ~0 f7 y* I: pAnd you created the solution.
9 Z: v( q  z0 j7 [% _1 H* N
: T; Y$ d% q5 d+ H5 b/ I2 p# o
  s3 J% ~& V( `Then read the Neuz not the IP from the INI anymore. even if put in it
! ^5 h+ N6 Z! M0 I" d% q: B' c
* u# o: }" Y5 Y+ ?5 t( d
Max skill's
* o! G  x( s+ }
7 v& M* H; A+ ~( N+ C6 o
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 , [4 {; A; P6 s
/ ~( `# n: ^2 [* |7 }3 v
With the TUT can provide the remedy it* \8 @) T- u3 A
3 I$ h/ x$ F  @  G- B. R
# 1 opens the file SkillInfluence.h) ]6 D/ g# R) J) z5 r' d
# 2 Search
7 W9 }1 m- c$ B' i, JCode:3 a1 z: k+ O* U, o! m, U2 i
$ G2 I& ~6 u: c; M% O; X: D, Y* g$ Y
# Define MAX_SKILLBUFF_COUNT 14
; P# m5 V8 t. a( q, x' L7 K2 m. \5 x; G! ~. ^9 G' X) \- N9 J
# 3 Change the 14 to your number (eg 21) and save it from
  c& [! z- s3 q1 G: E: Y# 4 compilation and ready
& i' W' q/ P1 [. ~3 V& Z: b) T9 w% P- ~' x# Z% v8 w
/ S3 ^% }# y+ B6 V1 D
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:5 i$ ^8 X' e, j0 f
% o! o* t1 c1 U7 p' I( U& j: r
dennisdra
1 Q. I3 O7 f3 b8 c* F. I.Crasy- M9 G, s( z. k+ }
©ross
+ b% X( C, F2 U8 RSedrika
% u, E" @) t$ e8 x" F  h" v
4 X2 D, d) z0 X9 heverything 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!
1 G5 v5 A3 T. @9 l8 N, s% ~) w3 v6 F* x9 s
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less2 M6 Z; \% r; T7 i
9 C' U2 h; |2 I3 S' `

  h% V5 G1 z! ~! c6 M* [Update 1:
how to turn off "Profiler" in worldserver.exe

1 c  Y. `( c& n. Z
, u# c" @& o0 k( }/ @9 m
* L0 l3 b$ J. min VersionCommon.h of Worldserver Solution" b7 s4 ?# U  p* U, S% H
Look for: y/ K2 |" \6 R; N
3 G, X0 o1 P1 z4 \3 W. m
#define __PROFILE_RUN
, B" J/ |- o6 u' }0 ], \$ B3 U; v( D" A' _
comment it or simply: f, [6 S# x( }; X+ V& [% G3 G

* O/ [6 q8 J9 E: R  F% a6 q$ s//#define __PROFILE_RUN ) G: C& h7 M+ B2 W" k. C  p
" @2 n! B' T8 [0 Q

5 e# ~$ j9 \8 @+ y7 Tcredits 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投寄。谢谢。我添加更多的很快如果你有病加太

, h. t9 o0 F* T+ F+ e( ?) J
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-12-9 20:20 , Processed in 0.061796 second(s), 22 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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