飞飞世界论坛

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

改变最大等级

[复制链接]

197

主题

203

帖子

1020

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1020
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

% X9 h# B9 F3 achange level without Rebirth, j* d" J5 J& q) Z  O) d, K! c

% Y  ~( F( Y, U9 _$ i! UNow, let us begin.
! f+ w& K6 I- n" @" z* I; u2 R* ]( U  M. `8 u5 s) ^, W" f; {
Requirements:, X* Z: V% ?7 c7 _- `
Source: r7 o8 y2 L! u$ a) C$ p9 D
Notepad / Editor( a7 z/ B( x, p
& Z& T; q  z, C/ L
/ / Tips by Sedrika4 R8 s8 u( L' ?
! f& P0 u4 q& m' x8 E. }
It is up to you how you do it ^ ^/ k( k& O! |4 _: u

, u5 f7 r3 u3 @) x* V: m' G; |Go into your source folder and open the definejob.h
2 ?( x7 d3 n, mSearch there for:* m5 j0 F( y# i( D$ n

* V# {, X# D4 e3 w- j' d4 @#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå' |. h& U* q; q' ]' M5 G
#define MAX_LEGEND_LEVEL 1294 H+ ^+ |9 j4 H9 {( E! R
#define MAX_MONSTER_LEVEL 160
, i( p( R/ A. I& X0 O  }#else // 15Â÷ è÷¾î·Î ·1o§è®àå6 m# n" M; k. a; {8 i3 }
#define MAX_LEGEND_LEVEL 121+ X9 g; P3 M% d0 w, r$ k& G
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå , f* @, K$ ]3 M! f

7 t$ m: o- ^- q3 [, b( a. Y( B4 z$ m, M/ ^) z. r
Red: Player Max. Level
2 \/ y: d* n8 m7 lGreen: Monster Max. Level
. R1 n0 T2 q3 u0 l# O" {( N. K, [. ~' ^: R+ |/ M3 Z
These changes as simple as you want.4 W0 N+ B( F, X: ?4 \5 R  k
. W- B( L7 `$ I3 s/ y
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
8 s3 w: p2 C3 D) m  k8 f4 E9 Y# X5 C; D3 F% a
Part 1 of blocking CE
8 r% \- K2 d2 C* w( @

& I' z. O7 ?: v8 ]$ ^' y7 yIn this tutorial I will show you how to change the Head of Mark flyff.
1 b/ f, L3 n7 x5 Y2 |* NThe current Head Mark is well known, 5E, which results as a string ('^').
$ U3 |0 }3 M9 u; ~8 t# g4 ]( }" f$ B& p% i' o) F4 _
For this we go to the World (Project) and looking at the Buffer.h after thistext  y* E6 |1 w: Z' Y/ o- r+ k
Quote:
/ u; T4 b; e1 O' L+ G# Define HEADER MARK '^' / / Normal messageheader$ O, ~! l0 @+ I) f; _$ l. R# n
# Define SYSHEADERMARK '%' / / System message header
, Y$ n  ^4 H7 a1 Z& cWhat the Sysheadmark is looking for is not even the top 5E." u/ Q* N  c6 u; X
Change this and it makes the CE Not work on server.2 G; ~; D/ m. W9 W: `$ T5 B
5 ^# n8 k* i: v8 b2 `$ r) C
Then Tom's anti-hack is no longer useful.
2 K6 X2 Q; Z9 C/ d! n; x8 L' G  W7 j% M9 v; K& n
LG Sedrika
Part 2 of blocking CE
2 n% I0 L, m. N* a; Z

* t; z9 W4 Y$ P5 l; I& RIn 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. 6 _" w5 y1 c- G- M  J
What does this have an advantage?
' d. d7 o! _: `  F  @: [+ g( }The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself 6 W* `4 \# o; |# F3 n5 E

1 f& Q. E8 N% q) X3 F) J+ H: l
: W$ [1 a" T2 x; `' hFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.0 D  }0 x: _3 M- y7 J5 J
! S6 O7 y- R& p* u4 o9 h9 O$ D
Then search for the following content in HwOption.cpp : m( p: X7 a& [4 M: p" V! n( r
" Y# V6 i2 `6 M

7 d+ m  s9 I: c$ v4 Jif (scan.Token == _T ("ip"))
* C2 j1 D. j" ?* M{
' Q$ h; s7 ]5 _% K# X. U& Qscan.GetTokenEx ();, @: s, ^2 p1 M3 U" h
strcpy (m_IPAddress scan.Token);+ r5 q) j4 N6 t/ f  u9 K' Y
}. @' }7 ?9 t" H
and turn it into this:0 }0 n2 c6 K& z1 c# \
Quote:- F  a  x1 M6 q
if (scan.Token == _T ("ip"))* H- g5 W8 |5 K/ e& s9 y1 z+ t6 c0 ~# D
{8 Q' ~2 F9 Q+ y) I/ R
/ / Scan.GetTokenEx ();: L! X& ?% B) W: u0 I( a
/ / Strcpy (m_IPAddress, scan.Token);
5 e; \5 S3 S# X+ X0 U8 w}0 f+ w+ X9 U* Y' @8 o
And you created the solution.
, C  m' b% Q* L
7 P1 G# P, G8 r3 T7 f) j0 {3 c6 y
Then read the Neuz not the IP from the INI anymore. even if put in it2 y- J% i+ ~* h* ], \

& C7 }3 j4 ?3 X$ b/ v1 \4 d
Max skill's

# k" d& z+ v! A/ p
# R8 j: N0 f$ @  x' G. FAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc * p+ [! _: ~9 ]& ^7 n3 }6 a+ X
+ S& _& Z; i, j
With the TUT can provide the remedy it
" E8 I- |' ]: Y8 D; a1 s4 }* V3 x. W, L0 G9 ~! |$ J
# 1 opens the file SkillInfluence.h
$ u: P& l- C' d1 ]  L6 i- H: Y# 2 Search9 l( G# K' z1 ]3 b, F; _; S- d* ~
Code:2 i1 \% N/ ~; s: N" f0 N
- L8 b# l' b! h# O9 P! N2 m. N
# Define MAX_SKILLBUFF_COUNT 14
3 E/ F. h1 r  j3 _: L* p( K
7 Y* Z' ~; M% F( X# 3 Change the 14 to your number (eg 21) and save it from
- s* }: t* D; {& f6 A# 4 compilation and ready/ d, ?/ v1 h" Q4 c
* l7 A* ?# f5 R& ~2 c+ q9 B
$ u0 Q7 N4 A+ z9 V
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:8 f3 J: ^- _/ v& A; Y- h

; W2 U- ^# H7 R: ?, cdennisdra
2 T: M0 i) q, C* D/ {# E1 h3 @.Crasy
( \$ Q1 t+ r- K4 v, X5 M; ~  E+ N©ross
! z1 S6 d( d) L* o# r' q4 N! G) cSedrika
* n4 \; W+ d, |/ b" F9 m3 L$ B# x& {4 B
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! ; R2 h: \8 S/ x9 S6 E
) p. c, f' g0 k  d8 n- t
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less: A9 H( F7 I' v  z; i

3 l, w: D3 q( P# w. W% W  F/ w& j$ w" q1 ^# E0 K+ P
Update 1:
how to turn off "Profiler" in worldserver.exe

7 M" W5 U! c" u: ^% v2 z# e& F$ F" q1 c

  F$ h$ [3 c, A; pin VersionCommon.h of Worldserver Solution
( V0 {7 \/ U! s  v; Z* HLook for% x# `; G  f; h6 j
7 P( X& {& K! b: ~" D
#define __PROFILE_RUN' r3 @) x% q) @2 J2 Q/ ]2 g

+ y  ~2 M- F1 u" G" x+ pcomment it or simply9 q2 o, i; {: L  K0 F

9 K1 ]) X2 ^6 V+ l; }//#define __PROFILE_RUN
5 R% ^  R* D& n3 N* Q% j
2 \  Y' V) G& y; l6 |) ~; }5 f1 \' S0 B; r
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 \/ d+ Q+ W" R: Y0 b
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-9-28 08:26 , Processed in 0.057719 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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