飞飞世界论坛

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

改变最大等级

[复制链接]

197

主题

203

帖子

1064

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1064
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 J/ E& t9 O. l. l4 K3 o
change level without Rebirth5 ]1 A6 u! Q) z5 Q' u* j7 g( V! m

' E8 \7 k) d3 N: L+ v! ONow, let us begin.6 o$ h& T4 }  Q+ b  [
; ?. K' o" L0 q2 a
Requirements:
7 o$ x" b* W; oSource
' y- e. r6 a0 m3 gNotepad / Editor
7 C+ I. H, b+ e9 S' {' o% |; A5 r, E5 v5 P8 M4 _, u
/ / Tips by Sedrika
4 x! h) s. E3 o% u1 s; u- m; }4 }8 X& `+ ~+ p7 z/ r
It is up to you how you do it ^ ^: u, U8 ~& Z; s. [

! D6 G7 P4 C" `+ R8 C+ sGo into your source folder and open the definejob.h5 z" s' W2 a7 A" v
Search there for:
2 h* J& ]$ W, t! J& O5 b# s0 _! g9 d
  S3 i& J& p4 A0 E/ n! Y5 O#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
( [6 C7 h* w. T; r! i6 u#define MAX_LEGEND_LEVEL 129
$ U  P: ~) A" N& g#define MAX_MONSTER_LEVEL 160
4 O) u. Y- |, S" i% @! M0 y4 f#else // 15Â÷ è÷¾î·Î ·1o§è®àå6 q; X  M% ^' S+ I$ D- D
#define MAX_LEGEND_LEVEL 121
7 X6 _4 V% S7 V' K4 r: O! f#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
$ V& J* Y5 i* w6 l! y
+ ]# Y0 l! _! O. f" }' u5 A
0 m- T6 V7 n5 M! W) ]Red: Player Max. Level
3 p7 o( A  m: M3 qGreen: Monster Max. Level& b/ h6 F8 C) d& W
+ \) j( H  p/ {* f1 p/ l! P
These changes as simple as you want.8 A( Z  W7 z: w! Z9 i
! n! ~. Z9 c. g5 |% ^
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.1 b# R5 t; f( a) D' q
( e4 A4 a" n& R  ~/ S" y* L5 H4 D" f9 [
Part 1 of blocking CE

- z7 A  U8 ?& D/ S! o* ^7 Y$ [7 z
1 X/ E% K+ r* W3 TIn this tutorial I will show you how to change the Head of Mark flyff.
4 U% S1 A+ [, M1 L7 w, WThe current Head Mark is well known, 5E, which results as a string ('^')." m' g9 S8 Q2 q2 S

8 z' p2 b4 s; ~) G0 f! [  bFor this we go to the World (Project) and looking at the Buffer.h after thistext
( ~" ~! U8 _6 D: |# R2 ~; fQuote:* Y! _  d# N) i7 Z7 \% R
# Define HEADER MARK '^' / / Normal messageheader1 _1 q$ V( @7 H- q+ J
# Define SYSHEADERMARK '%' / / System message header  ~1 J, Q+ V0 Z" t$ N4 g; D
What the Sysheadmark is looking for is not even the top 5E.
0 G# R3 t; A" X2 fChange this and it makes the CE Not work on server.
" O0 ?) S8 q  E1 C
" L( r8 G2 v2 |5 w" |$ A8 R& aThen Tom's anti-hack is no longer useful.1 t8 R! Y! \6 r3 ~, J

( C. {. i4 O4 ~1 ZLG Sedrika
Part 2 of blocking CE
; U% \+ X9 R* L, S. |
) K  B9 ?+ i2 q& @9 s% E4 }$ E
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 \2 j. _& s% L- x/ KWhat does this have an advantage?& `4 ?; ?& l7 e) |8 F) a
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
% j# ]8 m% c" Y$ g! D. w) K9 }( y$ y7 i" ~

0 z+ ~/ Z& d: |" q4 @2 N; SFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.; e" i3 G3 ^: o: o  J2 ], `
2 F9 u8 _$ _3 C- C% T
Then search for the following content in HwOption.cpp + W. S2 T* N  D- D# ]
2 w$ ?6 v. E* u3 |# K6 P
# w8 x1 |& X$ H
if (scan.Token == _T ("ip"))5 m) R! y8 s( Q! `
{
/ o' X: J! o; n1 Z" Kscan.GetTokenEx ();" A8 Z2 T; s% O9 K- Q" Q
strcpy (m_IPAddress scan.Token);
1 R9 [0 C6 @" O( O: E8 t! f}
& Z! Z; R. ]0 B9 m% I4 v: ?0 F3 Iand turn it into this:
% s0 ~) i7 R- g( O% J* K1 [Quote:
/ ~/ K+ j0 b' {  Q! L& kif (scan.Token == _T ("ip"))! V# P" V) ~5 n4 q9 t' I  I1 U
{
+ {* p3 \8 M: X% m/ / Scan.GetTokenEx ();7 E: }9 |2 `+ ~  I8 s- E& v
/ / Strcpy (m_IPAddress, scan.Token);
" E4 k/ h7 ?) ^; [  O' w0 r, z}
) J4 A8 k: I% P9 x4 r  u+ n9 BAnd you created the solution.
$ N' x% ?* `& A* @
+ \6 N) A* F7 E: u" _( d2 i
9 S4 J+ R6 c# pThen read the Neuz not the IP from the INI anymore. even if put in it  H  S6 @( H& p
1 }( W  e/ o. u4 J  K
Max skill's
8 @1 S: q/ J! {9 i0 {7 M
2 [. X. T2 F" r  G+ s
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 , Z- S% I) T$ c, N1 V$ V0 n. Q  j

/ w8 _- w* A& J& _With the TUT can provide the remedy it
0 w  T2 a% t3 o$ c- ]& ~* F
+ _. S; z; a4 O' Z. l6 o# 1 opens the file SkillInfluence.h; p  U3 j$ I1 t
# 2 Search- T* h) C& |1 A1 r0 p/ m
Code:
' L: V" |2 t2 _1 P; T9 Q$ V, U: R* c( G
# Define MAX_SKILLBUFF_COUNT 14
' z5 f8 t  }0 U: |8 I+ M0 j2 q' r5 Y
8 Z/ P8 R7 `4 F" D  E# 3 Change the 14 to your number (eg 21) and save it from
* C; V: }  H5 u/ ^# 4 compilation and ready4 D% `( ?: @! W+ R4 ~& B

7 B8 Y1 u) B) y, N/ _3 p0 w; u, P
6 N+ n+ f& Z, U6 M. e6 ]: w  n# m$ TI 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:# D! j2 |( l4 ^; h0 S0 p  l( m

; p6 b/ a5 x4 G, O5 G; q: X: N; Ndennisdra2 L5 E+ a  f+ r3 V
.Crasy, L, Q2 |, l, I% `7 d& `
©ross$ ~1 o3 e7 F* R/ w
Sedrika
( K% |4 V+ m1 ~1 q5 [, G! g1 V
, X. d% ]  ]7 Severything 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!
$ t8 t4 r! G% N/ I( {  ]; z. O* w: z! Q
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less1 H1 f; m4 H- }  d7 w  i

/ x& X6 n0 X- y+ Z" d; n  R; m1 l7 `3 C( O: _0 X
Update 1:
how to turn off "Profiler" in worldserver.exe
. m, u7 n, Z: |: O5 @& n* V% v

; H% ^. M  [5 u5 K, }  W+ |
% t; ~% [6 s( E1 S+ v$ p1 Tin VersionCommon.h of Worldserver Solution
! v! U! _+ |' }, ?( c( d& Z: RLook for" e4 E! s# T8 m* f* h
+ }  q5 C$ u% i. L
#define __PROFILE_RUN
. \7 @( H" d" s* z
( M. T5 ]' b8 qcomment it or simply
! P1 d, G! o. [5 E; ?" u
2 m, ^  ]0 q0 C$ U9 V  t//#define __PROFILE_RUN
4 R" G5 {) {0 M  t4 J* R9 Q: a) n
7 W/ b& a1 z1 U2 x; N7 Q) j' T. d6 t1 C7 D* S
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投寄。谢谢。我添加更多的很快如果你有病加太
8 k' N! d+ y( B- u. k
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-7-3 09:37 , Processed in 0.061729 second(s), 22 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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