飞飞世界论坛

标题: 改变最大等级 [打印本页]

作者: admin    时间: 2016-1-10 03:22
标题: 改变最大等级
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

$ }: s0 b7 G& v; k' t- O3 nchange level without Rebirth
  |$ ]& ~: p0 `, F
- P4 Y9 ^# w" [; C/ i. tNow, let us begin.
2 L1 M- m( y1 A) @/ Z- E/ W
8 f1 D  N$ `8 q; r( g* GRequirements:! C5 n( J1 D; }9 ~$ G2 j6 t
Source
9 _, R8 V# `! s/ f: }5 R  qNotepad / Editor
' I% I0 K9 p- E% F" l2 W6 V* _. H2 N
: `0 g: y' U* q/ / Tips by Sedrika
! }. g) V# r+ A, o0 |# d( S, {# o; ~# C3 R8 @9 t
It is up to you how you do it ^ ^
0 I: m" k4 e, H+ K! W
  M% G8 [% S/ ZGo into your source folder and open the definejob.h, E/ m+ E6 S) D' w9 M) o
Search there for:3 G. O9 S/ j3 c! l8 T) F/ v

8 Q5 ^; g+ G. w9 n& b( r8 Y) g; |# C#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå5 O4 @6 L, V) u, u
#define MAX_LEGEND_LEVEL 129( j* e8 T" o0 n" }8 h& T
#define MAX_MONSTER_LEVEL 160) }( u6 c5 r& s2 g2 |
#else // 15Â÷ è÷¾î·Î ·1o§è®àå* q9 _) O  C  A# q
#define MAX_LEGEND_LEVEL 1212 V4 o! R/ b8 l+ I/ Y2 X, a" G6 |
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
8 g7 r9 r. Y- w" `6 G
5 d% d- C# E: u) Y9 K3 o+ ^3 B6 C2 H- ]
Red: Player Max. Level  e; e# _1 m* ~2 J7 m! _; U
Green: Monster Max. Level' W! q& Z& F& e$ n4 f5 B
$ D- k: L5 R. T! S
These changes as simple as you want.% B& E! Z' W- }
9 Z. [9 v  x# }( S3 i2 j6 a
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
$ w0 Y: W4 Y, r  Z7 P7 i7 X. s( V7 f0 n* |
Part 1 of blocking CE

6 b3 ~1 Z( b$ z4 ]" {, @* v' n- Z4 @  ^. ]! \8 A
In this tutorial I will show you how to change the Head of Mark flyff.* A$ J& X, k4 X* q( U. A# R" z* y+ B; i
The current Head Mark is well known, 5E, which results as a string ('^').
0 G* s+ z+ N7 Y6 P" {( N& g, E( Y' H! I/ V8 s) r; L/ G: `
For this we go to the World (Project) and looking at the Buffer.h after thistext+ E6 y0 j% [& D' x9 E. Z+ N# ~
Quote:
, k# q8 W4 r+ t, j! y* m# Define HEADER MARK '^' / / Normal messageheader
& `1 o7 V- Q+ L  v/ O# u# Define SYSHEADERMARK '%' / / System message header
7 T* l, l& j/ DWhat the Sysheadmark is looking for is not even the top 5E., f2 v7 c9 F( P4 g4 E- h+ z
Change this and it makes the CE Not work on server.
' c$ ^2 l# d6 o4 r' E
. Z1 W9 b9 j+ [$ N* T9 n3 t* X. k1 rThen Tom's anti-hack is no longer useful.: @2 m  q6 p/ t& \5 ]) [$ P+ z
5 J$ S# e! `1 R5 k: j3 n# V8 k
LG Sedrika
Part 2 of blocking CE
4 r2 y6 U% c: m7 g$ G/ L. L

3 V6 R5 e  J- S5 c- NIn 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. & P" @  ?- `2 i3 ?. P. o3 M
What does this have an advantage?
1 V+ G3 R7 V  |6 K2 E: VThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself 4 c( s  q8 l2 F: c% s3 G

# ]  f' _2 l; O9 _' {+ c% r% @8 \% k; i
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.( W+ I4 h" d' |  f2 p2 L' x
6 w0 U" v6 ?7 T* E: L: i9 ?5 ?
Then search for the following content in HwOption.cpp * L, G- I* W$ |( V7 K

& X6 x7 e- t  ?! Q0 q. S8 c- i# M* z( i3 ~
if (scan.Token == _T ("ip"))
- \( c: a8 x1 n/ p' K{, U! _2 ^. z8 H2 x5 {+ Z# P; B
scan.GetTokenEx ();
* Q/ J1 H' P( K! S9 ystrcpy (m_IPAddress scan.Token);
: Z4 U$ ?4 s. o4 t* z. g8 ], E. `}
" Z( m8 g/ t0 D* f$ wand turn it into this:8 B! D0 y. y+ z( l# N- e) J7 b6 _& U
Quote:
0 u5 O$ q% t; c+ s% P" oif (scan.Token == _T ("ip"))
, z3 }6 q, U- U' [# b6 \& N{/ s4 u# o2 [" o4 K: g7 {
/ / Scan.GetTokenEx ();$ h6 Z- F9 y7 s5 B
/ / Strcpy (m_IPAddress, scan.Token);
7 T' Q& ]! }5 t% f! j: R; g}- w# r: _* r% q
And you created the solution.
! ^+ p: b# f5 s9 l- n! r  C) q* `

5 f3 |: A* ]/ X, lThen read the Neuz not the IP from the INI anymore. even if put in it
$ O- W  a  ~: |$ ?& `
. ?! W- m4 s. t- {
Max skill's
/ O! ^% K: A6 Z
: f- f2 O& l) M# f# ?
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
* V9 A1 e3 |7 y* ]1 D& c3 K( d' `3 D  V: Z
With the TUT can provide the remedy it9 m+ Z! f9 s3 v- ?: j

: `$ h9 i; B5 r$ F" e# 1 opens the file SkillInfluence.h4 T1 P. e9 o+ i. J1 F4 R" z3 \
# 2 Search
  i7 u# p2 O7 Y6 w" FCode:
0 j. Q: v; E, u5 T# p0 K, d' X3 E6 D; S! w* I
# Define MAX_SKILLBUFF_COUNT 14
3 w* S& [2 `$ N8 M" a& k
& c; ], W0 ?3 O3 j2 i+ L( x# 3 Change the 14 to your number (eg 21) and save it from
* H- G5 a) ~8 e) o" x* {- `# 4 compilation and ready5 M  f5 y2 b# C5 p0 H3 _
3 V, n8 i% x' x) }  {) D2 m
3 y& I; ]# G5 R4 O, a( V, [' Y# g
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:+ u& o/ e' }0 Z
: _) \3 @( R2 j4 |. _6 c
dennisdra0 r- [/ `# F! t
.Crasy
0 O: I  a# Z; _. h5 h©ross
7 p& g9 E, @+ f7 J; B6 @Sedrika( n' v) o: C. x0 b; E- [! d

  Y* Y1 g2 |" H& D: Neverything 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! " M2 ]. a: F& y7 ^8 O9 u/ T" p

* ^+ t( |. R0 pP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less3 f9 y3 B# r5 I( p# i

' n6 {! O5 z  Y0 T& d0 P4 B2 M# F# l" g- J
Update 1:
how to turn off "Profiler" in worldserver.exe

4 y5 e8 C: _( Q+ `5 A; Y9 V6 i4 v5 l* M& I1 Y+ j6 h0 x" ^" q4 d
* @  K( H" F; h- }
in VersionCommon.h of Worldserver Solution0 L. S0 S; p! q( d. N
Look for
) ^+ [  r" I% S
' I5 h2 s0 P! L#define __PROFILE_RUN  }. N. a2 F! G
+ I, H5 a! O$ K& W& L1 S
comment it or simply
$ m& x& l  w$ m" K- L( n7 o1 Q- X
) N) |5 Y' Z( F# [' x//#define __PROFILE_RUN ) l% u/ ^% |. ~, G
) r: M: d) u0 c

, N0 M* a5 s- a% ecredits 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投寄。谢谢。我添加更多的很快如果你有病加太
- Q+ c  H9 U) G0 Q' L





欢迎光临 飞飞世界论坛 (http://www.ffwold.com/) Powered by Discuz! X3.2