飞飞世界论坛
标题: 改变最大等级 [打印本页]
作者: 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
: B8 S- o0 E( f/ p f" M, X
change level without Rebirth# c/ m5 q& T4 [
" j1 s5 w0 l: d# U$ |
Now, let us begin.. |) ~( T( x. ~& R; f. P
6 h* [3 b3 k# y" R4 B/ p6 F5 J0 c! q3 NRequirements:* V4 Y" O7 ]& D/ d6 B
Source
" v# d' M5 h8 n# h* |Notepad / Editor6 D& m* y! c9 ~% p5 j
( E, M& k1 z! Q2 j/ / Tips by Sedrika
3 u) E1 }! v8 e( i* f1 J9 J
" n6 N( t. N, o/ U6 f6 ^It is up to you how you do it ^ ^3 i( g% J4 V# v$ r% g5 q% B
J8 C8 x( h2 p: r8 `- c6 ^Go into your source folder and open the definejob.h* L- e3 C- Y5 x# S
Search there for:
" e7 d) d' m5 i0 G, i; b8 r/ G1 E
b6 |# M1 \- x+ }% l6 `$ w4 g#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
; M2 s) b$ [- i: R. k#define MAX_LEGEND_LEVEL 129
. s H6 ~7 ], `) [" P' J#define MAX_MONSTER_LEVEL 160
! e3 i d" C2 m5 X* E#else // 15Â÷ è÷¾î·Î ·1o§è®àå
3 n" S2 J' i9 @& Y7 K#define MAX_LEGEND_LEVEL 121
( t" z0 o8 q ~' h#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
3 U# l3 ^7 ?" T$ s
# R( \7 b$ ^8 o7 @8 ]6 s
0 S l* R( k5 r, gRed: Player Max. Level
) @6 e4 t0 s. rGreen: Monster Max. Level
/ {7 |+ K9 z& C% Y$ G
/ c( [ r7 P' {7 K7 Y7 fThese changes as simple as you want.
8 |2 D/ P/ R/ ?$ _! Q
* y' R* j* J: @' `! Z( ~0 PThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
0 O% Y8 n0 s- e: G9 I5 n G @2 p- Q3 h( i7 f& e' b
Part 1 of blocking CE
4 I: f! L# t( o( o4 t3 P7 y- ]
6 ?5 v' k4 R3 l/ e2 GIn this tutorial I will show you how to change the Head of Mark flyff.
' B# U9 R# r! d! |The current Head Mark is well known, 5E, which results as a string ('^').1 x5 f' [8 h( K# [1 s! o# y
% _- D: `' v) \For this we go to the World (Project) and looking at the Buffer.h after thistext
7 b% d+ _1 r' `5 o- M2 @( FQuote:' i9 }7 [: T/ w4 g+ P- g
# Define HEADER MARK '^' / / Normal messageheader
9 @0 s, C0 p. t- T1 |8 [; n& e# Define SYSHEADERMARK '%' / / System message header- U) Q# f% M. |, `/ d
What the Sysheadmark is looking for is not even the top 5E.
5 W) W9 q# q3 m( QChange this and it makes the CE Not work on server.4 L5 b( ?* Y+ H) i
! c( f: t& y5 X6 ]; J# M
Then Tom's anti-hack is no longer useful.
# K% y$ ~% Y; A- R+ D
6 P$ O7 ?) [; Q( ?0 x" QLG Sedrika
Part 2 of blocking CE
# Q/ d9 J/ ~: Y& C% v* ~4 e: @
* y' g9 [- p( @% t4 b) QIn 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. . |& W+ w9 G6 Z( H
What does this have an advantage?+ d) C! P/ r5 G B) t" e" |6 `
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
" a; c, X( H6 {/ l5 R1 ~, ?2 h2 f3 k5 }1 I! ]1 O
' S( ~2 u# p G! ^0 K7 kFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.; x6 U6 k; R% V
, Z# i; i2 V9 l: a- W$ ]$ g
Then search for the following content in HwOption.cpp 5 z/ _# b7 M% H- a0 L: p- t% k
1 a( R1 U1 {: `* F, z8 M2 T0 p9 |7 J$ a2 t' J' n8 x. z# i. D/ F
if (scan.Token == _T ("ip"))
& U4 `8 p" ^- d: Y6 T6 n2 e# S( F1 `{
3 O, O* P6 i' N8 L9 ?# `% fscan.GetTokenEx ();
4 m8 G( n p9 Z3 r/ Lstrcpy (m_IPAddress scan.Token);$ B/ D$ ]. J( o$ }- @. Q
}
. t. ?) O/ R) m0 } `& |$ ^and turn it into this:0 ]( d+ r2 m6 s! O+ I
Quote:
7 M$ Y/ Y8 }- s$ E: v1 h/ Zif (scan.Token == _T ("ip"))0 h& O: O1 G P6 r4 Y) Y2 y0 M' c \" y
{
, D% ^( X5 t/ ~! A- Q' C0 z: r/ / Scan.GetTokenEx ();, [! _* B# J; ~) y1 j
/ / Strcpy (m_IPAddress, scan.Token);
5 }3 q% v" q7 y1 p! B}3 E+ `$ m9 k7 c. n( |4 ~# k
And you created the solution. W" z$ r& Q) D ]9 U2 |0 R
( ~5 Q. U# w" D- D4 h
( J0 B4 |% D: f0 I- \4 u! T+ ?' |6 W3 _Then read the Neuz not the IP from the INI anymore. even if put in it$ I$ J' H+ R8 r; n4 F6 `
7 E5 t' v b0 Y- Q# T* Q$ e
Max skill's
2 L. K- s7 A0 F( [/ l
( I, J `" p* o* I Q; A 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 & W7 P J! G, \
. h8 O5 Y) t7 M0 I5 x# v1 K6 p- V
With the TUT can provide the remedy it' Y# F$ L$ X" ^* E' C: f
" Y$ H8 p1 ?, v5 Q) G1 x( Y
# 1 opens the file SkillInfluence.h: ?2 l9 ~: c9 e% T
# 2 Search0 {, _& C; r5 ?8 J; C
Code:* U/ ?- B2 P/ f" x
8 o' g; ~: D0 j& ?, Z- b
# Define MAX_SKILLBUFF_COUNT 14$ U) I7 c, q, q* q' r
0 V# w& B7 B4 W# 3 Change the 14 to your number (eg 21) and save it from
4 r+ M' y; a+ v- u1 X) z# 4 compilation and ready3 K& Z( s4 _/ A4 w8 |( F
6 D6 V& V( _& S( e
* b4 {2 ?" e+ w9 s5 B Q' F+ ^9 {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:- p7 j f$ \. i4 i2 l( c! d
! v8 ]4 U0 X# N3 E
dennisdra( U) s% {7 I6 Q d [% B1 v5 |6 A0 l
.Crasy/ }+ N5 L* W7 B
©ross
6 r, |+ i8 Y8 i/ q, r2 jSedrika
: O) n. ?. G; S: H
, x( \' E% ?& b7 o* @9 Zeverything 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! % g. }) {" |/ C- A* C" [
$ N) }! z% A8 U5 G( s) p" ]
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
1 L- O/ K* F, {( A, y) x9 w: I: d) I# i# D
& j4 k) |# ^% h% C0 _/ E
Update 1:
how to turn off "Profiler" in worldserver.exe
# D. ?% U5 n6 k: l- g& l, E
! X* H( ^) L6 z: y K" j
+ Y! B. n" A; J& f) Y: D$ \in VersionCommon.h of Worldserver Solution
% d( j1 }1 z* B4 ZLook for3 q c2 h& d0 e* y2 }
, v/ l E7 |; \ K8 g' C J#define __PROFILE_RUN L) m) j6 e9 f0 S( |# i% B- Z
8 p) @6 \ ?3 z% d
comment it or simply5 z1 k" T8 T2 B' X& J! R) J
/ |9 ]4 o3 L9 l8 i- e8 B. G//#define __PROFILE_RUN : H6 d7 L* k8 Y5 \: i# a4 a
8 d# }- d/ n! l' c6 x
, g2 B4 K/ {4 K8 Scredits 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投寄。谢谢。我添加更多的很快如果你有病加太
, \. B4 c" o/ o+ `5 W7 r
| 欢迎光临 飞飞世界论坛 (http://www.ffwold.com/) |
Powered by Discuz! X3.2 |