飞飞世界论坛

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 15151|回复: 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

0 E( B  @: W  I1 z0 Z/ `: u2 nchange level without Rebirth
9 @0 P7 l! _# a6 D/ H& Q2 p/ Y
+ V: E' S* Q/ [8 g$ P' ONow, let us begin.; \5 @4 n3 h- G: o8 s, l" `4 r
- P9 x$ ]- n9 k
Requirements:8 y) r2 E4 X3 T7 ^$ Q
Source
* F" R5 a2 g5 w1 ?- ^& x* zNotepad / Editor
; h9 U5 }1 `- h' U& k) T0 U. o$ U! F2 `* [( O6 d4 m
/ / Tips by Sedrika& g& o  P0 o& O
6 `8 R, ~( E; I  h2 m
It is up to you how you do it ^ ^
+ d+ v- b' c) J, J' m% o6 b8 C( l" m8 ?5 v! `( u
Go into your source folder and open the definejob.h
! U2 b& q+ m. m8 u4 _4 c$ fSearch there for:& ]1 i+ t. X9 a8 e/ R. i- d- ^

9 B8 ?3 V) ~. R+ Z! ?#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå, I2 _) `# P5 P! ]+ I" @- l' v
#define MAX_LEGEND_LEVEL 129, l1 W) _" K5 a, m
#define MAX_MONSTER_LEVEL 160" {9 X) h6 ]& v8 D6 T
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
. e$ J6 B, g2 u#define MAX_LEGEND_LEVEL 121
  D" Q% }+ y2 O$ N# [9 N#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
7 G2 u8 C- s0 r
# n0 B4 b6 g5 T! C, c
7 E4 G" `$ s( ]6 m% J: X" R  ?0 SRed: Player Max. Level
  V3 W7 |1 P/ r5 A) _0 @Green: Monster Max. Level( }0 _0 a" ?  W; w( x/ i/ M" y% G
