飞飞世界论坛

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

改变最大等级

[复制链接]

197

主题

203

帖子

1054

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1054
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 p; ^6 i& \* T" b8 uchange level without Rebirth( F/ k, K! }: h! z" {
2 }' U5 @7 M+ T- U! [
Now, let us begin.
( m! D7 I2 ^' I0 ?: s+ \% v4 c2 c9 q1 ?5 l
Requirements:
* S0 D9 @( |7 X- X0 s- CSource4 c. n% E+ y" a$ K/ R7 ?# G2 \
Notepad / Editor+ I. d( t' ~* R( o5 S1 O

' B; V( A1 Y+ x$ g2 I/ / Tips by Sedrika
+ Y5 n& h: _: W' @! i- f/ _' E" j! C- p& |* J- }* Y" L
It is up to you how you do it ^ ^' P6 w2 m. Z6 r9 Q: l

7 G( ?$ j# L( d" G  H* bGo into your source folder and open the definejob.h8 U1 ^2 @8 |  ^4 k8 ~4 @! x
Search there for:
2 w! Y; `* N1 t& q
6 g6 F5 E) D9 i7 C  K/ T. d#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå0 R7 s0 o/ p- `1 N* U: b2 n
#define MAX_LEGEND_LEVEL 129# W, K) M5 O4 U& L. P+ z* c, K
#define MAX_MONSTER_LEVEL 160
/ Y" u# t! ~: o& q/ Q  h#else // 15Â÷ è÷¾î·Î ·1o§è®àå
: S7 t4 Y* s! g2 R5 L( A; g#define MAX_LEGEND_LEVEL 121
& K: D4 K1 E- a7 j#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
, }! Y* ?0 c; m; K# _
& u( P4 s  |- m& g3 f# N. f% D' s( e1 p$ M% C
Red: Player Max. Level, c4 l4 Y- T, @7 R9 w4 K* F; e
Green: Monster Max. Level: c' y2 |! D9 n1 W
# w5 k1 d* A3 n, J; A9 G
These changes as simple as you want.
/ v2 p5 [0 I4 Q  [: P2 z2 `  d
$ O3 G9 S: ~0 x! h, ^% dThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.8 G8 [! V9 R$ {: l  _

9 r) @9 @% r  M) f: x8 w/ z) F
Part 1 of blocking CE

( Q  T( ~4 z+ H9 f. V  z
! c9 F; |4 z" Z6 d6 BIn this tutorial I will show you how to change the Head of Mark flyff.
( R% ~4 B  }/ z4 |' W, w5 nThe current Head Mark is well known, 5E, which results as a string ('^').6 u+ d. k+ [0 _& S

0 `- W* v8 n% H0 c$ S9 K3 BFor this we go to the World (Project) and looking at the Buffer.h after thistext0 ?! l' U0 |" M
Quote:' I/ p+ |4 w# H, b1 T" E
# Define HEADER MARK '^' / / Normal messageheader3 i/ E7 f1 h' B" z! \$ w: M4 r
# Define SYSHEADERMARK '%' / / System message header7 |5 N1 G. @) V0 |
What the Sysheadmark is looking for is not even the top 5E.
9 F4 \# X# O2 I- |- |Change this and it makes the CE Not work on server.) U) o& |) V1 L& j

, X0 H% D- t$ c- s) QThen Tom's anti-hack is no longer useful.3 T; ^# D4 n, v' T7 ~
9 p& ]& O9 p% ]; T! B# C
LG Sedrika
Part 2 of blocking CE

% D1 |: e. B- ]- l1 |) P' Z; G; ~$ W7 T  j2 P' S4 f
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. - v0 ^- X1 S' `7 g
What does this have an advantage?
# E& v, j1 C3 F4 m- x" e6 A: MThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
0 l/ N+ `9 |. f
# j* n- R$ U0 R1 r& f
$ t: t, v% K  Q5 ~% Y5 kFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
6 D1 r. J  H4 C, D% H4 E$ n7 C# B: L' v( x' m
Then search for the following content in HwOption.cpp
. @* m; J8 D& H$ p* \, B$ ~; i0 i- U! s/ H  h* I4 W8 L$ d
+ Q$ e2 o% I7 |* \9 j- m
if (scan.Token == _T ("ip"))
! |# m% Q0 v  t4 u{
- w  L7 P- r& u* Q* {: b8 escan.GetTokenEx ();) O! K9 r6 [; i  f
strcpy (m_IPAddress scan.Token);# O; Z0 u' y- r* |& _$ ^# w. ?& i
}1 m5 }  R: g. ~9 q. |, I
and turn it into this:
' q" r) \  _6 E% Y7 E7 ZQuote:
1 C. X% H0 [0 L# v% Y- U& Oif (scan.Token == _T ("ip"))
& m6 C2 l' Z) a& z4 y{, l* a8 B8 Q( A$ ?0 P# j, ]
/ / Scan.GetTokenEx ();
9 w3 ^: i, |8 X! u/ / Strcpy (m_IPAddress, scan.Token);$ c' j2 a- H( E4 ~  H* a
}
) R) `* |# I0 A. f! J! p/ M- GAnd you created the solution.5 ]. `' _& R: ^
1 Y) V  u- \1 o! Y
7 y) O( o5 I7 s3 Y; y% R2 c
Then read the Neuz not the IP from the INI anymore. even if put in it9 m* B# f6 R, |. g& Y1 G$ G) o
7 s1 V- I- Z" |/ m# N
Max skill's
( E. m% J. y, K# z* ^. C8 u
' s' |- l9 q+ t) E
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 ; |/ u( }. D/ [  J
7 B1 |" v3 U+ F  l' H7 y$ i
With the TUT can provide the remedy it, z& S3 h( q2 A
4 i. k$ O' }0 U# h8 x
# 1 opens the file SkillInfluence.h) n( u3 O/ f6 a8 i4 r
# 2 Search
" _' V1 i" [6 j8 vCode:) X" n3 w* N) n
& `+ P/ A" C; Z2 u: c1 D
# Define MAX_SKILLBUFF_COUNT 14% o6 T/ l" N5 ^8 d
3 E2 r7 c3 |/ J" d" N" q
# 3 Change the 14 to your number (eg 21) and save it from8 J$ G8 |/ l9 ]& B7 i. z9 F- X
# 4 compilation and ready
- x8 C7 V; K0 f, A9 T7 G- V$ X# v% e6 F! {8 h
. {0 u- h9 S+ x/ ~  Z
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:3 w2 x; G* i" Z4 \' O
0 S( F+ p3 ^7 s9 _- }
dennisdra) y! j- H" @; w& T4 \" e
.Crasy8 `3 d4 C0 W3 A  a# f4 g! v
©ross2 S  R: [) a0 {1 @) ~' t
Sedrika' E5 O/ ^! D" g' G- ?5 L

6 I2 J3 ?- F( R9 ueverything 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!
% k) @: e0 q0 z/ W; L3 m$ [( G' z0 M  E
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
4 k; @3 P/ }% J2 h& X; }$ j6 Y
& [" S3 `2 h! i( N' X7 X
* [5 I$ p9 v* h8 c& V8 ^  N- HUpdate 1:
how to turn off "Profiler" in worldserver.exe

" i# F, f% N- B, e4 }0 O& p5 o
$ R9 {( Z; q8 Z, h8 T: v# v
) q+ V, o8 Y- Din VersionCommon.h of Worldserver Solution
" t1 [' O5 `% m/ D# m5 u, }+ b; MLook for
/ i! _. J3 A! ?6 H/ E9 f* |
) E* T" T) n0 _#define __PROFILE_RUN
# Y7 a, t9 T) G/ q3 A2 D$ H3 d
3 k1 @1 n# x3 a: ?1 I* ncomment it or simply
/ C; X4 d$ N" X3 s% U5 [0 _0 H( M: g5 E
//#define __PROFILE_RUN
2 K7 o& N/ Q" C' ]
% h% F& K3 ~: q) S$ c  P0 Y5 J! b, a$ R4 g* I- o, P
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投寄。谢谢。我添加更多的很快如果你有病加太

) e( ]4 O3 H- t+ D" M7 A$ F2 V% q
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-12-23 21:37 , Processed in 0.059984 second(s), 22 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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