飞飞世界论坛

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

作者: 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
6 e! Q) p" i4 Y! e( @" {( ?5 w
change level without Rebirth
# E3 d" H9 t! ?/ T0 k% V$ ]# R& d$ g
Now, let us begin.
5 @( Y  ^# \! i9 [9 w) x+ E# K) y4 N
Requirements:1 A6 _& e: K, R3 }. C4 d( y  ^
Source
2 [9 t! ?) j, n& Z( s2 }. k3 DNotepad / Editor
9 B# {6 n; A+ P: v. E. f
- g, x/ k2 \9 h: q/ E3 j& ^; t/ / Tips by Sedrika; ^7 J" i6 H/ {. e  D% }& r/ [& S

0 ]  X8 _$ ]" F) B" L$ SIt is up to you how you do it ^ ^  }* Y9 C4 T6 E/ h6 n0 ^# S* r" s

1 a# W2 B, u6 z3 [; hGo into your source folder and open the definejob.h5 W/ W( O' R; J5 B9 J
Search there for:
' B  d' x; n# O" [8 v9 F; N, R; E: z7 x
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå: l1 m+ K" H! o3 E, ], z
#define MAX_LEGEND_LEVEL 129
7 G' S4 h; [! Q: Q- k. Q#define MAX_MONSTER_LEVEL 160
/ z; x. {+ j) f; r8 S#else // 15Â÷ è÷¾î·Î ·1o§è®àå
3 S) K5 I0 F3 B/ A5 d#define MAX_LEGEND_LEVEL 121
4 ?  v. {# m" A. T( o. \1 Z#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 8 q5 \! y) V/ H2 y! G
' ^3 t* J- h' K! S; _& G, d

0 W& M/ t. \8 T: G' F( ZRed: Player Max. Level1 S4 w7 R8 U8 g# ~. O6 \
Green: Monster Max. Level
* w6 b, x5 l# s1 i+ E% j" b/ ?
% S+ f1 _9 i" I+ f/ L- K5 C& H$ }$ YThese changes as simple as you want.+ C2 @* g8 j, n" n6 u" u1 i, f3 r

0 B$ b4 ]1 ]( D8 dThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.( c5 K) E2 F2 _: w: E' z

) x7 G# n  G7 }$ {8 j. x% D
Part 1 of blocking CE
# O# Z+ X3 U( l- p( C+ A8 C  e( P

+ [& j1 S/ Y  h# uIn this tutorial I will show you how to change the Head of Mark flyff.$ a: ^# D% n9 y; X" c
The current Head Mark is well known, 5E, which results as a string ('^').5 Y1 G5 T' p3 C1 y2 O
, D' l* E( r5 I% e: @
For this we go to the World (Project) and looking at the Buffer.h after thistext/ U" `9 X( [; B3 S
Quote:
7 S- |8 W5 Z; r0 J6 U# Define HEADER MARK '^' / / Normal messageheader
/ f, ^, L  s/ @; z" x# Define SYSHEADERMARK '%' / / System message header' F, n. V% M2 H# i
What the Sysheadmark is looking for is not even the top 5E.4 Z+ G6 ?2 a7 i0 q+ Y2 b2 G9 m
Change this and it makes the CE Not work on server.0 G6 B5 _" M1 N  G* M

5 j: s! B1 l* v; G, NThen Tom's anti-hack is no longer useful.
8 |0 n) C# X0 |" ?( m& D! q) ]0 w9 I( z3 M  H4 Y
LG Sedrika
Part 2 of blocking CE

