飞飞世界论坛
标题: 改变最大等级 [打印本页]
作者: 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
* i; v6 W, C+ k# o
change level without Rebirth
( C% z' s" s2 F+ z4 t* X8 I' `3 ]; V) S0 j4 U
Now, let us begin.9 k. s# T+ U: F/ M2 v
" J) Q Y9 B/ g( i+ x* D# ?# \
Requirements:# }0 O* e4 p; g% R
Source
1 O9 h8 P5 y* g( d# q. iNotepad / Editor
4 l3 p1 a0 N3 v4 z' ?( D q D4 t; N
/ / Tips by Sedrika
" k2 F; v4 _6 c6 X R
, y' w/ C% h" X0 T/ U6 t. wIt is up to you how you do it ^ ^0 t: {; _, _1 N) ~
$ X5 ^! U/ V1 ZGo into your source folder and open the definejob.h
$ \, j7 w' }! b& U9 x% q: X0 _Search there for:) ?) k0 {% l1 K" M
, x9 A9 Q- r, C& m" r/ L
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå- s O3 L( A, ]( l' f2 P2 n/ E
#define MAX_LEGEND_LEVEL 129, b- a8 {5 ~% `3 q' ]
#define MAX_MONSTER_LEVEL 1603 ]3 A: y& o$ R# I, k
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
5 s! b/ |- X* }% T( V# p7 H% J#define MAX_LEGEND_LEVEL 121
) n: ]) C" _4 a: W% J. I) T- z#endif // 15Â÷ è÷¾î·Î ·1o§è®àå : v0 T" ~8 o, V2 U+ \
2 w! a3 D* j" m1 u( v' q
5 [- F6 y1 M w3 P' @1 e1 v
Red: Player Max. Level
8 n& [7 R$ ]% { y+ GGreen: Monster Max. Level
9 e) |8 [- a T$ ~9 B
7 `/ p; E* W( X$ t2 ZThese changes as simple as you want.
8 Z5 s7 A/ C8 h$ W- V7 o
* {' O3 O' W7 N, _* t7 sThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.# N5 e1 R6 h4 F: u _# T, K0 h
/ _/ D0 d6 |5 p& a0 m% H
Part 1 of blocking CE
3 q' V* H! l% A' R0 g& D$ H
/ z6 Q7 f0 Y8 |7 B( Z% e% P- `In this tutorial I will show you how to change the Head of Mark flyff.: v2 r3 S" _5 U$ G( T" K. N" H& J8 j
The current Head Mark is well known, 5E, which results as a string ('^').8 A Y9 P1 K( j2 f
( ?: Z9 {$ b) Z7 D0 Y" v1 ]For this we go to the World (Project) and looking at the Buffer.h after thistext
7 l& [% N3 s: a. A5 [ S% C, I4 xQuote:# S% B8 C( c0 c( a8 P h
# Define HEADER MARK '^' / / Normal messageheader- h8 s( U* P9 I' G, [+ Q
# Define SYSHEADERMARK '%' / / System message header% n! `; D$ F S) l! L
What the Sysheadmark is looking for is not even the top 5E.2 p# Y: `0 Y% C. a; x' W
Change this and it makes the CE Not work on server.. ]* {# g4 r" t
1 E& K8 f3 l1 d$ h3 B
Then Tom's anti-hack is no longer useful.% U# d5 H, O4 h* B* ^" |" P
: u8 f* z7 B+ V
LG Sedrika
Part 2 of blocking CE
6 I, E/ K: z5 [/ B. X& f& j' V2 B
8 b" Q" j' t7 A1 o: }/ T" M/ g
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. I- C0 i- S- |/ |
What does this have an advantage?/ e9 L7 S$ _; \5 G8 A }& H
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
; z' T" U, v: @" Q4 [* B9 `, u% [. ~9 ~- p& y; D
7 S2 A [# R4 P" Z* i
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz." d5 e* f+ ]; X% j, J3 Z! k
7 O$ q+ W7 q1 g; ^; XThen search for the following content in HwOption.cpp 9 ^' A6 m" z P9 `( r, ]0 u" T
8 f% z1 u/ G8 x* X
. }0 G# s9 D1 r- ^. C0 Cif (scan.Token == _T ("ip"))
% ~" V- I5 z2 w1 q# e) m: g{
# |: _2 ?8 ^6 a6 Yscan.GetTokenEx ();
3 G9 t# C- ^3 s) e6 ` Jstrcpy (m_IPAddress scan.Token);8 w: w; V5 h3 l5 p& ]& O* ]1 b
}
9 V+ H3 ^7 @5 rand turn it into this:% s& E5 R3 V- R. E
Quote:) z$ Z" w; Z. J* N: D
if (scan.Token == _T ("ip"))' `9 Q4 `% c C9 y% |$ D, H
{
( a& L% c) g# z. L% V0 Z+ v, L/ / Scan.GetTokenEx ();/ `4 S7 B! K& }% X
/ / Strcpy (m_IPAddress, scan.Token);. d [8 n. n& S; g/ s$ a
}4 w, _7 o s& _, f
And you created the solution.2 \7 ` N7 a4 \8 u4 B
1 ~2 i& _! s' ^; A( r0 T1 D4 J+ e- H! Z. l' y, r& q
Then read the Neuz not the IP from the INI anymore. even if put in it
) q. `; o& j( _1 x8 [- E2 T6 B3 [+ H( Z& O1 W1 c( q
Max skill's
3 \4 d6 i% l: a! @7 _3 C4 B' d$ |6 B8 L, `
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
7 D A1 ]( ^. ^1 {' j2 T/ W- }
% d l! B" r' E; z# `- p$ g* B% B' V; yWith the TUT can provide the remedy it7 \4 K: a5 ~' E `, _! u: G) @' j
# G/ g! O7 t8 j# 1 opens the file SkillInfluence.h
- q! _! ~) F- P# m. @; G# 2 Search' T8 g! P, w6 J
Code:
. H4 C0 V C( T' B7 |, u& i) _) L- w5 |" v( R# p) M5 z
# Define MAX_SKILLBUFF_COUNT 14) I/ L$ j9 u% [$ c% x; r/ [
% ^: U% g; ^8 f* k# 3 Change the 14 to your number (eg 21) and save it from
' Q0 d& {( A5 e; \2 ^# 4 compilation and ready
. n* u0 V( q0 \6 ?, B# B9 a" M8 t3 v I5 `9 U* {/ m7 P
" R$ c5 v1 {" ]& {: \" \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:( N+ _% N7 G9 D4 `" P5 i
5 F% S" Z; q# j: S, [' M" C
dennisdra: c( ~+ W0 d) r& `# h0 b7 o
.Crasy
, _1 v0 }3 U5 u/ K$ D9 r3 z©ross! U2 ]# V/ z0 c; X& Z; X+ f* [
Sedrika( Q1 K: Z8 n0 r% j* S$ I# V ]
I* p, B1 m* N I* Severything 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! ! ~7 [2 ]9 O( L0 |* Q
1 J# [, y" P$ ]% k0 n6 vP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
( J- k0 ^4 o8 r, l+ i- `& ~, X. M1 w2 Q8 O
4 J5 T! \8 j) p- {- F8 i1 zUpdate 1:
how to turn off "Profiler" in worldserver.exe
0 M: R: \$ g3 y7 ?, f j' p* j, I! b
& u2 w, F! X" w0 g& N
in VersionCommon.h of Worldserver Solution \) r+ R9 x$ _2 p; A2 }! K
Look for
# M% i: p) x' g) j3 x' }! F: s$ X; q/ W( ?% e2 w% p
#define __PROFILE_RUN
# D5 C5 i/ i, y) t/ ?. T4 G J1 Z- I
comment it or simply+ c8 S. L H# w3 _
7 Z9 {' ]: [1 D" G# J4 P
//#define __PROFILE_RUN : C* K- @8 m n+ ~% \3 x
* v$ r2 j9 O5 j5 P) O6 e
( T0 _0 P& z+ F& r$ j, u9 r/ a& e
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投寄。谢谢。我添加更多的很快如果你有病加太
: K* O5 R: M0 g" _, Z( A0 e
| 欢迎光临 飞飞世界论坛 (http://www.ffwold.com/) |
Powered by Discuz! X3.2 |