飞飞世界论坛

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

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

! q( Y2 n7 B' e& }& \change level without Rebirth
2 ^# j% o3 l- v5 n0 ~0 v
* L0 A8 x( N6 H+ {Now, let us begin.% [  n" M' z$ ~, h( P8 k

7 n& Y9 q- ^9 x* u+ dRequirements:
" v% B& C! v% @! d* T9 K. QSource
4 j6 m$ C2 `1 Z0 G+ MNotepad / Editor' S" y: v) e, V* ~' d* J8 V

7 {9 I" U' n0 e5 m/ G, L1 }/ / Tips by Sedrika
9 l4 Z4 j) ?" o; u' d: I
( L9 h  ^% b- a6 x# gIt is up to you how you do it ^ ^% l% ]& T4 N* h3 p9 h) E8 k

; o( ~1 R5 Y& y8 ?' @Go into your source folder and open the definejob.h
3 [& g# \& j5 @! s+ hSearch there for:
8 f9 l; A0 D( A( X' L, [9 y5 M1 n) U( I4 D) v+ G0 }, S3 B
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå. Y# D( U& R( t1 o
#define MAX_LEGEND_LEVEL 129  k  |" E- _+ H- v6 A2 Q$ R9 K1 g* b
#define MAX_MONSTER_LEVEL 1603 X5 j* }9 y/ H% e: j; K) Z+ _0 v
#else // 15Â÷ è÷¾î·Î ·1o§è®àå1 f4 m# O6 m% o: u8 l5 q
#define MAX_LEGEND_LEVEL 121- d0 S( P' C, m* o+ _! Z
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
- V, X1 {' R8 Q$ ~& S: b0 I( O7 q7 A; A2 o4 C& P

$ C# F* @3 k  Q; U) i. _, y" RRed: Player Max. Level
: [3 m, p% [5 I/ QGreen: Monster Max. Level
( ?2 m; q, R8 o" v8 L
3 ^' z9 ?6 S: c! g% aThese changes as simple as you want.
* O$ o7 r7 F: v& j
& s( i# M; l+ D& ~) RThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
% x& R) \. o  {( N. A: A% r& A* M+ }! ^
Part 1 of blocking CE
/ a* X- U6 P! N4 h2 i3 K
$ Q' d( o0 C( G% z1 `! W
In this tutorial I will show you how to change the Head of Mark flyff.$ X7 c; T6 [6 {" [
The current Head Mark is well known, 5E, which results as a string ('^').8 A: z3 d* w* D; F) W2 d5 s
4 b+ Y3 m" E' Z  B0 y
For this we go to the World (Project) and looking at the Buffer.h after thistext
3 X' h$ ^0 m7 k5 Y2 I, x) {1 l- RQuote:
2 D$ `' X4 w' P7 p) {! Z# Define HEADER MARK '^' / / Normal messageheader
+ N' t" q5 W! R1 g# Define SYSHEADERMARK '%' / / System message header
/ |9 K, }; B% h$ PWhat the Sysheadmark is looking for is not even the top 5E.8 T- X& g* y: _9 M4 K
Change this and it makes the CE Not work on server.' M1 T6 u8 i' `, }$ v

% g6 E, l( k/ ~: K4 W: Z; A. CThen Tom's anti-hack is no longer useful.
; N8 s$ W4 z8 D' G/ R, i; T) S. D* U0 b+ }' b9 u- V
LG Sedrika
Part 2 of blocking CE
% {7 ?9 Y  w% i) Q8 \2 Y+ \9 p
# T# J/ c' _8 [6 w5 c
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. ; Z0 k2 C$ Q. ~  _9 B
What does this have an advantage?
0 V) k( P1 l  y4 j5 eThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself / [( T4 ^6 j0 u7 _5 E
. {. a% a4 z; U6 i0 Q# o
! L  R" i" L- s9 I7 c7 x$ c2 {
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.7 h( E$ [+ h+ ?4 _
! t, s7 j9 A; p; K! |( E6 @
Then search for the following content in HwOption.cpp
8 j) |; _$ h! R3 V* i6 W! k$ C
9 x" a8 B4 M5 E) K; B6 [) w& E# k0 K4 u# r
if (scan.Token == _T ("ip"))
2 J8 W8 a# w" n7 g{
# L$ x$ E% j* A; Dscan.GetTokenEx ();
& l* b8 f; X9 ?: v9 ustrcpy (m_IPAddress scan.Token);
' U) i; O1 V4 ?}. b0 X2 I; l# q* B9 n- ~. I. X
and turn it into this:
9 V% J, C4 q* }, t) h) y9 OQuote:+ m( _! n) k/ s# s0 L
if (scan.Token == _T ("ip"))
: p, }( l9 h# G: p{0 B7 ]9 q* x0 O% C& D7 h6 s7 {
/ / Scan.GetTokenEx ();
6 e' V, H" d, |3 o! g/ Q6 F) V/ / Strcpy (m_IPAddress, scan.Token);
6 R( F. i- V  {# u4 m8 `}4 s$ p1 r' p3 r, E4 ~% \
And you created the solution.
+ T/ A. S# Y( L: S) J1 o" q1 K5 D( P5 T: _2 P

' x' K8 o' i8 l4 \Then read the Neuz not the IP from the INI anymore. even if put in it
$ V6 q* D3 w1 R0 M
8 ?/ V, y. }( Z8 T* |! g
Max skill's

( k) e4 _1 T1 K3 e! A
, O' |% `, j* [$ _* C) }7 S# `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
) {, @5 t, x, w8 M, s4 b: y
! v; V4 T# i: Z( v$ V# c  jWith the TUT can provide the remedy it
& w6 M' I+ m" [1 y
3 l5 r9 }. P& x! h5 q5 k% t0 p1 a# 1 opens the file SkillInfluence.h+ ^: s: Z7 N* {, `% {
# 2 Search
; P5 P. r+ Z( Q5 vCode:9 t; q) i, Z, I  H
8 x' ~+ k( x# M6 h! d' a4 S* X' C
# Define MAX_SKILLBUFF_COUNT 14- R9 M' Q, f4 g6 h
2 j' l. V! A6 E
# 3 Change the 14 to your number (eg 21) and save it from
+ V7 Y% D3 X; |% J4 `3 \; R# 4 compilation and ready
( I- R' Y3 w* W; d) X
& e+ M2 U* g! }7 N( b6 U+ q3 a; ]4 o( V0 \4 @; X( W, m5 R4 e% \# G
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:+ c' N+ {: [9 T8 e/ r1 b* H
+ X% ?) d9 F9 i% P" t1 V
dennisdra6 y# ?9 g& m6 O$ @! Y4 Y1 r
.Crasy. ^1 j& B: h& P
©ross
5 ?* l$ D( r/ L% ?. _Sedrika" G- ~& _& F: N  L4 ~( x- x1 h

7 p) U* ^# g- S* }7 a, l% eeverything 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!
) x' A* Z- T  z+ P0 G- D' }+ V( ]
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
7 B+ e! a6 n5 f: ~) o  y1 z( T+ ~# A4 w4 n9 U6 T$ K2 [
$ G6 r' E5 b5 `
Update 1:
how to turn off "Profiler" in worldserver.exe
8 i$ O2 Z  a, T* ]# ~# J
- \; X$ D4 [3 i1 {

( t* s% G! n/ P) t+ O& n" @+ [& Ain VersionCommon.h of Worldserver Solution+ s0 ]7 s. X% g2 S
Look for
( t" g  W5 H; H0 F+ R% X) M# L7 f' C$ X8 N% k4 ?- t
#define __PROFILE_RUN
  h% n% k. [2 [  n
- G" `5 b( A! \! o8 P2 Gcomment it or simply
) ]6 n( |- |, n6 E2 a0 L4 L3 n' B" I" A" k. H7 l( o
//#define __PROFILE_RUN ' [. @4 K+ D- N

% e9 I/ N; c- K/ J# M3 [7 }$ h
! d; w+ C' X' f3 H- ^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投寄。谢谢。我添加更多的很快如果你有病加太
6 g0 O* }2 }7 U8 U9 ^





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