飞飞世界论坛

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

作者: 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

; P% l8 ]2 M% u9 T6 @change level without Rebirth
6 ?& }) ~7 ~0 d& Q. v$ |; l
2 Y4 i% c) @2 r3 K9 ]& S3 zNow, let us begin.$ n& ^8 {. h! z6 b- p

) p$ ?  M( {+ ^. fRequirements:
/ ?/ l2 F8 H7 K) Y, c* KSource
, [4 P! S) B( f  D/ ~) MNotepad / Editor8 m: f% Z2 Y1 g% ]" {# @. y& I. x

8 n; m& y0 u3 i  N6 v* Z/ / Tips by Sedrika
# C2 H! S! l9 m2 h% r! O$ B8 S
/ c2 s: _1 e+ X. _& hIt is up to you how you do it ^ ^
1 O& z9 H& Q8 e) y) ]. {0 W$ @
- z4 H1 R$ m1 l9 R, }9 d* U2 zGo into your source folder and open the definejob.h3 q- S3 t0 ~! c8 M" j* q
Search there for:
+ H# R% O1 J+ C* K( Q& i' i! W2 n) d
- ~3 ]5 ~* C/ z6 s#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
+ A/ r3 O. j+ V7 @: ?5 L+ }. o#define MAX_LEGEND_LEVEL 129/ h% I. M& v0 F, ?
#define MAX_MONSTER_LEVEL 160
7 t& x  L6 _( q4 d. j* B#else // 15Â÷ è÷¾î·Î ·1o§è®àå: U4 {+ o6 P! M, O! e- c. w; O5 h
#define MAX_LEGEND_LEVEL 121# j7 |; Y+ \: |4 s
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
5 S4 u7 x8 z$ h4 r5 d
: j2 }' R( P7 b3 B! x* v) ^
3 H) ]9 x) m$ W5 _4 s0 w% ~$ ~Red: Player Max. Level
% m5 M6 I- P2 GGreen: Monster Max. Level* u+ p- a6 d2 `* c- A; p1 z4 k

6 ^9 V8 r7 w; T# b8 W' l8 O6 WThese changes as simple as you want.; f' C! W" ^' X$ ^
1 E9 O/ A) T- l8 D7 v4 P
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
- Z4 {7 }$ \# P: g2 C( c" e" J( w  z1 e7 Y
Part 1 of blocking CE
4 M! G, }5 P3 _% a, n/ C

4 r& I- G; O% M# D( h8 p; p+ KIn this tutorial I will show you how to change the Head of Mark flyff.
2 F3 s# u2 H8 U4 p, ]& j& nThe current Head Mark is well known, 5E, which results as a string ('^').
9 j+ i. s% p% q. ~) Q( s2 }4 a( k" w7 f: b: r( [
For this we go to the World (Project) and looking at the Buffer.h after thistext
; v; R8 E- j7 N5 P) _+ WQuote:
5 z, l) M5 O8 u0 q, N* h5 F: x# Define HEADER MARK '^' / / Normal messageheader3 ]( E6 J4 g- P+ q8 {, F: Z" d  U
# Define SYSHEADERMARK '%' / / System message header, F! M1 f) a2 p' u0 {! p
What the Sysheadmark is looking for is not even the top 5E.  j- N( b+ S! o3 A
Change this and it makes the CE Not work on server.2 U% _: t; m0 N" E

7 u! l; B" N  D6 s- j+ OThen Tom's anti-hack is no longer useful.# E, Y0 L2 g: J4 j) \

5 Q2 k$ `, |: f  aLG Sedrika
Part 2 of blocking CE
" f/ Y/ O( j8 Q2 Y9 b% n- V2 Q2 x, C
4 F& L& Y5 \1 m0 P  {
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.
8 k8 H& z2 C$ ~$ q1 A$ j$ x2 T! FWhat does this have an advantage?, |5 T+ l- t. C0 L1 y9 }
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself 5 l! V3 ~6 _* l
) C, W4 j% G) ^4 B% F

