飞飞世界论坛

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

作者: 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
$ f& c" R+ `5 |. q
change level without Rebirth
9 p- ^0 i/ Q+ J
, D' i4 U4 c& G1 P) ~1 L0 \Now, let us begin.$ U, q! k  w6 U/ O) R' ^
4 J; C& Q5 k& N; l/ \7 X
Requirements:* P1 D: i3 `5 V) O3 s( P9 [5 s1 c
Source6 q. {0 \2 \: w# B
Notepad / Editor) t8 N* }/ N( D! s

9 L  [! S  I9 f, e: r3 d/ / Tips by Sedrika
+ |! a5 C( G% S1 L" G4 o
* W$ Y, k; m- {/ g3 E# m* ^9 nIt is up to you how you do it ^ ^
( d2 {( |' H3 ~. Z& ?" ^, k5 n# n7 x) V$ M6 g1 |5 z9 f& i" x
Go into your source folder and open the definejob.h0 E3 D. u- V7 \& k0 r
Search there for:
; Y- i$ p$ h1 i2 Z
4 ^7 G" Q' F$ A( N, X4 F#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
! m  B4 g8 Y( V7 S0 Z8 C) Q0 J  c#define MAX_LEGEND_LEVEL 129
2 }% x6 e6 _4 Q! P#define MAX_MONSTER_LEVEL 160
6 w! G# u. M) n9 ~/ W3 f7 P#else // 15Â÷ è÷¾î·Î ·1o§è®àå' H2 C& s! Q: `, x7 ]0 w
#define MAX_LEGEND_LEVEL 121
4 r6 g' ]/ G' e0 r( D7 }: A7 u% Z#endif // 15Â÷ è÷¾î·Î ·1o§è®àå & y5 z& p- ~: I$ s6 m

! ]6 U7 E8 i8 b2 T! X8 @& A9 W2 }. l& r
Red: Player Max. Level, W! ^. ?8 o  Z: j+ B7 m( F
Green: Monster Max. Level
  N/ c+ T" h) R! r  A& ~* d8 Z6 A+ e1 s2 c0 Q! U2 C+ }! |
These changes as simple as you want.
: u/ g& i6 c) S4 r& k" a: y9 i+ g8 u) d2 a2 t
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
$ q  B7 P+ ^# a) M5 s3 B1 j5 Z! P7 n) u0 U
Part 1 of blocking CE
& |9 N! z4 w' V, ?/ d% ^
9 t5 c, _' |& G
In this tutorial I will show you how to change the Head of Mark flyff.
3 a: G+ y' c8 w) w- B9 Q3 ^The current Head Mark is well known, 5E, which results as a string ('^').: _& Z5 H% n; @8 d" K& e) M

; Z) o+ I. ]9 q+ T2 g% V9 oFor this we go to the World (Project) and looking at the Buffer.h after thistext/ R) K8 O2 z, P5 `  q( F3 l
Quote:
  I8 e# c3 S$ `: p! m; w+ y# Define HEADER MARK '^' / / Normal messageheader
