飞飞世界论坛

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

改变最大等级

[复制链接]

197

主题

203

帖子

1070

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1070
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
/ t$ _1 J' O) ~5 L5 B0 i: h9 z; M& ^9 u5 O' ?
change level without Rebirth
: Y5 o3 ~, H; m3 M7 }5 r; V1 {
1 g9 |+ n. D* k6 K8 E0 lNow, let us begin.
- Y- z$ c. V) i; C$ Q
. r+ U2 H) L/ A% ERequirements:2 Y8 @) e3 t' `$ S8 H( s
Source
: {( n) `. s" O& [8 r% ~1 T& B* MNotepad / Editor* g! q0 E$ i0 d7 q

5 a' q1 W7 e- E, n/ / Tips by Sedrika
$ u- O. z& q- G, S7 c" V- X4 c
7 e# ^4 r# y5 x* D- @1 Y8 V8 w# Y7 ~It is up to you how you do it ^ ^* B, `: L% ?- b* o

1 |" b' L+ M7 sGo into your source folder and open the definejob.h9 E9 m- F7 D% a9 \9 }$ W+ i
Search there for:
  l% B6 y$ |7 I
+ H/ x& I/ ~$ R2 E% e) h6 z0 U#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
* G& S- G: i# B#define MAX_LEGEND_LEVEL 129
  w# L  R6 p5 c( X8 B/ S1 }: _#define MAX_MONSTER_LEVEL 160
  H( W% F5 l5 J; p/ z9 Q#else // 15Â÷ è÷¾î·Î ·1o§è®àå+ Z6 M6 r( b+ n4 V1 V4 @1 l
#define MAX_LEGEND_LEVEL 1212 m& E9 W; Z1 w+ W6 }
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
! M0 x: A- b/ k2 t  u* z6 ?# T: n. I; a9 Z: D$ J* |2 p

! ?: S! T0 @* T" Q  _2 ]Red: Player Max. Level
- d' ?) r  K$ l4 HGreen: Monster Max. Level
8 \7 z' N3 G5 \# H' }2 K; T  \$ B* e2 f9 y8 s
These changes as simple as you want.
1 |7 Q( x$ o0 M6 ]- ^* d4 \  b% k' 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.! Q" I6 _3 q2 N$ V6 C
. o6 z1 {$ {! E4 v
Part 1 of blocking CE
* i" I3 O4 P, l
% O8 S, ?6 O& d
In this tutorial I will show you how to change the Head of Mark flyff.
4 M/ ?; S$ ?# N$ O; l: _" g3 s& ?" mThe current Head Mark is well known, 5E, which results as a string ('^').
/ W! x0 f# P4 m/ S3 [/ k7 U9 E7 n& l% T# h( B: u
For this we go to the World (Project) and looking at the Buffer.h after thistext: E* e  j1 [; T7 e' O& M/ I" E
Quote:
4 F- o. l) }/ j/ L- U% |# Define HEADER MARK '^' / / Normal messageheader% M" I1 N+ Q7 _( [, S
# Define SYSHEADERMARK '%' / / System message header& I) V) y% u, y- a" H
What the Sysheadmark is looking for is not even the top 5E.
3 L5 u4 \7 j- fChange this and it makes the CE Not work on server.3 F2 O  q0 Q! \) M1 `# Q

4 G2 P+ g. ?, D; |Then Tom's anti-hack is no longer useful.
8 w, K/ ^% }$ }* f5 s6 y8 ^
3 R' w4 s- z2 KLG Sedrika
Part 2 of blocking CE

3 U4 j& [' v, k8 o; ~) J7 h
6 [7 ~: x5 j2 ?  o) F/ ~( a% [5 X$ tIn 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 z4 M7 h- l& ], S
What does this have an advantage?
. B) M! o& i7 e5 d" k/ QThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
7 z  k- R; G% d# v6 e3 S
6 a' y, \" X4 {" M  [6 U8 }6 d( b  V- a% q: M' o! @2 G
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. s7 p( ]0 x  E0 R* E6 F, f
* G) u, Z# X% p
Then search for the following content in HwOption.cpp ( S6 l: W% u- A# h( ~" {' X, a

  H2 v0 `& m1 J* e8 o& m/ ?  w