, K: d2 P, D6 D$ z; ~' fFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
* _$ A/ C: H* ~# s# E
% v4 ]6 n8 @. kThen search for the following content in HwOption.cpp
* ^* R! _& S9 s$ d* L$ N3 ]1 _/ e
' M5 K4 F$ H2 L* ]- C! U
% {# f  x* ?" y8 J/ Lif (scan.Token == _T ("ip"))
0 p. F$ O" u8 d! V' }* i{- z& ^' s% b; A/ i$ U: J% p  c
scan.GetTokenEx ();  k' f  w5 i# L! k
strcpy (m_IPAddress scan.Token);% {3 D: V7 s$ u  }
}
$ _7 Q9 Z4 m8 s6 Wand turn it into this:
' }/ `) \/ N# e* L  b# `5 gQuote:
9 ?+ V# j7 I! x" |! w1 {& ]& eif (scan.Token == _T ("ip"))
( G4 f( |, A0 Q1 D{
" ]2 p5 e+ R0 n5 o& o5 @/ / Scan.GetTokenEx ();5 A. _7 \  m3 g0 R5 Z
/ / Strcpy (m_IPAddress, scan.Token);3 p) J3 l* u- W2 e# u
}) l& @! G) B% a* n: L! B+ T
And you created the solution.( m  ~- w) @) K2 ~% X
& |2 J: B# N7 |! y. G( w

/ _! I% @& F6 TThen read the Neuz not the IP from the INI anymore. even if put in it) T$ Q0 r% V5 }$ [

) Z. w- {  q9 g1 M6 N
Max skill's
( W( w8 L% l& Z3 j1 ~0 Q

' z- c* i% v9 O' w* u$ s$ u  G1 gAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc 2 i) Q) H# L7 U, S$ M/ h: m7 V5 e

6 w) f# x: a8 MWith the TUT can provide the remedy it
9 ?$ V( G% X  x( Q) r$ l
: p2 Q, L' {% i# 1 opens the file SkillInfluence.h$ ~: T% l% |( W- a1 R( |. {1 D
# 2 Search
3 h1 `$ y6 X$ \# M2 Z# D, w( @Code:
% {2 m8 j5 ?4 Z) ]3 m2 y9 S7 C" m" }; a1 Y% x" h/ n, L6 ^! e! {
# Define MAX_SKILLBUFF_COUNT 14
) x, W( x; |* d  t5 n* N
% C. s& e9 q; E+ d& y# 3 Change the 14 to your number (eg 21) and save it from
" T: B! _( c: d; d4 L# 4 compilation and ready' F9 h/ f: p! B* j3 l

& D  B! P+ h2 L# _% H) p9 y1 h# I# |
/ }) Q' E8 v6 \  Y. [6 ^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:) y, z+ j; f/ I+ t: D2 v8 z/ D
2 a' U/ G2 d+ V+ H5 Y  Y! L
dennisdra+ H. _; p* C4 y! m: e
.Crasy
' h4 _$ I0 \0 o9 h3 m% j©ross
4 w, H9 R1 q* U3 z7 Q7 ?Sedrika- X3 @* l: H& P$ P

" M/ z# o* T! ^: p; \$ Ieverything 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! 8 i, A) R: \% |  r3 }) z  C

, m9 i) h$ H/ s3 ?% c% c5 o2 nP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less! e  Z; }4 ]- p. P" {1 }, U" L: l
" N8 b3 X7 z/ ^' I$ S( H! Q9 q
) ], `. B) @, {! E4 p3 h' A7 Y! t
Update 1:
how to turn off "Profiler" in worldserver.exe

9 \5 M( w0 ^# E
( g/ V8 t3 B+ Y' B4 G* p  V: h
, w8 e7 Y9 s7 F8 p/ m/ Ein VersionCommon.h of Worldserver Solution
! L* W' n: U8 |' Y: @3 qLook for
4 p/ ^2 {: `/ P7 J2 ^# a* T
( S+ F7 T9 h+ ?0 I, E8 J) V#define __PROFILE_RUN0 g9 ^. l8 S  l& I( `
  z) y( [$ `! O
comment it or simply
* U8 s: F. z" F! o" B( [3 s
7 O4 y, Y; a; W& \  G//#define __PROFILE_RUN ( w& `$ s; ~% `  g7 \

) K& @2 A9 O- o' \$ _3 U* R3 \% t. H
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投寄。谢谢。我添加更多的很快如果你有病加太

$ S  y/ n' o! r( n9 J" K; t$ R2 T




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