飞飞世界论坛
标题: 改变最大等级 [打印本页]
作者: 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
7 g) l* X- E' }' E
change level without Rebirth
; P* y0 s9 G/ |6 s9 D1 I0 T6 t+ X% O8 ?9 `% Q
Now, let us begin.& j2 ?8 {+ l g0 S3 z& h0 S
7 \8 X, q0 n1 N: lRequirements:$ p* e3 _+ I6 Y
Source: r" z9 b' N6 @0 m
Notepad / Editor
; N) d/ k0 O3 s9 B( e+ a- z/ k
3 I! O" i2 K6 T( @6 N2 ]/ / Tips by Sedrika
. c& n/ t# j$ K3 z" ]/ h$ L p
1 x: g$ F( _4 D/ a. }It is up to you how you do it ^ ^' p" m% z/ Z6 C9 Y9 y K U# P
* X4 t* m6 X3 Y& ]3 ?Go into your source folder and open the definejob.h
5 @* R7 o* W* r9 H% L; M- @Search there for:/ Z. m7 D% B+ \ r7 k
" u. B) M: [! a, @. w9 d#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå) [! s* @7 {9 L5 I3 f/ h
#define MAX_LEGEND_LEVEL 129
6 B5 d9 }3 a' _3 S# O9 J#define MAX_MONSTER_LEVEL 160& r+ e3 n/ y) C: v
#else // 15Â÷ è÷¾î·Î ·1o§è®àå0 x* W! N4 ^4 u. z9 U- f$ `
#define MAX_LEGEND_LEVEL 121) j9 ^# j4 \5 a! [) a: ~4 F; k& S
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
" {9 }( n9 `6 q! H# O) x* H* K. {/ J# }# |5 p3 `4 B
! e+ O* O" m( u; S% t/ q- T
Red: Player Max. Level" N d& V* h- z: x
Green: Monster Max. Level
. q* D2 ?9 C7 o5 C8 A9 V) G
, k6 ^2 k1 i, Q- ]These changes as simple as you want.
& ~ p# I$ W- v1 ^" C/ |7 U: n* w# c* ]( G/ N- h& P: {
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.1 J3 {+ Y) K+ o$ w7 Y( n3 v
: R b7 w R8 B. Y* O5 T c
Part 1 of blocking CE
* n0 A( v) A! r* \
. G9 J; {0 C+ OIn this tutorial I will show you how to change the Head of Mark flyff.1 b% W" {: v& B& b' m" [3 t
The current Head Mark is well known, 5E, which results as a string ('^').* L7 D- _0 J) x$ X8 ^ k) K0 h
" |; B9 c' H3 |. u q
For this we go to the World (Project) and looking at the Buffer.h after thistext [% c, i2 D: l/ N
Quote:9 W; ^+ Q: G3 ^* q9 a) J
# Define HEADER MARK '^' / / Normal messageheader( k) j. q" Y% p. j! I; a: Y9 W! O
# Define SYSHEADERMARK '%' / / System message header
}' R8 b4 p8 i" p) Q6 A, \. {What the Sysheadmark is looking for is not even the top 5E.
: A( }" P6 _% n/ E7 S; U% aChange this and it makes the CE Not work on server.7 b# J& t( ]' K: m2 h' b( j
. ]; f8 e% j w& oThen Tom's anti-hack is no longer useful.
( \2 [8 K8 Y) m+ B- l% n. V4 S- E- c" S$ C
LG Sedrika
Part 2 of blocking CE
5 F. R D# ] U
' R8 C$ B2 M/ u/ y4 ?: x) D
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. 3 f0 \6 {+ r9 A1 i
What does this have an advantage?
6 y2 F7 L8 N6 ?3 T9 v5 |+ RThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself 4 a; U1 B# O G0 h; B- R3 \
/ {1 M) S" i- [' {4 p
$ \, d+ g8 s" B" `2 `3 v% V8 yFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
! b# \1 n3 s+ e! ]- n7 C0 K* N+ Z/ C& x5 w
Then search for the following content in HwOption.cpp
+ H( E1 A1 a/ t% R* q* D: x+ m& ?$ [+ D& V* V8 f. n
$ m6 O; X) E# C8 m
if (scan.Token == _T ("ip"))2 S* N4 j' t/ a: t- p: ]: M
{% g4 q. o: I3 d- b6 D: t; v( P- @9 H
scan.GetTokenEx ();9 b) m. s5 s2 O* O! l: Y7 j
strcpy (m_IPAddress scan.Token);+ q; F- ?- r' v3 J9 ?5 \, s/ M* v5 n
} }- U" I) i; R, Y* {& |) r' F
and turn it into this:
: @! H- @+ S8 n/ c6 X! v8 SQuote:3 j7 A6 S( N) A3 q }) u5 s3 Q
if (scan.Token == _T ("ip"))6 x' S. Q9 w) Z, c1 `" L: A2 _
{9 a7 l9 V2 b% C% j" \7 `
/ / Scan.GetTokenEx ();
t3 a: L6 P' q" H" M/ / Strcpy (m_IPAddress, scan.Token);( r# d0 a( p: @) l0 l. z, ?* y" D
}
3 I. s6 ~& Z) V) Q1 ?' W& ^And you created the solution.0 D" L+ o/ g+ u
* M' h7 Z# u0 o8 j C
" V: [6 D7 ~) ?* E6 fThen read the Neuz not the IP from the INI anymore. even if put in it& i6 F+ p9 r/ D$ Q1 h
6 a8 s! I1 h4 A. r
Max skill's
8 w# k3 Q' F# E' ?
3 b0 B6 l6 i3 `7 Z# m9 j
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 3 ~2 C' m% F5 E# o
6 o: v& g l. c5 h2 h3 _: ^With the TUT can provide the remedy it
( D2 y9 u: l# |1 O; q: n! Z* Y+ D5 ^6 o3 A' p
# 1 opens the file SkillInfluence.h7 H" b! ^' [) a: I$ F/ G
# 2 Search
7 y4 O$ b: n0 A6 l g) NCode:0 `# g! O, @+ W& b P9 x
" i2 P J$ z y, l2 h# Define MAX_SKILLBUFF_COUNT 149 ]) l! o# z& [( T L
; l: ~- L7 B9 n5 c1 D# 3 Change the 14 to your number (eg 21) and save it from
H2 G' r9 h9 V4 W& C# 4 compilation and ready
5 }- |/ J2 a! ~* N2 B% m! D- @/ U" i# x$ F$ r! M1 M
}4 e# c$ I# q. O$ d" z! L2 b, RI 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 J: @1 b5 Z e* J" l8 ?9 x- E% }& E9 @: u1 M
dennisdra
" c5 D, [0 c5 [+ D) t2 x- K8 R8 f9 T.Crasy
) z1 p3 Y t% I( }. S% v M©ross
: G4 g d6 O9 h* f6 C7 gSedrika7 Z/ W' K- V' c/ x. e7 i
1 g$ }' A4 X, N2 p9 U5 V
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! 0 A/ Z) r; o8 `/ W
% M. Y6 n$ G: d6 H6 V2 ^P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
! P& Q: M3 \" t3 e* L# `- a
& O$ `9 [1 T0 t$ K6 g
; q% K8 P0 ]( ^4 s0 tUpdate 1:
how to turn off "Profiler" in worldserver.exe
$ K) L7 o) R1 E3 m# x
5 S* @4 Z% Q; N; M1 g6 P4 W1 L( u) L7 E' F/ D0 r( E
in VersionCommon.h of Worldserver Solution" Z9 Q8 S8 U: }- H, l
Look for6 v+ A( o5 Q, S( G8 O
. K$ P5 k# Y y9 _5 ?1 F0 X# J#define __PROFILE_RUN: N" o$ J+ y3 A2 [) O/ }( z
, E9 Z+ p* k# D7 {2 [1 H. S" [
comment it or simply
@( C3 J3 w, S0 h$ c
4 g, _4 G4 `/ n: n6 {9 }//#define __PROFILE_RUN 0 ?# R+ p' y; L* O, n
) |2 q, {' w" ~* r
5 n8 m( E. G* L% V& Scredits 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投寄。谢谢。我添加更多的很快如果你有病加太
3 U A2 G3 s1 Z7 s
| 欢迎光临 飞飞世界论坛 (http://ffwold.com/) |
Powered by Discuz! X3.2 |