飞飞世界论坛

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

作者: 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

. u- G# b* `$ Bchange level without Rebirth0 n: C/ b% T3 X+ z( U

8 I% F0 k% U; Z8 q3 _4 M4 k" L* jNow, let us begin.5 H" M# j9 \: _4 l/ N
6 ^  D+ y! g) ]' x$ L) F7 k. b
Requirements:
8 T, C1 w, {) U* c' FSource
( Q. C# M: f2 P5 V/ b3 _Notepad / Editor
4 B$ Z3 Q& ^* f. P$ U* h6 k) v; X- d# x: O* u8 a) T& e4 n
/ / Tips by Sedrika
; r1 S. S4 F6 ~  b1 J$ Q1 R+ W3 B' S
: C+ @! i- L. F2 N8 HIt is up to you how you do it ^ ^
4 I$ g: g4 {' d& B# }# _
$ E) v7 G* ?( n" a+ P3 QGo into your source folder and open the definejob.h3 v. U6 T- Q& i7 y  [2 i+ }! R! o
Search there for:
( C+ l0 `* }$ N2 g3 U, W( C9 I/ A1 }! ^0 v  W
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå1 F; R! u& ]+ B+ w
#define MAX_LEGEND_LEVEL 1292 }- O8 U+ r$ g, v0 v9 h, F
#define MAX_MONSTER_LEVEL 160
9 P4 i# L1 h/ E8 i#else // 15Â÷ è÷¾î·Î ·1o§è®àå
0 C& ^6 _+ a5 G& T( V0 Z$ [#define MAX_LEGEND_LEVEL 121$ l0 Y" p; S7 O( K/ |; P
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
6 q8 \; s0 [1 ^* u9 b1 U' z, T2 b$ g/ @1 G4 {

# q2 |  e' c; P' y7 p; c" TRed: Player Max. Level3 z5 r) e6 l3 v( w
Green: Monster Max. Level
. p& K  D  V% u$ L- O) }- g/ F- C2 D. o5 ?6 {' p
These changes as simple as you want.
3 ^, z6 ?4 B; ]3 f
: W! w5 L6 |, x' [4 q; Z* [4 B- c3 |Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
) x9 j+ P, v5 n4 h4 h( e4 ], ~) t0 e. A9 T9 T2 P
Part 1 of blocking CE

6 H( v9 B9 L6 n+ a; m6 B0 A/ M
' O) g* o6 e9 @' X, Z& ^8 JIn this tutorial I will show you how to change the Head of Mark flyff.
0 _8 v" U4 a+ a0 m* t/ z; `The current Head Mark is well known, 5E, which results as a string ('^').3 U( M& }6 i- B' W' c- d

' }. x* D& I8 z; n( OFor this we go to the World (Project) and looking at the Buffer.h after thistext6 [1 K/ N4 f/ m2 N: A
Quote:% k4 M6 Q7 ]' e! w/ ~6 Z
# Define HEADER MARK '^' / / Normal messageheader
% F- p# @7 |, v$ L; q; G) L# Define SYSHEADERMARK '%' / / System message header/ T5 A; `( A2 w$ V3 t  `! Q) l
What the Sysheadmark is looking for is not even the top 5E.& z1 Y* W- ?+ [/ P  |3 n1 b
Change this and it makes the CE Not work on server.6 `# X* }/ ?$ H

6 S( K( k8 W2 V/ t1 B$ D+ ^Then Tom's anti-hack is no longer useful.
/ H1 C: ]/ a# S0 k4 v2 ]( @# m3 S2 X- L5 Z
LG Sedrika
Part 2 of blocking CE
; `' K( C  I0 [% l0 ^

7 a; B2 c6 c, h! u, XIn 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. * h1 d- R8 j8 s2 W% D* l5 ]
What does this have an advantage?$ m) d; j  c8 {; |
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
5 J) V9 c- Q! O; Q
( O# @( w, Q+ F+ k9 j/ d, e" I7 E6 c. N* b
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
+ q; F( [; f$ ]. h$ E, u$ k1 T6 x4 ?2 }# n! o: A
Then search for the following content in HwOption.cpp
# B# n9 `9 b; n- S" {
; m$ S+ q, i6 W' \1 }6 ^  i: ^4 |" G- o2 q" g  L5 f5 P3 N
if (scan.Token == _T ("ip"))
6 K6 t$ ^" a- p9 K{
  f0 J, T4 b& b; }. p/ Zscan.GetTokenEx ();2 T* }2 @3 b: S! u- m$ a8 a' ]
