飞飞世界论坛

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

改变最大等级

[复制链接]

197

主题

203

帖子

1058

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1058
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/ B: w! Schange level without Rebirth# N) n4 I$ G( d+ L' c1 c
7 |# \3 u% b7 n. S! N. j) L, {- W
Now, let us begin." c' w& P3 D' |, n
$ Y$ H' n) k5 `, Z* @8 ^3 Z' i, |9 T
Requirements:
: [5 \, g5 s/ K3 ]; fSource; o  B3 I# I) h- m' Y
Notepad / Editor
2 F  j9 G4 f9 ~  o
8 \2 |4 u' h( A9 a6 X3 f  E/ / Tips by Sedrika
' `1 P- ~3 I7 N9 Z9 A
0 ^3 M8 g9 q4 n% iIt is up to you how you do it ^ ^
. g+ ?9 G: v! S- M
* a$ y4 [9 c* ^) FGo into your source folder and open the definejob.h  g3 A1 O" R7 p) P/ _. R
Search there for:2 O" L: g, ^" U, u/ _& l

0 U& k( O! @8 x2 u/ V5 P$ }! u#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå! P! r0 n1 m2 T, o( V( F
#define MAX_LEGEND_LEVEL 129
0 |+ B9 e. S* G8 W* d% ?( g#define MAX_MONSTER_LEVEL 160+ }" L/ E7 m4 ~5 J7 I1 _
#else // 15Â÷ è÷¾î·Î ·1o§è®àå5 ]$ ^8 b8 [% q3 f9 F9 t$ I
#define MAX_LEGEND_LEVEL 1219 c: t6 D( E8 z( A& v
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå - w( R# U% I5 m' N( W
+ b+ V: K/ ^3 D" d
( t7 Q2 u9 J  U( F" H  o
Red: Player Max. Level
& z# e$ z' k+ ]/ @  z% oGreen: Monster Max. Level
+ |. J7 C9 x) L8 f: }( |1 t% M$ x3 h+ G# F9 _& W
These changes as simple as you want.2 a: {( h3 H' \% s5 ^

0 A; m. V/ F; V1 HThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.' M1 c. p- p. Z) P
' x8 I: x  E0 `
Part 1 of blocking CE

6 M  A- x" R3 b; `6 d# m$ j9 l( N+ R. v' }
In this tutorial I will show you how to change the Head of Mark flyff.
& W1 l- U9 i6 T3 x/ SThe current Head Mark is well known, 5E, which results as a string ('^').& a/ r6 P; C  [7 ^% i, a! k( ?

; l/ p0 |0 Z2 u" G5 R4 P  hFor this we go to the World (Project) and looking at the Buffer.h after thistext8 Z. |/ B7 E- K' L! F9 w& n
Quote:, p# U5 G& k  l/ D( w* l
# Define HEADER MARK '^' / / Normal messageheader- C. I9 `! s3 L2 P2 e% P$ N0 U+ `
# Define SYSHEADERMARK '%' / / System message header' l. n4 y' j3 T: V9 Q. Z
What the Sysheadmark is looking for is not even the top 5E.+ e; }: a! O- J: o' x
Change this and it makes the CE Not work on server.$ \1 ~% X' z% V% y

! u  U) v" h- k  W5 _2 s# ?6 PThen Tom's anti-hack is no longer useful., Y# S& ^" X+ Z3 N5 G' G9 z  ?

6 \. D( P3 Q* @2 V' I) V1 lLG Sedrika
Part 2 of blocking CE

" p( M0 a9 l1 V" r4 E: |& F$ i! o# n
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.
3 x: q; S) c, f! O* T3 p; N0 i" SWhat does this have an advantage?
+ V( D; t5 W7 K4 e! G, T/ YThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself & K9 S* z" ]" }9 w- i/ d% I; G

; l5 P5 h4 p" F5 K0 L& [! O) x8 T1 u4 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.
& ~% V( s5 c% c+ g) x. p8 [5 u$ J& u9 R
Then search for the following content in HwOption.cpp $ a4 _; X) i7 o! ?
, W! g' H0 R; b" I
0 N* x, ]4 E) A- d2 L
if (scan.Token == _T ("ip"))
/ L  e; j3 i: I2 X{! a( r5 ~% N$ N& F: `. Y) ]3 P
scan.GetTokenEx ();& N2 R( N* X1 ^% j: D( U9 s
strcpy (m_IPAddress scan.Token);
' T: W; ~# g  {0 w; E  S1 q( q* ~) u}
8 T% j; f. b+ h6 d$ [3 Sand turn it into this:" m5 S# B7 T4 ~# C$ ?, \
Quote:2 J3 d" P( j8 W$ F$ E) |
if (scan.Token == _T ("ip"))
, J" b; i# n/ m5 a" G{+ `, l( @4 }, n: `
/ / Scan.GetTokenEx ();, x! m3 t- [% z6 J4 P# l. G
/ / Strcpy (m_IPAddress, scan.Token);$ w, X7 k) T4 f. Q' ?
}7 y' W6 g+ r1 w2 R
And you created the solution.- ?: \6 D$ A; _" z

6 M. C; c+ {4 U6 z) K, w8 d+ J7 M9 n) Q3 z; u: ^, r
Then read the Neuz not the IP from the INI anymore. even if put in it! ]1 O  M* T3 z, t4 v; i) f7 x

. }4 }/ q5 w& f1 @
Max skill's

' v# Y% K* L- o, y9 a* W8 i" u: {
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
2 `; `$ t& c4 n" P( U
7 X# s, t  M  E0 k/ L3 d! b( WWith the TUT can provide the remedy it6 b: z5 `9 I4 H6 u# U$ i) |6 i
' v+ S# \& _, {* T2 v% C" g2 f$ w
# 1 opens the file SkillInfluence.h
+ F/ l6 U, G0 @; W. c8 P% G7 x# 2 Search" g8 P; J* z- q" Y
Code:: J( h+ c( O4 B8 i

, @" q3 K0 o- W( V6 W, F$ z5 _8 E! y# Define MAX_SKILLBUFF_COUNT 14; U- c) Q. [5 ]8 l" A
6 x) Y* C3 g+ N5 ]
# 3 Change the 14 to your number (eg 21) and save it from
3 _* D# K! \) g' Y  c8 ^( G% p- v# 4 compilation and ready1 `  j# m' y, z
$ |# z5 E5 {% H% B; t: z6 M8 h

4 [$ F3 l* z+ M1 c1 lI 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:
+ H$ [: f4 H6 c- @& R
4 I/ g2 t+ ?6 h* ^dennisdra7 T$ H4 a% X# e, p3 U
.Crasy
( {- B$ ]2 D& O1 z# H©ross
2 y) H1 L, a# i3 tSedrika6 ~: F& _1 p1 f$ }$ s

7 [1 C! ^/ c$ Weverything 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!
' t: U" V! ~5 B' b- |5 K% F
) {6 D$ `+ j+ i  L* \8 h4 ZP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
) Z2 c$ T! D9 O  _3 D
0 n5 i2 l: W' R; `8 a% }1 D5 N
# V! _1 ?; _5 S$ DUpdate 1:
how to turn off "Profiler" in worldserver.exe
* q) U" L8 P. l2 L+ r
6 \" q2 ]' a+ y; x
  g0 \) Y0 m4 K8 x) K. y1 }3 H, L
in VersionCommon.h of Worldserver Solution
6 d: N  w6 C% h4 {) Z' ULook for! Z: S( q8 T" q* n2 B  E  ^7 V! l
* Y, ~" e7 W2 E/ w  _) c, v9 H( `
#define __PROFILE_RUN
4 J) C" p1 @- d9 Z9 w6 S; ~5 u. A7 A. |: T! A
comment it or simply
. V& M; O: r, E; G  q6 k. r
" o0 D0 ~( p6 F; Y//#define __PROFILE_RUN % P0 \% X8 F$ r3 s3 C

9 c4 m0 w$ m+ [: }$ j
' R3 p) {; R3 U8 K+ bcredits 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投寄。谢谢。我添加更多的很快如果你有病加太
5 t# Y/ w5 u' o# I) A; @
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-5 12:32 , Processed in 0.060072 second(s), 22 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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