飞飞世界论坛

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

改变最大等级

[复制链接]

197

主题

203

帖子

1086

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1086
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
- @  r, D  e1 q2 O8 y% y) T* T: o
change level without Rebirth
7 F$ `" w# r% n' o; i( B7 {9 X. a# n- T3 l- a3 \$ q- ?
Now, let us begin.
# D9 k3 T7 _4 k3 r+ `9 q5 m- _% `+ B4 E4 U8 _  H0 k/ m8 l/ f1 y
Requirements:
! r' u5 G. x: `" [Source
8 t% M- S& e, A( z5 S' WNotepad / Editor
% n  S& h* m0 Y& t0 R" |1 {
0 T4 c! D1 W+ A/ / Tips by Sedrika
+ b5 V. e" r( e, V7 g" W
+ O4 J9 o3 J2 w8 M8 WIt is up to you how you do it ^ ^3 n' E% r3 i1 a  W! \2 m; w# m5 k

: N+ S% m# P2 O/ g; o2 lGo into your source folder and open the definejob.h" M) l! {$ Q  O5 p
Search there for:6 Q3 X/ J6 R5 i4 l
5 ]( q/ Q, ^& K% O3 P
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
/ K" x1 ^( s& [+ S% F  {#define MAX_LEGEND_LEVEL 129
6 a1 F  C# h  z* J" D: a#define MAX_MONSTER_LEVEL 160
* S8 H" }8 f; u- z* D" h#else // 15Â÷ è÷¾î·Î ·1o§è®àå
5 g' _' O6 G" v9 P#define MAX_LEGEND_LEVEL 121; M' K2 T( f; N7 e( P# {
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
- E) t) j' }7 I0 @( `: G1 s" |6 Q" Z+ X6 D& e: u, D1 L
3 r1 u8 X0 p2 T( A- ~
Red: Player Max. Level
3 M  n+ T3 z! k" Y! O: b0 l% f, B# ^Green: Monster Max. Level1 H9 j6 U* C" P
( B8 R6 V1 |1 c) a1 ]! M( ^
These changes as simple as you want.3 Y+ L6 T  t2 Y& O2 [6 p5 Z

6 x: c9 [/ [  k* A4 O' PThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
0 \4 n) K1 s( f3 @
' k$ ]7 ?: A# ]' \
Part 1 of blocking CE

5 n: z5 g( y( [
1 m1 x, Z* @2 U2 I, h  ]9 AIn this tutorial I will show you how to change the Head of Mark flyff.
/ S3 g: \. n, t8 lThe current Head Mark is well known, 5E, which results as a string ('^').
$ V) S2 r7 Z* q9 j* H% F* F+ @! j, P7 K9 j2 F
For this we go to the World (Project) and looking at the Buffer.h after thistext$ t6 v! N- W3 O; F
Quote:/ \( p& R. J7 `2 I
# Define HEADER MARK '^' / / Normal messageheader
  T' G! |0 V8 h% {: M# Define SYSHEADERMARK '%' / / System message header
9 ^, e2 x; G( i$ C% @; ]( a- |What the Sysheadmark is looking for is not even the top 5E.0 }) r8 V2 |5 X+ T' v2 f: f
Change this and it makes the CE Not work on server.
# V8 m) N4 _9 r1 m1 c/ j
$ ?8 N9 y) [6 ^6 m+ aThen Tom's anti-hack is no longer useful.& V2 r( O7 s6 u& t
5 g0 s! a! u' _) k
LG Sedrika
Part 2 of blocking CE
5 {$ y- i& B( j/ Q- b

$ m8 k% E' A8 S9 KIn 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+ C4 ^6 h+ qWhat does this have an advantage?- d" ?" o% Q8 f
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself 6 i3 Z9 I7 n; d

3 ~) h( r% _( x" _- L6 Z% {+ N7 D+ m+ d" Z& D
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
+ |  U% P8 Q$ E% ?" l7 T( D* F# U# V7 D0 l" j! k% w
Then search for the following content in HwOption.cpp 4 R8 B1 N$ _+ d5 E2 u

/ j! _" r" w6 b" A
: e( k  V& y0 B! ]7 M2 rif (scan.Token == _T ("ip"))
" C5 Z! h& T& Z0 A+ {' Z{
- p& q3 Y  u$ V5 ~6 pscan.GetTokenEx ();
6 Y8 _) P" z# R: _" }strcpy (m_IPAddress scan.Token);5 E2 _; ~, P' p% v# q9 X
}0 N3 `# c, m# n, W) V
and turn it into this:3 v; g5 v0 F- |' }5 `5 W$ |/ \
Quote:$ t9 r0 F' [" i# T  d* \# F
if (scan.Token == _T ("ip"))' d/ t% b& N9 ]: r# E
{
9 {* E$ s& O; D0 o; v5 ~  z/ / Scan.GetTokenEx ();
- O7 ^8 r( z% u: q" P/ / Strcpy (m_IPAddress, scan.Token);  N) q) m0 B6 b1 _# e0 N2 O% k
}7 G4 o* }/ E0 c- J' L
And you created the solution.8 f+ T1 A6 I0 l7 h
8 j" Z- L" U. {- t3 _4 a

" P0 B6 ?( E+ b, T/ tThen read the Neuz not the IP from the INI anymore. even if put in it7 n- I. |& r9 m  d0 R7 F" v0 F

' i! D" K$ ^* z) W
Max skill's
2 f" x9 t% y; ]" Z, J% g5 H' z2 z

* I5 U, N7 B6 jAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc   J1 W2 q* T$ m$ h

! ~% A' l) `/ T0 D2 |With the TUT can provide the remedy it  i1 p; Y  M  d5 G7 Z
2 ~: F! T6 |: t2 N/ R+ x
# 1 opens the file SkillInfluence.h5 `! m" ?+ n* y/ q
# 2 Search9 Z6 S6 B+ L% O9 F/ {9 ?
Code:) [! N' M6 {; s" }) n
9 ?6 H: [( e: [0 e8 |
# Define MAX_SKILLBUFF_COUNT 14; P6 {7 z) Z5 t$ s/ Z
0 x4 l+ n- J  l* O* l
# 3 Change the 14 to your number (eg 21) and save it from% g4 w/ x) @/ E$ {! C: ?
# 4 compilation and ready
& C8 X6 H/ C& Z/ Q2 f  c; \
1 |. D8 Z" j! N0 B5 ?& [/ j
0 B* K) P! C9 T! UI 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:/ q1 c" r  A+ b
& _, [6 D' h9 n8 ?
dennisdra- w5 Y9 U, I; F+ ~
.Crasy* ~( k! ]7 L2 D% g9 `" j
©ross
7 ]- \( m3 ~$ i  }  G0 P' E2 pSedrika, h! p2 \: H* O4 c3 k6 _! D

# B  U9 s! t( T" U2 t8 \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!
% ^1 I' i# c. L! o7 F0 v- Y! y0 f8 D$ ?6 q  v( k, L# p
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less. R# f& F) l' M
0 `6 A5 ]- P7 Y2 p; U. q1 d# E9 q

4 u7 [- I+ D+ e( |Update 1:
how to turn off "Profiler" in worldserver.exe
9 u; u# {3 C% U+ Q. o% }, ~, }
, [  I7 D8 Y! R3 i

3 l  H$ H; A5 [in VersionCommon.h of Worldserver Solution
! m4 t3 X9 ^/ |; G+ }2 v- M9 SLook for0 x. i9 m% b/ I* D$ M! _# y

3 _) K; M" `: {4 P3 w% Z#define __PROFILE_RUN0 V1 `* I% w; i" a9 E+ o& {2 @
' ~- h' p+ l4 _! a
comment it or simply" n# W% p) O" J

0 e6 t. A" p7 M6 ~//#define __PROFILE_RUN . c& V  X6 S; d. S+ G

% F1 X/ X6 R% c9 u
* Q  Y7 ]2 m' `" u) S7 [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投寄。谢谢。我添加更多的很快如果你有病加太

$ n5 A" Z/ |" r8 v% I# f9 f
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-11-21 21:32 , Processed in 0.066627 second(s), 22 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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