飞飞世界论坛

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

作者: 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
9 v2 w( x+ t6 x+ }3 ~/ r
change level without Rebirth" J' J0 N/ @1 S" R% D5 M7 [& K

, p! r# }+ \  O1 L0 B: pNow, let us begin.. H' F6 Z- F3 c+ b5 _$ f
8 L9 J9 n4 y3 i9 s. ~$ ?& C
Requirements:% m' V8 y9 q9 u! U) }
Source
: H# F9 W- q' ?, J+ v" xNotepad / Editor
) u% ]0 ]+ e( u+ n/ t% G9 J; d& w3 B3 O0 G& O8 r
/ / Tips by Sedrika
. t1 N! }  v" z, i5 _& v3 A
/ q6 h' P& u/ W% @9 KIt is up to you how you do it ^ ^. J) r1 Z$ m7 ~$ h- N/ ?) g

0 ?* ]8 p$ s, s7 lGo into your source folder and open the definejob.h) X' ?% ]/ L) M
Search there for:
) @7 h# p$ R) Q  Q: M  H
6 N: S7 M# C6 O! ~" ]" ?#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
7 U( {. G: T( g+ X) w; J5 R#define MAX_LEGEND_LEVEL 129/ ~* \$ V, M; N4 d' b1 H  A
#define MAX_MONSTER_LEVEL 160- z# n/ I! b& B; ?8 h
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
6 f6 }) H7 K  M5 h#define MAX_LEGEND_LEVEL 121$ [- o$ n- z3 _$ ^* n! ~
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 5 K. q9 z& B, ^9 ~, d6 I0 R: x+ q8 ?" w

4 m2 m+ y; ~9 i5 n$ c% `+ n2 `! O0 [" n  L  p8 ~
Red: Player Max. Level5 v' |6 y1 ^% h0 V
Green: Monster Max. Level5 S4 n$ n% u+ n7 s5 s) ?
$ d- M4 M0 D, x# K
These changes as simple as you want.
" |8 \' E) O4 _2 T. n( Z+ u' |, _* G  K$ t, V$ A/ J7 b2 _/ r* p5 r+ g
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.) T+ d* u: O" j