9 e! s0 p" O6 }7 S# Define SYSHEADERMARK '%' / / System message header
& |; ]0 o! ?* R2 }1 hWhat the Sysheadmark is looking for is not even the top 5E.) o: F! k& M+ c+ Q4 M' A* w3 Z' ?# ^
Change this and it makes the CE Not work on server.1 {# N# n- |% q
5 S- P/ T( |; x. G3 C, R
Then Tom's anti-hack is no longer useful.' v  C( w2 @; ?2 M# [' n' C  M

+ r% k( O  f5 ]3 |% XLG Sedrika
Part 2 of blocking CE
3 T' J- B3 M1 o2 [$ @- x4 m! x* B
4 `, d* f% g- k$ J5 F4 l' `7 |
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.
5 @0 Y  {0 Z! i0 F5 }% Y& ?) cWhat does this have an advantage?& b" l$ W3 c) A' w9 r
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
) v# t, |0 {3 a/ G+ H! d, ?4 G) }! k: P/ W8 [: c& c

$ Y3 f! I/ H6 ^* kFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
3 P8 f! y6 `' J/ T6 G$ {
$ {2 S7 |8 [: O) |Then search for the following content in HwOption.cpp
: t$ B! ~; B* R* Y- M# d. T; H% U; i- b7 B

5 Z) A# z! Z& @! U: ^3 L" L3 [if (scan.Token == _T ("ip"))4 A; s" E- {7 v5 b1 A% C# O7 S
{) H  h- i# n% W/ A- b' \
scan.GetTokenEx ();
0 O0 l! l: L: ]4 Kstrcpy (m_IPAddress scan.Token);; k+ q9 y' t/ E8 R  w. W
}
8 Q2 y, T6 O7 p/ }: V; i8 y4 I4 [and turn it into this:! B* s0 k8 }9 ]
Quote:. s( V1 S" a' Q' Y+ Z
if (scan.Token == _T ("ip"))
% j! D* \; F/ ?5 f: R" _$ ^{4 H9 {# b* @; p! S, ?
/ / Scan.GetTokenEx ();
. p. R9 r6 S1 i8 x% M/ / Strcpy (m_IPAddress, scan.Token);
" t4 G7 ^7 q; M3 a9 u. C9 ]# ~, [}
& c( [6 \4 j. T7 j$ F1 M! @8 AAnd you created the solution.
4 I; r2 d# o0 q. ]0 t- c8 c. f! q& h6 H& X) e* p9 o
$ a6 R- j; @% O) o- p; l2 Q
Then read the Neuz not the IP from the INI anymore. even if put in it
- r1 f4 q% Z# Y, D( a
1 {; N' T4 d# t1 C1 f5 T
Max skill's
/ q, N2 v/ V+ F  u- F

  j) ?( H  q# U7 j6 ?$ C# K& DAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc   d) e0 \  `, v8 c
6 A9 G/ }2 |  T
With the TUT can provide the remedy it
% [6 M* k; \# K; u' ^& c- `" ~. G) i- G" K7 ?- X
# 1 opens the file SkillInfluence.h
5 g" Q( S& G. R9 M5 n# 2 Search# ^9 N+ X) ^" d. \
Code:+ I9 ^' S# |9 ~0 u0 c5 D1 d2 Y
0 P- ?1 U. G" q7 p4 C
# Define MAX_SKILLBUFF_COUNT 14
, Y  U" O) U2 _8 Z
# v$ I) r2 n& t# 3 Change the 14 to your number (eg 21) and save it from
, U7 P. u- O& W8 }# 4 compilation and ready
# {2 i4 O( v+ w7 F+ d+ ]
$ |& ~3 P7 ?7 k* z$ X
5 J' Q( N3 v9 NI 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:
$ l2 ?1 O. q5 U- w% W2 r! }3 H9 s, ~* @# f
dennisdra8 {' e5 o; V6 y" a; p0 U
.Crasy
$ D  T# L' K$ S  G, @9 w©ross( f& g- l8 ]# Q8 r# r
Sedrika* J9 h7 _: i0 ]2 p- c3 G/ v" H

$ H  `& Q9 y) X8 m% I; U; aeverything 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!
  W, f& H% d) `% }/ C( g7 W- G4 a0 z
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less$ R! L: b/ z" O6 h9 K
5 q) d5 `; h3 X
4 i6 c/ J) k& w2 a& P6 z. s# O
Update 1:
how to turn off "Profiler" in worldserver.exe

2 `/ c; r! I( z  ~5 f
8 E% U1 R) P7 y( v& {& o) {' I8 I5 U
in VersionCommon.h of Worldserver Solution' S0 T4 {1 F3 L# V
Look for
' k% g% o0 D& e9 ^% t# n2 S- L$ X5 A. o7 v0 A4 s/ ?) B0 T0 B
#define __PROFILE_RUN+ ?9 A% K0 m$ H3 x0 y9 R

* }; l  @$ t- {3 d( {* ucomment it or simply) F% |- c0 ^, z+ F/ c# r, C
& o& ~8 Z* Z/ X3 _3 P5 [
//#define __PROFILE_RUN
0 x1 S- u) E' Z1 d+ R* N) P/ p% }  o" [$ o6 @# B+ B; K

' _4 J" x2 S% wcredits 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投寄。谢谢。我添加更多的很快如果你有病加太
( y/ A4 |3 A. J6 [# D( ^. D





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