! M* V0 \  ~( q: V* E) ^& u3 `
These changes as simple as you want.0 x/ }6 R: I: J6 R5 F  z# }/ T; E
% t7 G; p) w; u1 H1 l8 M1 v! \
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source." x* {" Z- u4 U4 c- u5 w+ H" M
7 f  S5 ~8 w' R6 C+ M6 h1 m
Part 1 of blocking CE
( c; q" ]' m$ k; ?

' b( v6 h. p+ P$ cIn this tutorial I will show you how to change the Head of Mark flyff.
% k$ g7 T# F' f0 yThe current Head Mark is well known, 5E, which results as a string ('^').
5 z4 r5 O/ I0 n2 ?5 T9 P4 e+ v: ~: a+ o9 g& `7 p* {$ ], \2 W
For this we go to the World (Project) and looking at the Buffer.h after thistext
5 A# k& P1 g2 b7 k: N0 wQuote:% ^+ }" H/ n/ r, J* h
# Define HEADER MARK '^' / / Normal messageheader
1 ^2 ]3 A3 l9 T# Define SYSHEADERMARK '%' / / System message header  W5 s9 o- u: s; c& M
What the Sysheadmark is looking for is not even the top 5E.
4 t, d7 q. E3 O, e& M& n, N. \( HChange this and it makes the CE Not work on server.% @( W! i4 y2 W8 k7 `' _0 G
$ |4 X* \- ?% S  ]: h& g2 F
Then Tom's anti-hack is no longer useful.) o1 l1 v0 I+ m. v8 r
, v% ]0 g8 j0 }- B, o
LG Sedrika
Part 2 of blocking CE

, d; ?' p4 k( `: [4 H! \( o$ T& u* ^
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. . y/ z1 c6 ?/ f& h' I
What does this have an advantage?. ~8 O; S; s1 W/ k# M" B* @; f
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself * f" y7 H  @, n5 W* Y  O( q6 A
- r! g' d) `  N" q" D6 w

; R  _: {5 Q1 N' RFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.7 @) U" x5 P/ [3 {) x# j

4 D9 z3 i8 ]+ w  f8 ^Then search for the following content in HwOption.cpp
* d, G" f2 i9 y: Y0 Q* L5 Q
( s. }% m, Q' q( M4 A9 s1 i
$ T" \/ `+ U) o4 ?/ wif (scan.Token == _T ("ip"))- R! c% D* C6 O
{" H4 A+ N4 p/ Q: R: w; F7 E
scan.GetTokenEx ();
  |* E( o5 C* k  d4 z! ?! Gstrcpy (m_IPAddress scan.Token);
: e7 k6 }# C4 _$ r9 C/ {* e5 |& j' h}7 F8 \$ F- x0 X  D2 `# d- }. T
and turn it into this:1 _; u1 l2 {& r( I' \' ^: r0 D
Quote:% ?" f; Y" E) T- ?
if (scan.Token == _T ("ip"))
: Y8 r+ \1 K. Y1 U4 x4 R{; a4 V6 ~; `. @0 v, @
/ / Scan.GetTokenEx ();
$ u" b) {$ Y+ f/ / Strcpy (m_IPAddress, scan.Token);% }& x5 {  O" q9 b
}& E7 h, K# V3 v' l, f% J
And you created the solution.2 c* q; ?4 I( c5 a- }8 c
' i% H3 \3 T+ `2 r& y

. M9 M' h0 ^5 f# l* s$ c& AThen read the Neuz not the IP from the INI anymore. even if put in it
5 G- J+ n+ P+ ^7 ~, v
/ X+ n7 a( Q( }; e
Max skill's

9 B6 W6 e) J# D: F& m& L# U8 {6 b8 r9 f4 t
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
* [6 a2 h6 S7 R  b8 [4 G2 f
" }0 X: k7 e- j8 s/ yWith the TUT can provide the remedy it6 f$ N$ `3 r9 |; z- ]; U

+ h$ x7 X) U& O4 Y5 j. x; k# 1 opens the file SkillInfluence.h
1 [3 Y7 G0 f: ]5 U- Y# e$ L+ L# 2 Search
8 q: ]& A# c8 OCode:3 J  h, @2 R4 Y, |5 x  p

- M+ A+ J. v: o6 a4 l6 M/ p# Define MAX_SKILLBUFF_COUNT 14- `6 |8 o3 i5 `+ [

+ ]! D  f1 ^' F# 3 Change the 14 to your number (eg 21) and save it from  Y+ i# b/ \3 O6 q
# 4 compilation and ready
4 m* f0 o0 N' v8 U8 S+ ~% l, g: P% T9 q6 p0 H3 j( w( T1 A6 P; G

1 \' u& p2 s! \+ Q1 l- H! ^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:
$ _3 K+ R, ]+ w- H3 n( w/ ^5 d
. u& R2 n; ], u, J: E3 Pdennisdra
) Q4 ?4 l2 |. U2 f3 c.Crasy5 f4 r) r* I! {3 s
©ross
. M; x- P+ V" J5 b$ e' l8 [Sedrika- c9 b  e  F- N) _6 X/ C$ I

: _0 N+ V* ?2 K$ S: D) H2 X: p+ 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! 9 s# n" o5 n% w) e2 O; S9 U; M

  v) k/ T6 ?% W( p: JP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
' d% o: i$ L$ s: c; y
' u: m) L  ~2 @. V& K
2 U" |1 a5 ?, N2 X+ }( R9 J; j3 H! ?Update 1:
how to turn off "Profiler" in worldserver.exe
! Z3 U7 }8 h- p+ r
7 L+ i) l, y+ n2 I# O0 A1 C

. @; T7 v! W* B8 r8 |8 I$ `* Nin VersionCommon.h of Worldserver Solution
' ^. \, O; [/ ?Look for
& U+ t- E4 P, D/ P! d9 Q- ?$ y9 H( Q% |$ v9 ^( D9 q0 C8 l
#define __PROFILE_RUN& R9 m  w& d) I: r

% w. o4 m5 _0 b* x8 Mcomment it or simply
( Z% E* c  l4 |/ K! o
0 p6 t9 j* I, s: c5 ?$ J- L+ k2 }//#define __PROFILE_RUN ( [$ p  S: W2 m4 Y9 |; m

; d2 K2 J5 Q9 I1 W6 z' }5 N. y, K3 ~# n' X" }
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投寄。谢谢。我添加更多的很快如果你有病加太
  G) ?/ v3 u7 d8 ?$ l: y' }9 E3 q
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-11-30 12:16 , Processed in 0.063976 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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