3 [3 @  f6 B& C- Iif (scan.Token == _T ("ip"))
2 B7 ^" H' d5 ~& X1 h' U9 H{
- l, x2 Y0 ]9 e- `scan.GetTokenEx ();
3 \- v# o+ D5 ]/ W% X: Sstrcpy (m_IPAddress scan.Token);9 K6 r3 o4 U" W# q& ~9 a2 Z0 {" V
}
4 |9 K% p. W5 oand turn it into this:
6 i: U/ w* t; r6 C6 |$ v* DQuote:9 d! e- H4 C& m
if (scan.Token == _T ("ip"))1 t6 v' e2 S) D: o; ]* e  W
{7 J+ n5 ]! L' K. j9 H3 ]1 l) q
/ / Scan.GetTokenEx ();4 s: f, N! |7 D) G
/ / Strcpy (m_IPAddress, scan.Token);, S9 Y6 @2 C( J$ F3 }7 T
}* ], E3 ^5 x0 a9 m; R8 l
And you created the solution.5 x7 L; L8 `1 @0 h$ [( Z+ \

5 P) a! N7 x' n  `4 _$ v
: U  e+ M5 s( [" K2 JThen read the Neuz not the IP from the INI anymore. even if put in it; h& F( N) o. N. |) j
3 X: j! q, J7 `% c0 |$ w: C& ]
Max skill's

, c) ^' M5 O; Z) Z8 a! r+ U/ k6 l3 I# D4 L0 Z
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 ) c' V5 i( _, {4 p
1 j; k7 W$ p; F8 ?& c# o
With the TUT can provide the remedy it$ y2 O$ F" T5 ~- _( I
& b$ p; T2 V5 n: \# {
# 1 opens the file SkillInfluence.h
3 Q! v* ]/ {/ S, T7 B, d. P# 2 Search
% t6 S' k/ Y9 _# e, zCode:
9 {- Q7 c, |  b4 U/ W* |$ N$ a" N& b7 L
# Define MAX_SKILLBUFF_COUNT 14: ?7 h! }$ [- O! e; V* t: Q6 |

; w- W' e  E4 t  j/ V- j' \# 3 Change the 14 to your number (eg 21) and save it from% V' s3 e/ e7 I' ^
# 4 compilation and ready
* s5 r; {8 X" d: ~9 ?
* G# S, U' [* N* V* t5 r2 m6 D6 c# R! q, q: U2 ], 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:
7 W0 j; o. W) f. ]  x5 L2 z  D7 a! A7 r' ?: r
dennisdra3 ?' H; H* E2 n
.Crasy3 p: ?- }: |, a  T
©ross
- I3 E; ~0 `/ P3 B0 R! USedrika
+ E- G$ l% I% @$ y. E/ b8 |
3 a! ?: v. Q$ D1 k9 m9 C8 ^' @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! $ l7 y3 m& u/ O' g, R6 a6 W
% F" r1 Z7 H( ?
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less3 d+ z6 r$ w% U
( |, Y; J! C) l- J

+ A: u% r# A0 j% D4 K9 {Update 1:
how to turn off "Profiler" in worldserver.exe
7 H3 j5 a1 l: M$ A
, Q" r$ E$ w4 X) C0 w1 G" p" p
6 I" D! `1 {7 v7 n/ p) x$ N
in VersionCommon.h of Worldserver Solution
( R4 o$ _1 T6 p3 @. `5 oLook for
6 z; X9 V4 W% {9 V
9 n; l! n* u9 J# e/ D8 j' A#define __PROFILE_RUN
7 A% i1 o  \, P4 r# v0 Z& K- G
7 b, V6 g, `" k9 c1 Qcomment it or simply
# O1 z/ ~  n$ k* }. m% z' I. F5 }6 Y# Y+ S% }, b
//#define __PROFILE_RUN
1 g" z3 H& F/ @4 m! t& t; X4 [3 l* c* P  t# Z. d3 L

7 o7 F4 M/ k3 P) i$ E5 e9 Ecredits 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投寄。谢谢。我添加更多的很快如果你有病加太
$ P- e: J) g! ~: C
回复

使用道具 举报

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

本版积分规则

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

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

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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