飞飞世界论坛
标题: 改变最大等级 [打印本页]
作者: 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 a5 N J7 p) \1 D0 @7 v: @
change level without Rebirth
3 q" _& c% j- T- k
1 k" R" c8 W; h. A; q$ dNow, let us begin.
7 t- a* g" [; E& Z, A, m7 `/ |/ }7 A, X, @" D+ K
Requirements:
9 [; x3 T3 Z( l- `: g; ySource
1 A) q/ k& o0 R/ VNotepad / Editor) X9 ~3 E5 N; _, Y, x, u2 m: Q
) l C7 V, T# c" P& M+ M8 t& D* F
/ / Tips by Sedrika
) w+ Q! k9 d0 X' e( e
3 _; W5 N. d3 G4 }! {. G% |It is up to you how you do it ^ ^# Y# A5 V% \9 T! F- Y# \* A! f1 ~) v
$ r' c) K8 H' l' H7 x+ m) hGo into your source folder and open the definejob.h
/ m. ^! }0 r, m! zSearch there for:
( S& r& T+ Q0 r- s" F J$ [
3 `9 L$ G9 `9 D8 E8 F9 K0 n#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
4 N) s% ~0 ^ E! L, \# d3 }#define MAX_LEGEND_LEVEL 129
$ G3 h$ _) L0 P7 H8 s, Y& x8 p#define MAX_MONSTER_LEVEL 160
$ B1 e- J2 d8 }# W#else // 15Â÷ è÷¾î·Î ·1o§è®àå
2 G" L' P) S! }$ V% R3 Y#define MAX_LEGEND_LEVEL 121- n3 h# Y3 _. r/ N- A. |
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå % x1 R' {6 r; h% d, ]% K
( L' Y6 }/ q5 b# [7 t' g7 \( P2 G
7 o6 k [" Z' S2 b6 A% W( sRed: Player Max. Level. B1 l; k4 i% B n$ Q' U
Green: Monster Max. Level
5 x% N P+ ]6 h7 V' ^, [, h1 K- R/ m5 ^8 J* H& V0 [2 H( f
These changes as simple as you want.6 T% [' O9 `8 |7 T
% H) C& l2 t8 } O. G& ?Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
$ g+ G/ X# V! s1 B( {- R; O% E, S- I* T2 O6 y
Part 1 of blocking CE
) |# I1 k2 f }; m5 `
4 B4 d" A* G0 s- z F: ~6 n* @6 vIn this tutorial I will show you how to change the Head of Mark flyff.0 t# D+ X1 q! Q7 O V% h+ H: t3 T
The current Head Mark is well known, 5E, which results as a string ('^').
; Z5 D$ u) q0 s# z( B
8 U* m6 v, b1 s: s1 T! ]For this we go to the World (Project) and looking at the Buffer.h after thistext: V! S, }+ ]& ?8 t; y
Quote:
2 q$ Q! I2 U" o7 Y' y* Q. Z$ }2 j# s# Define HEADER MARK '^' / / Normal messageheader( c3 ]) c3 l1 k% X) W! f
# Define SYSHEADERMARK '%' / / System message header
% K) E2 _3 @: p' q/ }* `+ ^) dWhat the Sysheadmark is looking for is not even the top 5E.
& \0 j: w4 B( W; e' b3 B! V6 PChange this and it makes the CE Not work on server.+ W0 R9 J) b V
, @, X* A. [1 T0 x3 T" `Then Tom's anti-hack is no longer useful.. c' X2 X& m) o- c7 E
7 i# n( ]$ t M. ^) ^2 _) zLG Sedrika
Part 2 of blocking CE
1 p6 f, R% t' r4 f" i( E
9 Q' O/ E) O9 a' |9 \
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. $ ]7 m5 I3 v8 K/ e4 ?- Z7 \) e( M
What does this have an advantage?
' h) m7 R+ v) pThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself 8 m( G0 w% i- h
$ m8 g; |% g8 q4 O t6 \) }+ y" d! \6 o, P; d' n( N7 K
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
# z" K X7 v2 Y2 F5 T7 q3 `# t# D( @/ Q- x3 [+ a _
Then search for the following content in HwOption.cpp
9 Q$ Z% o" b' t! y9 ~6 j0 r6 i1 E% a! T: \) r/ ~# q) l
9 |0 A, A) ]: A1 j) ^: }8 v
if (scan.Token == _T ("ip"))
$ {) J. {/ |2 ~& Z {. @{- z! I" j5 ?3 @; \8 \% v
scan.GetTokenEx ();3 w- y: k3 q, y2 c& t. d; U' a
strcpy (m_IPAddress scan.Token);6 t. n& U- p( V* x4 G. q" k v
}( k- P# D! h/ f, v! g
and turn it into this:
1 `! A: w1 }/ b! s2 \Quote:7 @# r$ |. Z' \ _+ n6 P- x
if (scan.Token == _T ("ip"))
3 I. |6 @9 i: N& g6 D4 ^9 I{
0 N, \+ y5 U, Y$ j7 E/ / Scan.GetTokenEx ();+ I- a2 h2 p f' |' F3 U
/ / Strcpy (m_IPAddress, scan.Token);
8 X/ a0 }2 H4 P( P& h' N. T L}
. [% E- E1 ?6 W9 {% x4 {And you created the solution.
$ j3 [) i. }2 i% y2 c, |! l0 G) t
! X2 R, H. y: O- ^
. Q& S* ^* ?& L: g# VThen read the Neuz not the IP from the INI anymore. even if put in it. j3 ?! R8 D. `/ ~$ d! t7 R
4 O0 [2 [- {8 e0 e: \
Max skill's
/ V# W$ D& t: m; r
% K5 \! @8 _- r8 ~" _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 2 E7 p( M6 b# I. _; B6 p
7 H0 q! [' R4 X8 @
With the TUT can provide the remedy it
& c l& I' b, |1 S. B
' k, y' l" J, K- }& H. b a# 1 opens the file SkillInfluence.h" e. O; h1 J7 H/ _3 b) X' Z6 H
# 2 Search
. \" k2 c3 v% d1 S$ X6 t0 H x0 bCode:
w. z; C3 N: ~; e, L
2 y* c5 O& H; P3 b4 l# Define MAX_SKILLBUFF_COUNT 14
% c2 e- p% a$ m& s+ X5 k0 C$ c# Z5 a) E, d& Y. ?& o) R6 |. p
# 3 Change the 14 to your number (eg 21) and save it from
; C; }! Y& M. U% V. V# 4 compilation and ready
% H' K% k& J y g# s" |' j% ]0 C, c7 L! q" q' `& q5 c, Z
: _/ z3 C4 I3 ?$ F Z% dI 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:
7 F- \% ]: K# u4 o* p- \
2 [) \0 f# g/ Y$ R+ P0 y3 Wdennisdra; j- E5 G. P' z7 c8 V
.Crasy
' L; |7 o- @# e. K©ross P2 H5 u8 V+ ^; P9 {; w+ F% F. g5 D
Sedrika
5 i' c0 s; U% Z0 i: j1 r2 g% O; B. y# J, L8 H/ c+ L6 h4 c
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!
$ _$ {; d9 q8 s
% W2 b2 M% H! Q4 m+ M5 mP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
, R/ S* w( ~6 r6 H m
5 D! l$ l) l& q n' {* F, T2 I( W5 r, c6 O" v u& H
Update 1:
how to turn off "Profiler" in worldserver.exe
% @9 P2 ` A+ O) d& V
+ C2 g% M0 n6 d! A
( b% [2 B' h# Zin VersionCommon.h of Worldserver Solution \7 Y* |, D1 _; ]- V1 o! q! d
Look for
: f2 e' ^- T2 j, ]. D+ D+ l$ @. E" q* H( y0 G
#define __PROFILE_RUN/ c( ]" N# b- R, e( R6 k1 \
6 b2 d9 D& l) A
comment it or simply# ^, ]8 }+ |3 f
r5 J3 M( C) i% [0 o//#define __PROFILE_RUN ) |% n" a/ m. e* a
% T3 r1 f* i$ T' L1 Z- `& j
# h/ [# z# A$ fcredits 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投寄。谢谢。我添加更多的很快如果你有病加太
+ v- F% q' J/ I& Z
| 欢迎光临 飞飞世界论坛 (http://www.ffwold.com/) |
Powered by Discuz! X3.2 |