飞飞世界论坛

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 14374|回复: 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
* ~% v7 m1 @! V1 ~8 i3 L. h; s" ~
change level without Rebirth
6 W- Y9 z/ C) B8 B" |" A
0 t& K6 w, M; j! |$ m4 [Now, let us begin.
) h$ V' k2 `; e+ ]. j" Z( j$ }- Z1 j+ `( d6 d( _
Requirements:
: j# s$ Z2 ~: g! X! ]  C1 USource+ Q- ]& h: d) Y
Notepad / Editor
% J% M  h. O* `8 U' j, m5 a. z; O7 b% T  k0 x( Z
/ / Tips by Sedrika5 h2 h6 D) B0 [4 u, m
  Q8 D/ a% n! p1 h/ Q
It is up to you how you do it ^ ^
# m( E6 ?5 |6 N0 g
$ m0 N$ [8 F3 O# p7 }) ^Go into your source folder and open the definejob.h
) S3 P! I1 c- oSearch there for:; S6 c7 z; T' C8 j. w

1 a. [- v4 h5 D9 ~" `; f" T, ^#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
( E; `/ I  I# V6 u3 L$ {# o#define MAX_LEGEND_LEVEL 129' q  J9 M$ Y# N8 d# v/ |  B3 w
#define MAX_MONSTER_LEVEL 160- F7 \* D/ o. j1 D7 A: r+ L
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
" L/ j& L+ u5 T#define MAX_LEGEND_LEVEL 121
. ]5 Z# k. V2 K+ N$ U/ V6 c#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 7 s' j# ]" h; U3 }% K
/ ]5 G6 j) g8 z% G/ {" E/ |
. B5 K& E  z9 I7 @* ]7 L. p
Red: Player Max. Level
3 g. d- d' X1 p" bGreen: Monster Max. Level
& b" T3 B$ t" M& B) a. H- ?/ I$ N
% P( t% v7 B7 \8 O8 CThese changes as simple as you want." C0 I2 I( [+ @8 F  q. z: h

' N. N8 |5 V! V$ N4 e/ PThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
! i0 p8 E5 g& `3 i$ j+ [1 a
) r* l8 D/ I' n; e# z6 u( L( B
Part 1 of blocking CE
9 d' V8 X4 u% j- J  ]! k

7 l, p2 P- V5 b; yIn this tutorial I will show you how to change the Head of Mark flyff.' ^2 u* s' J# S  @8 G
The current Head Mark is well known, 5E, which results as a string ('^').
2 F# H* ~: D7 G: U6 w/ ^& b- W) m( ?4 n9 G; v$ n: z/ [4 U2 k
For this we go to the World (Project) and looking at the Buffer.h after thistext/ b! n1 Y& x, g5 r% `
Quote:
, c4 U+ D8 ?/ |+ p( Z# Define HEADER MARK '^' / / Normal messageheader# r% m: y; V4 l& g/ D
# Define SYSHEADERMARK '%' / / System message header
- O0 Z7 q' w& q  n) P. ?What the Sysheadmark is looking for is not even the top 5E.
0 E# ]1 Z( g8 K$ G2 @. I4 }Change this and it makes the CE Not work on server.
3 b. k/ h/ p  _. p4 b
( D8 ?1 s+ r+ [$ V+ ?Then Tom's anti-hack is no longer useful.
  T* j' m4 Y1 e6 o. I9 M
8 @1 W5 p) g- L+ GLG Sedrika
Part 2 of blocking CE

3 n( {; _0 Z8 y  q3 [! D
3 h% F& ?$ |9 o, q4 P. x7 \' lIn 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. 4 U0 w  q0 H- {1 J0 X
What does this have an advantage?
/ O4 m! H- N+ j1 O0 r. g. FThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
! j0 l, i; r% ]1 h0 {
, C2 X; R& `; E5 `$ d5 H: b% i) \9 s6 B% m) \! {
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
4 s$ r, s5 Z1 W1 j: k6 @; Z& F
. A$ y; ^* o" H; r' r( qThen search for the following content in HwOption.cpp
2 W8 e* Z0 c' R) f  z$ N, N' ]
1 Y/ |9 y0 a% N2 n
if (scan.Token == _T ("ip"))
- X, F0 a/ o& K- W" J{" ]- Z2 v) q9 x( i
scan.GetTokenEx ();9 Z) K1 _9 N) K* z
strcpy (m_IPAddress scan.Token);
- ^5 I0 _" h/ W: n4 U}' }4 [5 i0 o2 d3 X. e
and turn it into this:
1 r7 f5 F1 e1 w1 u8 `4 EQuote:& Y' a1 x! N, @" N# }
if (scan.Token == _T ("ip"))
4 y1 Q1 L( Q- K{
. Z' c8 D: Z5 e+ h/ / Scan.GetTokenEx ();$ H1 E) c9 E! \' u, x' e
/ / Strcpy (m_IPAddress, scan.Token);
% p/ T9 d0 y# L; b}/ u+ y$ K4 M" ~+ d. j% Q2 I
And you created the solution.' b' d) i/ q5 j
+ g- w! S7 H$ ~" R, N# e

9 f4 t. g+ ~* I9 _+ L$ gThen read the Neuz not the IP from the INI anymore. even if put in it
/ J, Q; d, i: o! y/ \9 t. X! i, q( \9 q
Max skill's
. N3 P- R9 p9 E) M

% z/ x' s# `/ ?( u  mAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc * E- @3 R/ R7 |( s9 d

. k1 N1 t4 G' r5 VWith the TUT can provide the remedy it! B. y. ~* b: ]$ h. j" g/ o
  X% z& `9 v- e+ m: N2 {$ L3 B
# 1 opens the file SkillInfluence.h
; z; g# p7 A7 F* v# 2 Search, U& a$ c- e6 r5 i7 ?
Code:
/ Q$ r! B, |! k) Y
. E8 b6 [. t& x$ j  Q) C# Define MAX_SKILLBUFF_COUNT 141 l0 S% c" {0 Y- r* k5 p
& L/ x5 L# w2 h6 `: M
# 3 Change the 14 to your number (eg 21) and save it from3 X# e( z4 e: S
# 4 compilation and ready0 @( B! z, M1 ?/ U  w
1 c+ K9 R, u9 U

2 q% W; K* l1 Y* V2 }. vI 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:
. l7 ~/ M. ]( T( j8 [6 l7 K
, J4 {9 x9 Y2 p0 s' q! e) V$ ?8 Edennisdra& A7 H  \8 c/ z% m
.Crasy. {1 \# {( H$ p7 M
©ross" X; `/ A) ?' N0 i; @) z
Sedrika# c. g5 S' K- L  G5 |* Z4 U

3 I/ G- ?- D2 Geverything 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! $ h* J( K0 C4 @% F. s

( m6 Q" u! K/ IP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
; \9 |+ w) ^( {* r" E6 V
( s& `" A5 [) ]  P: s. W, V" ]. T
Update 1:
how to turn off "Profiler" in worldserver.exe
! |; Y' x2 Z9 i! w- _
( j( e( L6 a# x, S: M8 E: s
  P% a( E$ N& Q* S
in VersionCommon.h of Worldserver Solution
3 L/ [3 V; O# v9 `: E) \" WLook for
8 H  R# B; C8 V, Y& J* F, W. r* H7 \* r1 \3 q/ n  v$ x
#define __PROFILE_RUN6 i& T2 ]' m' i
- G: ?7 d, N; p( k1 [
comment it or simply- \" ~* l1 t" f+ k: ?

# l) j* E3 _) j( x% [( z//#define __PROFILE_RUN
9 v9 M( \6 ?! @" Z  J4 U" B% \) O& N4 e7 i/ p# T5 _9 ^7 l9 d  ?
- k* U) d: I. H1 K+ D6 s1 [3 j, K1 l
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投寄。谢谢。我添加更多的很快如果你有病加太
0 J5 U7 S4 U) e3 N
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-8-28 09:19 , Processed in 0.058899 second(s), 22 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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