: B! _% I% n3 P1 ~! L- }) q4 _/ ^
# Z: P4 j% p  @+ s" L2 P. a5 |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. & ?# f9 E3 _) j/ Z' S$ X
What does this have an advantage?
7 D2 h* q  J7 K( x) K% wThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
9 T* w& x% J7 v& O# ^
0 E9 T7 P3 w# ?  ~1 _. ?% z5 F7 I; u
9 F& W5 l0 O* G% t# t! eFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
, v) J/ c; Z3 \4 f, j5 `$ x6 ^5 c9 m
1 [* {3 Q8 Y7 h7 t. aThen search for the following content in HwOption.cpp 4 O$ L  u! J# x5 A
5 m' b2 l4 U# U
8 h; u) v0 x* H) |% Q: E
if (scan.Token == _T ("ip"))) U- I4 o  X) i& c2 z% f( W# L
{
3 a9 e6 [& Z$ f, G2 l2 q, cscan.GetTokenEx ();
1 x& N, E: j# ^* t1 y$ o; Hstrcpy (m_IPAddress scan.Token);" Z& X% ]' I( e4 E
}
, x5 t0 [. G" oand turn it into this:
& [0 Q) N5 T7 Q- m8 v' SQuote:
9 {6 v" _2 m0 C0 Yif (scan.Token == _T ("ip"))( @8 Y! y' t+ T/ q
{
- G4 j4 k" h4 d$ Z% P' E/ / Scan.GetTokenEx ();
. l* `$ i5 j& g5 P- @/ / Strcpy (m_IPAddress, scan.Token);
0 [6 T$ z  R) V4 v+ Q}
. X( i( P- x+ c2 J/ i5 q2 L5 q# OAnd you created the solution.
6 _2 s+ Y5 H8 O! Z" U
( z: I% L# D: `) v
* v, K- d) a* g% ^Then read the Neuz not the IP from the INI anymore. even if put in it
" A) P! v( O6 ~4 ^, Q
3 s* C, T, N4 Q% f1 o( N
Max skill's

4 I3 H; V7 i' E: r2 `& B3 ^3 ?
; X2 ]8 Z' o3 `6 `! M$ B1 PAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc
" d1 I" U/ K" n0 D* r* a- s$ i5 l5 H. r) I5 H$ V- F# j
With the TUT can provide the remedy it
2 H! ]7 D: }: {
) {) W0 `- b; }/ X# 1 opens the file SkillInfluence.h6 K1 T1 r: |9 X, N& ]1 |: d
# 2 Search: p% b6 a7 T" A! b- I/ l$ P. h8 M
Code:0 J4 G# B8 O/ A& p0 s7 |' H2 V
, ?' k  p4 w1 S
# Define MAX_SKILLBUFF_COUNT 14
0 D; [; t; D3 F
& C. S& u9 N. ~7 b4 _# 3 Change the 14 to your number (eg 21) and save it from
( I& M; g& B( U1 Z) D6 B3 E# 4 compilation and ready
& T$ m9 `' a" V$ M9 _! K
( ?9 q: k6 c; _) R3 C8 d$ `/ i; \4 X& M. w) l$ ?- N0 t9 R
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:
, l& j, O* B7 ], e& B( I+ ?/ r- T- G5 ^$ p0 I1 D' [& s- \
dennisdra8 j) q( p/ R1 ]1 a' K! Q. Q/ B# F
.Crasy) y6 A! @/ d- ^- Y, X
©ross+ i. P7 b. c7 h- Q+ j
Sedrika5 H' T2 m% j1 {3 y2 e' w
: O& O; l( `1 u+ u* l* ?
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!
. f4 x/ I: v$ _; O; Q5 \: s% U! J0 H/ @/ b( c3 Y# M0 [
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less, L/ c+ |" \: B1 a
) U) E2 W- B' l3 F. Q
* E: N+ Q3 Y& a" w# {9 J
Update 1:
how to turn off "Profiler" in worldserver.exe
, G- }/ a' p! a' g1 \
! r0 \1 S, a* a

  c5 K" N) |, |; E2 Nin VersionCommon.h of Worldserver Solution
5 n) h% A2 H4 x; q( P$ yLook for, b0 u' p+ d( m& j! z/ H
2 R' g/ b- C2 A% K! z
#define __PROFILE_RUN
% d5 q0 {7 G7 _1 t& I
3 x# E% ]7 @) Q, ?comment it or simply
4 X9 b9 k  _$ t# z% j
% J& O3 S3 L1 U  N* P4 K8 n//#define __PROFILE_RUN , ~+ _% P* u$ M! l% Z  S5 w

5 Y7 E. x+ ~; i0 P
( n% |% {% }7 p# y: E$ }5 P. Rcredits 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投寄。谢谢。我添加更多的很快如果你有病加太

, T) s" f/ J9 N( w0 W, e, w7 ]/ @1 i




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