飞飞世界论坛

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

作者: 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
2 p+ s9 X  t6 D2 u
change level without Rebirth* \& p0 k* O8 l" i9 ]/ N
* n" H0 \' H5 C$ x
Now, let us begin.; d5 e, r2 H. J% O4 O8 k" g5 |7 [

) J( Q9 j0 ~, I* X0 i2 ERequirements:
# m$ V: d) ]. ?7 PSource5 H6 _& _% U' N: m  u9 m
Notepad / Editor
: f% o4 d; {# ~& V: _" ^( ^
5 b" ]% ]0 t" F" t# e' ~/ / Tips by Sedrika
; P) |1 c1 L, W8 g# `: v+ {# h! J4 I  k+ T9 ?
It is up to you how you do it ^ ^/ J+ l( [+ c( P) d
- u% s( z) H0 T* y+ J8 `( ^
Go into your source folder and open the definejob.h7 I" N5 q! H2 q. p5 S% g
Search there for:
3 H6 m  X. o& P  [; W* P, Y
1 B2 d6 e/ q1 b. c% [( n7 U#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå# y/ U" Q3 v  B0 c9 o
#define MAX_LEGEND_LEVEL 129
9 J+ C$ _) o6 T8 ^  ^+ y0 e#define MAX_MONSTER_LEVEL 160
* t9 ]! ]- T) Q# D#else // 15Â÷ è÷¾î·Î ·1o§è®àå, v( d5 x2 Q* a7 F: |5 I  ~
#define MAX_LEGEND_LEVEL 121) e/ m0 `6 y% E$ e: }
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
' k/ k! w; k; j/ d: K% N  [
0 y. J7 A8 W+ o0 t  M# `+ E& h9 I0 S
Red: Player Max. Level, T. Z/ |% f/ G4 p# g6 @: K, @
Green: Monster Max. Level; w" Z9 V$ L! `. @" @1 `

- m0 t) j' V. Y1 v; U  h9 A4 jThese changes as simple as you want.1 G( ^' w7 \+ R0 p. b

2 e- C) o* z6 O5 O, jThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
2 _/ P# E# |$ d
- g1 A; G6 y; ~' o, k( _2 E
Part 1 of blocking CE

9 q! Z7 i+ d5 O
1 O( p9 c8 Q0 K8 f. k$ Y' V" nIn this tutorial I will show you how to change the Head of Mark flyff.. X0 i& |+ O/ _$ P
The current Head Mark is well known, 5E, which results as a string ('^').
1 M6 d0 U& ]5 ^6 V  _# H- c
( ~; n+ I; L+ L, gFor this we go to the World (Project) and looking at the Buffer.h after thistext( ~4 `1 |4 O) @; }5 T: f9 ?7 ]
Quote:
, O! i% W: p+ {4 s# Define HEADER MARK '^' / / Normal messageheader  f# v' X' j! E9 [- E
# Define SYSHEADERMARK '%' / / System message header/ [1 x  a; W$ D; w
What the Sysheadmark is looking for is not even the top 5E.
/ C2 H* [2 A2 z9 |- E3 }Change this and it makes the CE Not work on server.: S* L7 k  Z7 q( S1 K* L5 J
, {7 j6 u; A  H; |+ w. a8 r" P* ~
Then Tom's anti-hack is no longer useful.
' H, I. O$ L* m. n! u9 Q2 `) D9 M, q5 y% M( f4 x! o
LG Sedrika
Part 2 of blocking CE
& P/ m& J8 ~" W6 C+ m1 w3 Z
, _+ y+ p6 w) ^* W$ o7 _$ {6 G; i
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. $ y7 T7 \+ I" ?- j5 g, Q0 J6 ?" f
What does this have an advantage?
  x) _) a: R6 H$ CThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself $ q# B0 f  f: d& ]. f, }1 S! [: B
9 a0 K' V( f6 c$ f0 Q: x, P  G% \
) ^4 C* ^& g: s/ j. M7 v
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
$ o3 x2 U; o5 e  ?. V
5 P- N/ c% l2 SThen search for the following content in HwOption.cpp ; A# ^0 @" R8 w& Q# G

2 h  q5 R! o* A9 Y
& Y& E$ _& f* p& |% X/ O5 Kif (scan.Token == _T ("ip"))* m( Z+ p6 f& r* x
{" q* j; T; q+ S, t/ ~9 T
scan.GetTokenEx ();' @/ O0 `  Q; a8 W% Q- N( D
strcpy (m_IPAddress scan.Token);
( P: R( t% p" K" \4 D}
7 v' }5 g. {* {9 T4 e  V8 ^/ oand turn it into this:
- L' N: S* j8 [& Z$ ^; {, bQuote:
2 {- M" v7 a: ^* Rif (scan.Token == _T ("ip"))
0 Q; ^. B  L- Q1 w& \2 S{+ Z5 J6 ?& O; j1 M% p
/ / Scan.GetTokenEx ();* T1 t  r8 r6 k; z% l
/ / Strcpy (m_IPAddress, scan.Token);; r1 X4 W* v2 a% _
}9 A. x8 r& f+ z9 U4 ^. H- p# h. |+ {
And you created the solution." N: w$ V3 w( V' c5 e: N. q# D; E

, U+ ?% y  n+ u/ {1 ~1 q: C0 K; S% R3 f& Z1 p
Then read the Neuz not the IP from the INI anymore. even if put in it* @* u/ X: _: T

9 S/ D( q0 _' x  d% p. K  e8 S
Max skill's
# \" x) c. V. V) R. T( q2 R

1 P  b: U3 t$ p9 yAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc
/ Q) R# \9 L4 p  Q( p; j, o/ k7 }+ I& n3 K4 t0 A9 _2 j# S8 J
With the TUT can provide the remedy it4 m5 M* B8 Y" }5 ?2 F; I
$ r: P5 X/ W. k6 {, x9 d4 _
# 1 opens the file SkillInfluence.h
, F* ~- x  L1 t& B# 2 Search% z* ^' F' c, e& P6 J
Code:
6 p* V# G) o+ |+ \1 ^+ @) P0 p5 A
* z/ L6 Y% K5 p2 k; H2 N, i, Z  \8 b# Define MAX_SKILLBUFF_COUNT 14+ }9 E2 Q& P2 r

: N( U" b, g, [. x( ]# 3 Change the 14 to your number (eg 21) and save it from
8 O0 K5 O. k2 G* N" S$ Q# 4 compilation and ready
9 \8 J2 ~9 D# ^, W6 |) w6 Y( W2 \& v; e7 b* R1 _1 X! O- L* a

! x; |" R/ E0 Y" iI 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:
/ \  i1 [0 C3 ]: s. X
( M; |  m$ t3 i3 ?+ u- R6 Udennisdra* b5 p0 B- Y5 ^# P$ j+ c
.Crasy* J, ^% ~7 @( C- Z
©ross; h9 Z. c+ V9 m( T+ {' N" k
Sedrika* w' d8 {4 u, y; }9 O2 X4 b) o' k* t
: z& t) P: t$ r3 H# @! I
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! & o3 o! g& b+ s1 m# B$ b8 Y, A
( W8 \9 w$ \+ w1 \. e) b# @+ q
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
: |5 P7 t5 _) q9 y
; Y* X# \% h+ ~
. V( o0 w! J8 qUpdate 1:
how to turn off "Profiler" in worldserver.exe
3 R6 p- w8 l$ @6 }* Z
% K1 a- E0 X4 b+ U! b+ V

' X7 e* s0 O% T4 c6 f! U& ]in VersionCommon.h of Worldserver Solution
2 o& [8 T1 c: ]  p0 d" \& pLook for
3 H/ E0 V, s- r$ v5 q5 ?- H4 `' x
4 `" ^( _4 O0 W7 M#define __PROFILE_RUN
9 o/ E! r4 M0 {8 U% ]) G  A4 a; A9 r" Y' }( A% q( P8 \' H
comment it or simply5 D* v) R2 D" \

' T2 W0 D- f1 M$ E5 _: X# A//#define __PROFILE_RUN % X+ R' v4 [: ?* W
0 ^5 Q! Y; e( a7 Y5 L* d
* B# Z3 F. e" R! u
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投寄。谢谢。我添加更多的很快如果你有病加太

6 F- R) c7 H- q




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