飞飞世界论坛

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

作者: 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
4 Q( r0 |6 d) G( h2 f
change level without Rebirth
9 y/ d# A; `# `4 s2 S( Y
) N& c! z4 X& I3 L6 |Now, let us begin.
% y  K- d/ W$ @
# P. j( S9 D" x( N, {& sRequirements:
4 M5 u, g, m) ~6 n  NSource% r" V$ |; ]9 b# H
Notepad / Editor
& c0 o/ T2 Z6 D& O, \( h
* @$ M9 {/ @: W5 ]3 \* N) o8 m/ / Tips by Sedrika
% |* i5 }) g8 \2 n9 u9 \, I" N9 a  j7 ^( p; {! O& A5 U- q" I
It is up to you how you do it ^ ^4 G2 J6 D1 l; {4 N% J% [6 {  V9 C; V  p

9 T7 f" }. k+ O9 i& j) _Go into your source folder and open the definejob.h
) m* P5 f; d" r$ y! R" K- vSearch there for:
0 q& _/ a0 ~- Q/ j- I' ^
( M+ h( f" ^* z# K1 d#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
" h% W" e% D% }) M+ x9 s#define MAX_LEGEND_LEVEL 129! F5 ~1 r" ]  ~+ n. A
#define MAX_MONSTER_LEVEL 160
- A9 B! Z( L# c: I7 e#else // 15Â÷ è÷¾î·Î ·1o§è®àå
5 k& m# e- N, X* C7 ^#define MAX_LEGEND_LEVEL 121
: w' M8 w9 n% E* @3 S) i4 t' J#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
4 p" N/ j2 Z2 ?# P6 Q  Z8 o' K
! b% I2 z, `$ b
Red: Player Max. Level
% M7 m0 I9 ?9 }6 u) o0 k, P4 J! M) }Green: Monster Max. Level6 ]6 J7 F4 d( i$ b! R9 i# m3 Q+ }

. l4 e* q/ A8 f& y7 OThese changes as simple as you want.
% h4 H6 S8 y" F" x/ {' H" V/ U1 x: _1 V- z2 ]+ C- F
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.# m1 ^3 C! H1 ]- Q
; L3 a$ Q0 P6 E7 q! B
Part 1 of blocking CE

* P) v. a- x: k
1 B& I5 k& B* P, u( t4 J! iIn this tutorial I will show you how to change the Head of Mark flyff.5 [7 [1 p+ v- ], u
The current Head Mark is well known, 5E, which results as a string ('^').
: z: r" J& F( z# {1 b  M+ Q, @4 a( l7 L9 I2 i
For this we go to the World (Project) and looking at the Buffer.h after thistext9 D( |( S( k3 K$ w) b
Quote:
% L- A+ I6 z; a- y* C. V9 h, ]# Define HEADER MARK '^' / / Normal messageheader/ `# _, U. {* \' b9 A& X, p5 o
# Define SYSHEADERMARK '%' / / System message header. e6 N! r6 G/ J# k3 q+ x2 f5 l: P
What the Sysheadmark is looking for is not even the top 5E.9 o) m: D% W6 l/ N* n0 j3 _/ |
Change this and it makes the CE Not work on server.
7 g$ J1 S( F1 B, N9 m$ P3 H2 g+ ~( O8 W# T+ f8 L+ U
Then Tom's anti-hack is no longer useful., k7 A, [, C# _2 S! s
: J! Y$ Y0 H' R
LG Sedrika
Part 2 of blocking CE

' v2 E; t3 j+ Y- J
4 |$ R. M' w" ^4 \8 F1 `. |% YIn 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.
* n4 d/ c! I8 ^What does this have an advantage?  F$ F8 z2 @5 ^# h- t) f
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself 1 x& G8 k$ x4 _5 N
7 l+ _% c) r2 E! |7 p

9 S! o/ I! l" m$ Z6 x. zFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
( M0 I: h5 l9 R  S
9 `- ~1 }$ s4 U: k  n7 hThen search for the following content in HwOption.cpp
( |, n% f  v6 G1 y4 y
; E* l  Z( h( L; e0 E  o( Q4 K1 K1 H/ s* A* j
if (scan.Token == _T ("ip"))0 ]" I, i- q' g: q( {: _
{, f. g0 N+ T/ @/ q+ h( [# n
scan.GetTokenEx ();2 {4 s1 j: ]9 C, s# b& h. S
strcpy (m_IPAddress scan.Token);  r) D! n' B6 }% y! T- a! m- a
}
- H+ @% o8 ~6 n% W% p0 K5 Eand turn it into this:
7 F9 T: D0 i, m  @3 [Quote:# N% Z1 v- Z0 C
if (scan.Token == _T ("ip"))8 ]2 d' M: T/ a7 Q( D
{
0 U0 |) c: p* |- ~, ]0 V! a/ / Scan.GetTokenEx ();% Z1 N  A/ A7 C6 T; |
/ / Strcpy (m_IPAddress, scan.Token);
  C$ f6 U5 s" r}1 z0 E$ O! x% {+ R. W
And you created the solution./ A5 Q- r$ a; T4 Y) x7 |

6 t0 U' {' @9 t8 G3 l/ v$ X0 v. n# W! E8 G) F
Then read the Neuz not the IP from the INI anymore. even if put in it( J. m7 |& m4 v" Q8 Q
6 G8 \" {8 }* R# t9 {
Max skill's

( i6 ]  c+ H% M1 C' {( k1 D& v+ t) v0 f- k  S1 _/ 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 % g9 K" M3 Z/ V3 J- W; {4 p# F

( ^! Y6 b% _6 [( V# H$ q5 N$ j- QWith the TUT can provide the remedy it5 H% X4 Z1 l7 j, \" z

1 D# K" `6 J& f1 v5 d# 1 opens the file SkillInfluence.h" e# `# ?  y6 u/ ?; j% u3 V. [2 t7 @0 {1 m
# 2 Search
: }3 {+ y/ E; F7 VCode:
( V% f3 p  @! X8 n8 e4 p! F$ r) w; z; B. y$ S# o! V
# Define MAX_SKILLBUFF_COUNT 14
& N) c( L: @) j, {2 m2 N8 a' }5 k7 g% ]% C, x% @$ v# V& ?
# 3 Change the 14 to your number (eg 21) and save it from
* [3 S/ X- v9 E6 q& h9 P# 4 compilation and ready
# v1 J1 J5 T' O  T
: q* R+ B) g' `: T! G% V8 `( b# `0 |& S6 t; i
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:
( k4 h4 s9 \$ ~$ w# E
  z2 c7 ~& M( U* s; o2 G0 tdennisdra4 ?5 v4 n# h  s7 Z- s5 d
.Crasy
# @  K$ f5 ~. Y; ^©ross% _2 O6 W( M1 ^' ^
Sedrika
2 k) p" E7 h' }) s8 q
1 k! w+ {2 i1 |; X* D" H* j4 heverything 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! ) T% `7 a; j# G; R
) d, A( W/ t% ^
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less: e2 |+ Z  `0 U, Y

1 y4 m! Z% O5 ]% ~# a' l5 C+ {5 f2 V4 g0 e6 T' c
Update 1:
how to turn off "Profiler" in worldserver.exe
: J: z; J6 J. h6 m+ M) \; v
' A. F* x( N; I7 ~. G
# S$ S) U/ ~" Z% E
in VersionCommon.h of Worldserver Solution  s0 M1 R. l) z% S" A$ I3 ]! G
Look for
4 |2 P6 h$ l( l, e) Q# J' F  U9 R- |# `( @
#define __PROFILE_RUN7 Z- i* O7 T3 C6 q( w2 [/ A
5 B0 l; o, p/ Z" _
comment it or simply
& g( Z2 c  d+ N  }! @+ k. x
1 L2 B. O/ V. w1 E8 ~+ c//#define __PROFILE_RUN / t9 [2 B" t& ]/ G$ y( l( C
( L, u" u. [+ |! `8 ^

4 R* i& _9 h# i* tcredits 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投寄。谢谢。我添加更多的很快如果你有病加太

% i6 B" }3 `( L4 v5 u& E




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