飞飞世界论坛

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

改变最大等级

[复制链接]

197

主题

203

帖子

1068

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1068
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
3 R( [0 ~) r* f! l: T7 e* ?! S1 t
change level without Rebirth1 n9 [$ x& Z3 Z  d' h" |
- N6 ?: W! r2 c7 O0 ]( L  V( i; \& U
Now, let us begin.
+ b% l8 e  D. N  N& {  E2 |  |! g& e7 C; H+ u& k2 D
Requirements:5 p% c; r: g& ~0 w* u4 h2 {
Source! c4 t; f/ {2 ~4 A
Notepad / Editor: c/ D1 @; g' {& J2 U& K6 l* `7 |

- v$ ]& h: G# @9 u/ r/ / Tips by Sedrika
: i' F5 U. f" t( h! D/ X- h( b' ^. ^/ J& t$ G
It is up to you how you do it ^ ^. m7 y; I! u' q/ o- U# _+ V
+ D% r$ d; p- n2 K% q
Go into your source folder and open the definejob.h( o) P/ J4 v. j
Search there for:
% X5 @( l$ ]( J6 M' d
  {: W- i* f! r+ t" u- z4 f0 n% Y+ t; y#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå0 I5 q) j' b) x
#define MAX_LEGEND_LEVEL 129' r+ ~& R9 M8 y7 a( Y& }
#define MAX_MONSTER_LEVEL 160. h1 i: j7 L2 e* S, N
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
  W4 h& f  N) C! V7 v#define MAX_LEGEND_LEVEL 121
; h- _! z5 O$ k#endif // 15Â÷ è÷¾î·Î ·1o§è®àå ' T& ]4 M* c" L/ J/ B# H  |  _$ k

3 |. A3 k  a* d9 ^8 t- \# h$ g. z- o# ^- o- C* N# i2 b
Red: Player Max. Level
3 a8 z$ X& H2 h& b1 q; J7 Z7 X; y5 KGreen: Monster Max. Level$ ~. o9 S2 R( ?. f7 C; s2 C% d

7 c; x% Q3 ?8 j9 FThese changes as simple as you want.) n* {$ B. P; T; I8 O! }! i* P
# v9 \: k% a# }- J
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.( Y2 f2 B; Q+ M0 q7 ]

6 g, V( `# j9 l: W0 a8 P% f
Part 1 of blocking CE

% T* l8 T2 u6 _  L7 {) T0 Y. f2 Y7 M/ ]/ V1 {7 B3 k6 o
In this tutorial I will show you how to change the Head of Mark flyff.
; b; s6 G% e0 K1 R- {+ jThe current Head Mark is well known, 5E, which results as a string ('^').2 E2 A1 I1 J5 p! u& Y& |3 C# X) t8 c

* f7 j2 V8 F9 [. z8 g5 w; rFor this we go to the World (Project) and looking at the Buffer.h after thistext, ~' t& o1 d# H6 Y
Quote:% c8 P2 w+ |6 U) e
# Define HEADER MARK '^' / / Normal messageheader
1 V. t. F: L7 G: M# Define SYSHEADERMARK '%' / / System message header: `- [3 ^4 K6 d" L0 w
What the Sysheadmark is looking for is not even the top 5E.: W* U/ s. Q4 L* y2 L  ~+ |5 A
Change this and it makes the CE Not work on server.
# P4 P. \* H  B4 h6 w0 l9 e# y, [, ?( x) [+ E
Then Tom's anti-hack is no longer useful.
. `9 r) W  f. j- ~2 N3 y8 i8 t4 U( h
LG Sedrika
Part 2 of blocking CE
# j8 b" o' {, T& Z6 H  v# x) n* j

7 _: V! H! ^6 I! C7 @2 ^. DIn 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.
5 A: D% J5 ~. s( f9 Y' AWhat does this have an advantage?
% M& d. Z# G/ i) \8 ~" vThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself % l' ?- C* k: e( u7 E) N
2 ~7 L9 q. r/ U7 A5 `
: P, p7 {2 d$ z/ I9 A, h
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.: K* Z9 v  z# x+ U: l* [5 n
8 [/ s" t: z8 K
Then search for the following content in HwOption.cpp $ K: O/ [; R; s$ e% ?8 ?

2 G0 S$ R. Q6 m4 p# }. T& z! z6 c) \1 ]
if (scan.Token == _T ("ip"))
8 z1 B, K! |3 f7 ?5 m/ g{
8 G) y& N7 i+ `. ascan.GetTokenEx ();
3 c7 @9 Z# V" {" Tstrcpy (m_IPAddress scan.Token);
+ a- z" O9 F8 Y" _) ~$ e}0 @& k$ i9 u* ]* {! p% j
and turn it into this:2 ?' F2 X% O( z5 W
Quote:1 S0 }) C' M( ~/ K
if (scan.Token == _T ("ip"))
* b1 V9 [7 i; G, |/ _9 }{1 Z; H5 y& N& A, X6 c: L5 \
/ / Scan.GetTokenEx ();
' H+ O  {3 ~% O1 p* T  Z/ / Strcpy (m_IPAddress, scan.Token);: V2 ^3 R: e3 P0 M2 H+ @
}9 H& B. X3 I4 K4 `
And you created the solution.  }& w9 T1 D  s1 [% u

  F. j/ W5 Q: S3 P; i; z- C7 |$ Y5 o: E2 \: C+ W. @# V+ h7 A- P
Then read the Neuz not the IP from the INI anymore. even if put in it3 t$ j% U/ i0 H: `# ~
; H, b, j2 t, ?3 @7 h& W
Max skill's
0 P- }0 ~) s) I  K. q- P
- V3 s6 X7 u+ R1 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
) {, A! G6 D& a  o$ D
, Q: e0 B, h0 y. \' H0 WWith the TUT can provide the remedy it
, z/ C/ k  @4 z2 p9 e/ w6 z. L* W
# 1 opens the file SkillInfluence.h/ {0 {: i) \: X$ w
# 2 Search1 w- Q4 h. `( }/ k
Code:6 |: a* U, v, u! l8 G+ ~
: R4 k6 ], T, A9 j& p6 G' v
# Define MAX_SKILLBUFF_COUNT 14
4 b+ d, X* r' G4 M. ?, O
3 N7 e0 V  m& P0 h  O& M4 K" k1 d# 3 Change the 14 to your number (eg 21) and save it from
- E9 P) Q4 X/ c6 n7 k6 N+ t# 4 compilation and ready
, |" [- h1 d2 w( V  f- i& H4 k! A$ J& K+ f. c9 Q
8 M" ]" d) J. y' D( o
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:+ \7 K1 d; `: h& R# l/ ~: D" E$ _

$ p% Z# F$ L% I& i# V' Fdennisdra
" X: S4 C# }9 I+ U& d4 F7 _; N9 i.Crasy
  P- g, @3 S" w2 b9 l©ross6 I* \' z9 t& C! W; y- M- P+ r
Sedrika
$ ]' c  l; Z4 P7 n; K! e1 L: E1 H. v' A: c
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! 8 `5 h* A& `8 f+ C4 u

1 @7 o+ [" O+ h  Z  H6 [: j8 nP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less: t; ~4 v4 K0 t0 ^8 ~1 `& z* p* I

7 r4 m- f' U- p7 M  E6 e. a7 f, ~" X/ `: e- z' x
Update 1:
how to turn off "Profiler" in worldserver.exe
5 t9 S: Y1 T, k
9 s0 _& i/ W6 ^$ g7 |' ~

) ?3 i0 K+ l* x! n' Hin VersionCommon.h of Worldserver Solution; L) o' X- J- Z; Z: ~5 _; I
Look for
  U/ B3 e: d, ?5 ~. l
/ y) ]) ^4 H1 p' Q) o#define __PROFILE_RUN: Z9 t# N6 N3 ]8 `6 ?6 x

+ f3 ?. q6 ^$ m! A. p" M# pcomment it or simply) i; a1 B7 n% A  n  Z. _8 b2 Q! @

4 @, b( p0 ~! E; }# J  ?9 G, \) p//#define __PROFILE_RUN " }$ ]  Q1 N1 X
% \! C: d* p8 f7 l

, T7 C/ y+ j. ^2 Y" |2 x! \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投寄。谢谢。我添加更多的很快如果你有病加太

4 G6 C/ M( d9 l4 A
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-8-28 15:16 , Processed in 0.058272 second(s), 22 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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