strcpy (m_IPAddress scan.Token);9 C( r+ o3 r- C% `( @
}
/ a% ]2 w" b: p7 d/ F4 |- E4 O5 ~and turn it into this:
6 g* y) w4 |1 c4 a* T* DQuote:
4 Q0 l2 f9 a2 U5 aif (scan.Token == _T ("ip"))
: Y7 Q# |+ \, Y  A1 R5 C{1 ^; I1 g; A$ y5 H
/ / Scan.GetTokenEx ();% R+ u" W4 i/ N4 {2 F+ K
/ / Strcpy (m_IPAddress, scan.Token);
4 S. ?1 l# g$ @/ F# z% c}
" w  }5 ^+ c% f# NAnd you created the solution.
% l) f& Q& b: m  W5 i) B, T* ]& p& S! Y7 d
, L% J1 X( h- V- D* L
Then read the Neuz not the IP from the INI anymore. even if put in it$ O/ D: ]# R1 @, n6 l# e

) V) U+ O+ w/ m# P$ g+ n6 o7 {  }- }
Max skill's
9 s( m5 e9 o* ?8 p) T, p
# t" ^0 q/ u! x
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
9 C' X+ I( w5 a; C1 Z
5 `2 R" A' k! E; l2 pWith the TUT can provide the remedy it+ f- g0 K5 i1 r: q: k+ j2 H$ E

% r4 C  b! w& L/ n5 R" @: k# 1 opens the file SkillInfluence.h
% i, C# d; h6 J- U1 k( S# 2 Search/ I: V5 z# w0 P, s. R5 }3 J* d
Code:% w: B, x; h4 {1 s4 Y4 ~  |) e
& m1 j: U5 i3 i: q4 n+ h& `/ f* T
# Define MAX_SKILLBUFF_COUNT 14
) b& y5 J: \; h4 z: @, f; S
) q- t6 `; w& c- b2 ~; }0 p# 3 Change the 14 to your number (eg 21) and save it from9 A9 a: E8 ]9 b! |" x3 U* B# F
# 4 compilation and ready1 }& q, T+ N  H2 I; h) f
2 c$ k/ B9 j4 \! p1 G
" L  G" D: {, n6 u$ ?9 u" N
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/ k7 [" G9 j, `- o
* K6 v# u8 c2 j, ]/ A
dennisdra7 P2 S: I( ?/ {* W& L
.Crasy
* i/ ^" C! ?, z. n©ross6 D- w1 H9 m" s% Z; F+ W' j5 E
Sedrika. d9 \4 S/ Q) Q- h1 f2 ]2 A: c, }

8 Q+ Z: o' ?" M8 b. geverything 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!
+ I5 \5 k* O* V0 j6 k
( M$ e# w- @! }( ^) gP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
. A& D2 d4 K4 ~' B& t
4 i4 A5 U9 L% [% h7 l
+ M' ]" e4 Q3 f: K; p( ~9 v3 GUpdate 1:
how to turn off "Profiler" in worldserver.exe

4 q, t) O2 r" @; z% P8 J! M3 e) l6 V0 }  p

% d$ n6 [: r; s  @9 S' k( Ein VersionCommon.h of Worldserver Solution
' n" H2 v" t; I4 @Look for7 f6 h: M" B7 z/ a, {: ?' Z7 @
( J8 a/ F6 ^! A$ R! c
#define __PROFILE_RUN3 K- }7 D, e5 \) J* U: X

, Q8 z' x5 d4 O9 P6 G1 @comment it or simply
) \/ L' O+ A8 e2 k, e/ M8 P& P; ~9 |) P
//#define __PROFILE_RUN * J7 Y( {( P3 ~$ r) k) T8 D! \  y
) y) L7 D# }' ~( U7 t

! Y) g+ s+ J% g1 r: Q: ^* Bcredits 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投寄。谢谢。我添加更多的很快如果你有病加太
4 t. T/ [' B5 O& _  E$ _





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