$ X! f) R/ s( {# P) i9 q5 g
Part 1 of blocking CE
7 V' ?/ c  k. a- s% T
$ u7 T, N' O( j$ n6 L$ y& m' H
In this tutorial I will show you how to change the Head of Mark flyff.7 `: `  x& n& g
The current Head Mark is well known, 5E, which results as a string ('^').
7 y/ y5 ?0 f- }) l7 T# m: `5 V- D/ |
For this we go to the World (Project) and looking at the Buffer.h after thistext
# w) O1 Z# R5 q2 ], m  q! QQuote:# ^, J1 z; x: k9 M) f
# Define HEADER MARK '^' / / Normal messageheader
0 @4 _0 T) c2 v7 t9 z# Define SYSHEADERMARK '%' / / System message header# w* S  c1 \# f/ l
What the Sysheadmark is looking for is not even the top 5E.
" X$ P( G& a% c# Z! t7 z8 mChange this and it makes the CE Not work on server.
5 N" {- _1 ~7 F9 z: W0 B
. f. U7 p/ q- M/ S" Q/ d+ M" xThen Tom's anti-hack is no longer useful.
& `/ |# O: Q8 O0 m0 T$ J+ o( L) k& F  ?. E( U/ D, s+ @/ N
LG Sedrika
Part 2 of blocking CE

6 R* Z1 z6 v5 ]. O- k% I& p" W/ R# i
4 [( w$ L4 a# j2 P7 ]( w4 }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. 3 }$ R) ]' N( @+ f
What does this have an advantage?3 |* I( a' [7 _4 M& k  }
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
, C+ {* G* V, m0 @- o8 J: i7 j6 ^. m# {/ ]+ I9 t
7 Q% X! M, P$ g
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.$ s" r% |* k- W6 h

9 r( Z1 ~1 N  x# r. ]. f( a; yThen search for the following content in HwOption.cpp
9 l* ^/ q6 @9 [, W8 G% X0 M5 R8 m6 h6 t  G5 Y# ~( q/ m5 j

& e* G7 N$ u5 |+ H" cif (scan.Token == _T ("ip"))
  E: W7 H$ T) C$ N+ w{& o6 v+ S6 x$ W, ?+ Q" E. A0 ~
scan.GetTokenEx ();! m& V4 M: H9 A$ H
strcpy (m_IPAddress scan.Token);
( O: {! J) Y& F& p1 C/ z& O}
( e5 T2 J+ P7 ~* j% b# Nand turn it into this:' z) `& @* t& C2 J4 |1 u
Quote:
& I+ R0 t# F- m( o6 Cif (scan.Token == _T ("ip"))
( h  W+ {& m7 e3 y1 X# z8 f2 b{
; U0 g8 F& ^- d$ M$ `' ?/ / Scan.GetTokenEx ();: f- G9 w5 W5 m- U0 i3 v; @5 P1 O8 l/ n
/ / Strcpy (m_IPAddress, scan.Token);) o) I9 P1 B0 N& g$ J' p/ }
}- P# f8 _" R8 B& b! g' p9 G& l+ P
And you created the solution.6 C. @  M2 _) z* O- c  Y
! a! ?3 a! q1 m# G/ @0 o4 {
' U& V) X+ b) E) o3 j( Y( J+ J8 b
Then read the Neuz not the IP from the INI anymore. even if put in it% H+ K8 z: {2 F
% P0 X) A% k1 m6 K
Max skill's

+ `# N$ x2 i  |& u, I' f& b' u3 ]! g
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
( ?0 Q7 o3 b/ ~) Q7 T: ~; q! Z" b2 `- ~" u! D
With the TUT can provide the remedy it: G& o, \. U* y6 C" i
- M# k( k) e7 b2 v* i- A
# 1 opens the file SkillInfluence.h
: V3 a) q0 E: n& \# 2 Search
) [! S$ n! t/ S( [* vCode:1 @# s' R" y6 W5 e
  r/ M$ w1 @7 @& O  j! I
# Define MAX_SKILLBUFF_COUNT 14, k$ j, {0 ?* S  j" [

  c; J! c9 S# P. a# B! J# 3 Change the 14 to your number (eg 21) and save it from" B) W( Z, y8 I8 s
# 4 compilation and ready
* F2 o/ W7 J) i1 g( S% z
, Z4 X/ \" {' q5 D3 r" ?' g5 p( J% G; J3 v. V2 L# F
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:
' F% V$ B4 W% y% O" Q  I
* W* p$ L  r, Y$ tdennisdra$ n2 y( i: n0 J# R4 Y" K: L" l8 {
.Crasy2 D1 H+ |/ M. {/ P8 R
©ross
2 o8 {. K% h* l( CSedrika
- n* p/ `! i4 h9 V3 s4 t. Q0 }' T( T
everything 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! ! b5 d0 ^1 ]$ T' B# i0 z

3 w, w+ b* @$ ]P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less7 |' W9 |# E1 d0 `! a

, S7 h& T7 g/ f7 X  A: V; R2 g) R* C
Update 1:
how to turn off "Profiler" in worldserver.exe
* I6 g: i5 \; e. c

  K% T' _- f/ |# }3 a
4 T7 m2 g2 F) e7 k* ~6 u7 Xin VersionCommon.h of Worldserver Solution* O/ }0 }! l$ g% t) y; [
Look for+ |2 {1 q0 @- I
, g# R# t$ E4 n* |$ w0 o- ?
#define __PROFILE_RUN
4 p5 K0 [, h1 K- k( ]! W$ S# V& p* u  f5 v, k8 E! v6 R
comment it or simply' g4 U4 w/ B& \1 q

& g+ k- S9 d4 g* ^9 v# d//#define __PROFILE_RUN 3 S* v; q! T& o
' h- P& r- P8 Y7 w  F

, i8 g) [% K3 _/ Hcredits 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投寄。谢谢。我添加更多的很快如果你有病加太

/ _9 U. U% z$ S/ k




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