飞飞世界论坛

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

作者: 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
" [& d1 k2 p9 g
change level without Rebirth: ?' }3 X6 `: R8 S5 S* P2 ^, }

3 i! r- Z# E$ FNow, let us begin., _: U& K6 o- F

1 `( D: U3 n7 R0 M4 m" ^: U$ ]Requirements:
& i% [6 ?6 D& R- _Source
. `/ V5 b# ~/ Z. B9 O6 w4 Y- P6 ONotepad / Editor
+ }5 I* Y% n. N' P3 K
5 m" K, Y: c9 C  `, u/ / Tips by Sedrika6 V" I1 ~( h# N2 Y( N6 u9 N
- D* V$ v  D' u) q! e- I6 s
It is up to you how you do it ^ ^, E! T, b' B* P( p7 ~
( |9 M# j6 s& e( S! [
Go into your source folder and open the definejob.h
5 O8 D  N* f. x3 x- f# KSearch there for:- |6 R: X: f1 S/ R) v
1 d$ j  _3 s+ F9 A
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
, w' A5 L9 ]7 B#define MAX_LEGEND_LEVEL 1298 F, z1 [; P3 L+ h
#define MAX_MONSTER_LEVEL 160
6 E+ ~9 E% ?* Y7 q+ Q* ~# b#else // 15Â÷ è÷¾î·Î ·1o§è®àå
* ~  W5 j9 M3 J#define MAX_LEGEND_LEVEL 121
; G: P/ Z) K, z. O. K0 _& Q- C#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
+ U8 {9 `& q- v" _  m6 J( g& O8 }6 U: c2 t  \" S( T
# l* c  t6 U0 w: ^0 R, Y  H
Red: Player Max. Level
% t0 h: s3 T: {) ^' T; U7 n4 mGreen: Monster Max. Level
9 P' d( Y) {3 L  m( @3 L" H/ _3 A, g, o$ d; \
These changes as simple as you want.
! M+ O1 v$ [2 y; A% |% J
! w2 h0 z  P7 N; R2 t$ e8 jThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.9 s; S( _2 J5 b; n. a5 A
& R7 g  V4 A9 U( G2 i% n, Q
Part 1 of blocking CE

% |6 H* _' [' f! U6 ^+ L4 X1 O- c
  X8 N7 {% b& |2 E0 ^0 V$ B" t% T1 OIn this tutorial I will show you how to change the Head of Mark flyff.$ d* ]6 P/ r3 k, i3 q/ f
The current Head Mark is well known, 5E, which results as a string ('^').9 ~8 G+ a3 h+ }9 `, e2 ^

% }+ G! h/ v% CFor this we go to the World (Project) and looking at the Buffer.h after thistext
7 k4 I& C. ~7 O& \+ u( V7 ~( g, DQuote:
  ^, O5 a# d! i6 D5 T% }# Define HEADER MARK '^' / / Normal messageheader
0 {0 Z* b0 S: x7 E* u. _/ N# Define SYSHEADERMARK '%' / / System message header
! d* ]6 L8 ^2 k; g9 \What the Sysheadmark is looking for is not even the top 5E.! J7 X# U$ F* Z; b
Change this and it makes the CE Not work on server.
$ H, _) ?7 u6 J1 n# x' v, d; x$ T$ o1 I3 C( V. g+ i2 F: I( @
Then Tom's anti-hack is no longer useful.' Z6 _. Y3 g5 D" E/ r$ d
0 o( {- r0 V+ K
LG Sedrika
Part 2 of blocking CE

  J- Q0 s6 b# U5 F4 M& A, k8 |6 {
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.
- a* N9 h; \+ HWhat does this have an advantage?
4 ]' A, P# A( r+ ~. G% G& WThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself 6 C) T! x7 C: C% }2 H

8 y. C4 M0 @. T& a2 r
9 I2 ?7 I! N9 I. N, X/ fFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
& h8 M! P5 f+ k. P$ i' x9 @9 a- v9 x* r. r/ C: J' c: p
Then search for the following content in HwOption.cpp
/ J1 e) ~! j6 O6 `* W3 f
, g/ s! q9 \1 t' N6 S3 \# X7 X9 N/ q! r. K! R
if (scan.Token == _T ("ip")). G! k$ X- P7 p% ~
{+ |+ x4 F5 b  O8 ~) J
scan.GetTokenEx ();& o% @+ m' S: Z
strcpy (m_IPAddress scan.Token);- A2 j- H4 P( m4 @3 V% _
}
5 y! T: L, r! s) \1 W4 t9 F: }and turn it into this:
6 P$ B* V' [/ m" EQuote:4 j+ q! {) A; x. L6 f
if (scan.Token == _T ("ip"))$ B' k9 I* p: C% v% D, D; P
{$ H+ B# q2 z) n3 d( T
/ / Scan.GetTokenEx ();
8 T5 o7 t- g) C  s: L; C- t+ i/ / Strcpy (m_IPAddress, scan.Token);  Q. \# q: I  E2 [( V8 D
}4 |# r. \) S" R3 w: u& S8 Y2 |
And you created the solution.% |+ `* f4 c8 ?( g$ I$ h
3 ?& ^# ?! h5 ~- k! ?* W0 M
& ~8 E5 T, x- [  y. T
Then read the Neuz not the IP from the INI anymore. even if put in it: j" s5 h$ x. `  u% J2 n  [" o

  `& r! l+ {3 m3 _# f: @0 o
Max skill's

7 G% ^% ~/ \  }5 r
$ q# p% {4 w5 O* iAll 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 b) E5 }% F) y. F; \$ I5 A8 N; Y9 V, F
With the TUT can provide the remedy it. N. t/ K3 R+ v5 @& s( u+ o/ ^) o0 r

1 s2 t0 {0 D, X! Q" c3 b# 1 opens the file SkillInfluence.h+ {! Z% S0 Q8 p) {
# 2 Search
) V9 C( g& I- g+ S. ICode:$ r6 o. Q& G" C! u, g$ I1 j9 L; z
* J/ N0 p  S7 j6 C  @7 q+ ^- V
# Define MAX_SKILLBUFF_COUNT 14! I5 n4 u4 q: C' U
! B' _- ?  Q6 c5 ?: S4 k3 T# K
# 3 Change the 14 to your number (eg 21) and save it from
4 B1 T' @& V- r/ ^. ~' u6 o: ]# 4 compilation and ready5 f0 D  H/ L- x4 X, a# k
; c% Y3 X, f! N

9 r$ _; o! g& c  QI 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:, z' I4 N" J  [' j! y1 ]1 |
5 Y, L, V2 [8 ?! P
dennisdra9 F0 L% T$ n- s8 J8 J
.Crasy
, v5 b& b/ ]7 k( L  Q1 z$ M©ross
3 K$ y: M- f; e( W5 ?) fSedrika& |" M8 r% A$ _# C3 S$ ?/ Q" ^

1 X" U4 v5 _$ w( B3 f" K# meverything 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!
0 ?# d9 Y# o* Z. G: l
  E* @6 F) |0 [# @4 v, f( m( ~1 SP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
% F3 Y1 |: B( j7 Q/ {6 c. {  z" Y9 s7 T7 r" a9 v$ s% M; @

4 b* D5 h) c2 G% v1 D/ VUpdate 1:
how to turn off "Profiler" in worldserver.exe

9 O* E# X" N1 o; b% [( h2 e' M5 V8 ^( r) |

& e+ d% l6 y" q4 T) n* pin VersionCommon.h of Worldserver Solution0 {, ~0 d6 f3 l9 Y( i& y
Look for
+ z, @* N0 ?4 e1 o% ~) V. A0 _6 T0 Y' H# J0 g+ ~
#define __PROFILE_RUN
+ O! I* C8 z! W  f" }$ D4 @' s' g& E5 a  `
comment it or simply+ O$ `7 L6 M7 x: t' ?. z4 c# N

; j- T( o  Z2 f3 ]; Z6 L$ k' D//#define __PROFILE_RUN $ h5 S' e8 @! e
. ~) T, }( J; g! P
6 A7 L$ C( M. b0 N9 v6 A1 F
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投寄。谢谢。我添加更多的很快如果你有病加太
! D( T; I$ ~1 P$ F5 d3 T, m





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