飞飞世界论坛

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

改变最大等级

[复制链接]

197

主题

203

帖子

1082

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1082
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 q0 W, G# P# R# A' _change level without Rebirth9 M. F" m/ i* N
# j0 Z# g- n) I& B0 H0 t3 b6 l# f$ ]
Now, let us begin.; a& L- S% ]7 d$ G9 c8 D
0 a  e: Y  u6 E$ ~2 s% v" [
Requirements:- b( Q, A# Z: V; w5 u& x
Source
3 b5 q3 I" a% l* T7 i# N! k" TNotepad / Editor; @: y* ^+ Z* F0 I/ ^; [7 U
- M8 b- U. @; F4 E
/ / Tips by Sedrika0 l( ~2 `& O4 G' i
1 z8 S8 B7 s3 N( J% K- ~4 T. b; C
It is up to you how you do it ^ ^
" O) q9 n3 q; L( w2 g4 m7 r
% L6 k+ o1 q) Y9 c+ K. ]/ PGo into your source folder and open the definejob.h/ n$ {* F! a2 g- u* I
Search there for:
# b8 K/ W% t. Y' x, T. _) f* C/ O
% M) `# M* p; W% n4 u& M& ~#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
" K! t3 ~5 |5 N% _! u* Y  _#define MAX_LEGEND_LEVEL 129: Z' v. m4 {3 E1 H2 J# C( p5 |# R
#define MAX_MONSTER_LEVEL 160$ ?7 y3 s8 c* N" ^5 }
#else // 15Â÷ è÷¾î·Î ·1o§è®àå5 W2 u2 A) g- j- c+ ^: W& S0 k( ?
#define MAX_LEGEND_LEVEL 121
2 w2 H1 s9 e* b. t" R9 f#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 7 b& v9 N/ }' m( [% H0 y/ ^
* z% g. R1 l* r

. e, @! n1 C/ |7 |- l6 BRed: Player Max. Level
1 u9 y% E) _7 I6 w% w. k9 BGreen: Monster Max. Level3 x  M: p$ Z- n$ B7 K
( Z; s- S! Q, i8 b" R4 r+ Q* |# m
These changes as simple as you want.
& m8 V+ A  A& l/ p2 C9 B) R- w3 S3 i1 X
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
* J& N; }" ^1 y8 D
1 F" h) A  z/ Q+ C7 b& K
Part 1 of blocking CE

; _( C: ~, O* Z& w7 P3 w" a% p- D3 y& t% }% Y2 X1 a
In this tutorial I will show you how to change the Head of Mark flyff.
' C: o4 v0 c5 V- d+ i6 EThe current Head Mark is well known, 5E, which results as a string ('^').
) `' w1 L# Z5 A9 i8 ?5 l# C
+ A( T3 S8 Y2 c" `For this we go to the World (Project) and looking at the Buffer.h after thistext
9 c, w  Q% `7 E: CQuote:
! a% z- r5 i( j' S# Define HEADER MARK '^' / / Normal messageheader
  B% E/ z  O/ ^# Define SYSHEADERMARK '%' / / System message header) q% k4 S4 e/ o6 Z
What the Sysheadmark is looking for is not even the top 5E.. j2 Z$ j( R" G9 G
Change this and it makes the CE Not work on server." Q- I1 Q- e- H5 f

! \& {7 m; }4 J/ K0 L( v! U! k' |Then Tom's anti-hack is no longer useful.
/ U& d& h. N# l5 O7 ~
/ [% X, \1 J8 t% i4 m2 N' \LG Sedrika
Part 2 of blocking CE

5 T3 H# A2 H9 c6 v3 z5 g+ W9 X5 N0 n, x
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. , s: l7 }: m2 \
What does this have an advantage?
( r7 w. H4 E5 G' B# e, i) nThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself % G) d1 M2 C' q" G: n0 F  }. C6 c

7 u6 s$ O+ T# _: H: M( J
' f0 ]/ p; F& E8 L; `2 e( hFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.% _' Y, A! ]2 e  r" j* m# |  l
% J! Z2 s3 S3 p5 S
Then search for the following content in HwOption.cpp $ i/ G+ r7 r9 d$ z- G
9 c. P2 R& n: O1 D$ X6 V. V

: J9 M/ j& N. x, T+ dif (scan.Token == _T ("ip"))/ j  ~* d, t6 ~9 k% K: ]
{
5 U; ~! f- c- W* h3 b7 L  rscan.GetTokenEx ();
8 ^: L# |; ?+ r# T+ g. w6 L/ g( istrcpy (m_IPAddress scan.Token);  D" q% @' n" t8 V5 b& F
}
* E' {* f+ k3 o. P3 \. eand turn it into this:
8 @: Q& Q/ Q' @( X/ C0 n; tQuote:$ o) E4 C3 m) \$ g+ Q
if (scan.Token == _T ("ip"))
4 ]4 L, ?/ d) }$ i  g' w{
9 M9 P1 N( h3 j5 d" D/ / Scan.GetTokenEx ();+ D. ~5 s  T& U6 M  @. h# \( k& @
/ / Strcpy (m_IPAddress, scan.Token);  W8 z. H" N4 H1 G" F! Y/ m6 R, H0 B
}! R0 I. g1 b6 E% A2 C5 _- o
And you created the solution.
) S, a$ i7 m5 O6 n  M( w$ @$ J* `2 E* [

9 I9 {! `$ P* P$ ~Then read the Neuz not the IP from the INI anymore. even if put in it  D3 i3 i/ Y* G, Q
- ~: S4 u6 f: {) a' y/ B9 b
Max skill's
# H, J+ ]$ ^$ Q! y( A

/ A  n( E' t6 {" qAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc - i* J: Q. s4 _3 S* J; X
# K4 K% U, H& x: v8 P
With the TUT can provide the remedy it/ I6 q9 x$ |! s- K
5 c( Y  C3 }$ I: z# \+ |
# 1 opens the file SkillInfluence.h
6 l+ v7 N! [  j) h0 T. ]# 2 Search3 P+ D, d2 `- s0 K& ~" S( @$ r0 t
Code:
8 G7 x% s% u4 D9 F! Y) ~
6 m2 f. P: S  C# Define MAX_SKILLBUFF_COUNT 14
; j) V! K; Z: H- u2 q/ w* `9 g
# 3 Change the 14 to your number (eg 21) and save it from
% h5 x8 g" v5 r# [1 n6 L+ z# 4 compilation and ready$ M& y% C6 L/ t7 t' Y
4 r6 Y, U" @6 O: o: P0 H1 k
$ H  Y) F; o, y# p8 h! a) g
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:
, X! N' E& k2 L! l6 e" b: n2 C, _5 L" r4 w9 K
dennisdra
$ {6 B/ w8 y* M) _4 c7 F) c.Crasy6 D' y$ x0 a$ J: n, p
©ross1 ?2 U7 u4 U2 H# O
Sedrika
7 [/ z( i% \2 p7 Y6 V
% a$ p/ _' S; |: X5 t# Peverything 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! ( o! L" {+ C; y) e: F! l

) ]7 b) T, ~+ P6 y$ A6 MP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less, \/ W# N' ~, \% G) h" [" J/ Y7 q

2 K5 i4 z0 F% }5 w0 e$ l) e* O
4 q* ~/ K) p& |: V6 EUpdate 1:
how to turn off "Profiler" in worldserver.exe
1 A0 @* R+ T1 L" H

+ L$ m. Z+ d  X9 @7 y) T9 A* ?& ^4 _* V& `& [. I
in VersionCommon.h of Worldserver Solution& h7 a4 e* w) p+ y/ D9 q) F0 V
Look for
: }  k  x$ m2 a9 C2 T# x5 [+ d3 }9 c0 A( ?: o' X
#define __PROFILE_RUN
' j& ^3 x9 h# ]2 ?$ k; L6 N8 c6 }6 Y- V9 z' T
comment it or simply' m, A" t, S) A$ T" h
/ d) l& H$ M4 W
//#define __PROFILE_RUN
# l7 k. L; G, T' t) p! c: n6 i- |6 Q
; L7 u" n3 U4 K
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投寄。谢谢。我添加更多的很快如果你有病加太

/ n$ c- Q$ S4 _% u% l
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-11-7 23:53 , Processed in 0.075226 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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