飞飞世界论坛
标题: 改变最大等级 [打印本页]
作者: 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
0 P& v7 I, m9 U8 c$ ]
change level without Rebirth
, M; Z' b& ^$ I0 v% d- s' g- I- o, X8 e0 K5 M1 H) d% i% T
Now, let us begin.
& |* b) T# k3 V* ]. Z( O2 j7 B4 F) D: C4 r- c5 g
Requirements:
0 R1 S' I! I j7 E4 |3 nSource
1 Q: F" G4 y( N$ v! a: L% XNotepad / Editor
2 k' ?! T" q Y) _' b
$ y7 e' h- h! R. H/ / Tips by Sedrika
1 y# L$ y! q! b5 v6 d( O
; M, j. K6 p J2 K* [$ i) wIt is up to you how you do it ^ ^
) L# ?2 [( f0 c; r/ U. ^4 r
]8 X1 o, W2 Y; EGo into your source folder and open the definejob.h% S& t$ ?1 \8 n) ?
Search there for:1 }$ ~% }. Z5 _4 o+ r& x" r
4 I3 H+ i( d4 m5 T( d
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
" E# G+ P2 S* ?. b#define MAX_LEGEND_LEVEL 129' D6 W3 M9 `4 C, w
#define MAX_MONSTER_LEVEL 160
j' g4 W! \* L( o#else // 15Â÷ è÷¾î·Î ·1o§è®àå, d% }4 G' \3 d* @7 p" w
#define MAX_LEGEND_LEVEL 121
8 |- V2 l( Q( f1 f0 t$ ^#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
5 _0 I8 Q _; i5 e) l! C( d
% A" `) T' a6 M# W% C, S. U/ ]0 u J) h* c
Red: Player Max. Level
2 h; ^' T4 e' `5 ~( ?' v8 V% hGreen: Monster Max. Level
+ ]2 X `' b9 g3 Z7 w' C" }8 A0 d! g) ?4 R- `: y
These changes as simple as you want.5 G2 [0 n6 n" p q P; m
% {, g& [+ z2 |6 x( N% a3 s8 z1 b
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
! }) B4 P# A" p$ p& }3 q
$ a& P7 o2 R0 N& S- X
Part 1 of blocking CE
% ]* O; i* V8 t9 s6 W$ Y& s( Z. ~. Q8 J
In this tutorial I will show you how to change the Head of Mark flyff.8 P8 b& K+ W" x5 D
The current Head Mark is well known, 5E, which results as a string ('^').( _3 v# E. A% y
2 F. I8 J$ ]& J- p: oFor this we go to the World (Project) and looking at the Buffer.h after thistext: v/ c, O3 o* [) \2 D2 k% N
Quote:
& x+ h: K0 M4 A. G5 P# Define HEADER MARK '^' / / Normal messageheader3 J1 D+ k. a& l* b! P
# Define SYSHEADERMARK '%' / / System message header: n9 k+ z3 \7 m; l( Y, Z# ?+ b
What the Sysheadmark is looking for is not even the top 5E.# S) q6 ~; `5 A9 S/ U* Y# e$ d, }
Change this and it makes the CE Not work on server.7 V# {( c% G; q3 r/ `2 a
! [) G0 x2 |" D7 L# Y: R* R) B: B8 wThen Tom's anti-hack is no longer useful.
, b4 ?+ I+ P- w$ H' n6 [1 ~0 i6 x0 v' r, R" c
LG Sedrika
Part 2 of blocking CE
' r+ h8 ]5 s8 k2 f
3 R3 T; F! U0 m) DIn 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 s9 p4 C2 O% v9 A. E. l+ t
What does this have an advantage?
) @# A" C4 |& H9 U+ F; L3 q& Q: _5 l& Q5 uThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
' s" Q, f. j- }- K6 x2 g/ q7 `4 r, [1 ~6 J5 A o
- [" C8 B& r6 ]4 ]
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.2 o% D/ L% x. `8 j
# p4 `1 E$ P7 i+ Q) c7 a# A5 P, L
Then search for the following content in HwOption.cpp
- s, ^! ?* c4 i4 G, E" I! o
/ U( a7 k! J! T4 Z) T+ g% v* W! h
! x7 Z6 W) t+ f- ]if (scan.Token == _T ("ip"))& J$ T5 b# p$ }/ E7 @
{
) K r4 r8 K3 C: v* X- y9 Y3 Escan.GetTokenEx ();& v% ~& n: U# P0 I% [( a
strcpy (m_IPAddress scan.Token);# t3 h0 L; l- q! }
}
" C! V' C. f9 I. A n( O: |" {and turn it into this:' i) I' Y: z7 }
Quote:
' s6 n* t) B N$ ^if (scan.Token == _T ("ip")), D! E2 T2 B; D4 [4 g: `8 w
{
) k' t, e) ?% i& v) \- ?/ / Scan.GetTokenEx ();; S- h/ ]; W0 C: _6 ?
/ / Strcpy (m_IPAddress, scan.Token);. m7 D, U$ U5 l' ]5 z/ H
}3 [! C- V% r" X# D, k
And you created the solution.
: J; G& A4 A! \. N ]! f2 C
7 y6 P0 }2 q* ^6 j$ E) N2 E5 q( a) u# S3 `" k) ?) J) f+ ]
Then read the Neuz not the IP from the INI anymore. even if put in it
3 E( I p' O) y5 P5 T% p. N8 q/ E3 f* ^8 g; ?0 F7 v
Max skill's
4 Z A# r$ X- x( {' n
- K8 [( v' Z- G$ c- T- z
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 8 O: n! _8 q* T
0 K4 Y1 D5 m6 h$ y9 W( _( lWith the TUT can provide the remedy it
5 R0 n- p L5 I- e( ]# r
" u" \3 X9 [& i# 1 opens the file SkillInfluence.h
* r/ O; O* U2 u1 C7 k7 L2 `# 2 Search" [: X4 q3 g) \( m- I5 X& O+ k
Code:
# `4 N0 C' W, P
3 T7 m$ ~+ _: A7 e! A: l# Define MAX_SKILLBUFF_COUNT 14
# a n, l2 `9 d& h+ n4 S" ~$ l, j' W. t
# 3 Change the 14 to your number (eg 21) and save it from% U' V, V" @& G2 p3 I2 ?& [
# 4 compilation and ready) x1 L" ]& `9 C C9 M
: c v% [' I. W% m6 k, Q T3 W7 ` a. t" R3 o
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:
5 X1 i$ p B& T E& y: x) w7 g
- ^. N# b7 r v/ ndennisdra
8 X: ^5 Z! O" P# C+ c.Crasy
_. i- }* o) K# A) Y: o c©ross' H. n) Y* l0 A
Sedrika
0 ^2 G1 t2 G& E$ ^% m1 A1 Y! c. w$ G0 z
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! ' G: m3 I/ n' p3 R
# I' T4 r* O7 ]0 r! c( qP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less) f3 ?- h0 }4 A
3 C* v* E" o5 ^5 Y% ?
# j) L' ~ C6 ^! B1 TUpdate 1:
how to turn off "Profiler" in worldserver.exe
: Z) E" r( H( Y8 g& e/ r: f
+ v3 q% t& S3 u! k0 v2 I
; m; G; m4 q* e% j% nin VersionCommon.h of Worldserver Solution; t, E' @5 k, t; K( t. v1 U9 w& A
Look for3 g B; f! ~. Q# |" b
& C+ ^0 }' I+ A$ y# u" j#define __PROFILE_RUN _: {- Y4 O: C( a
, M: {0 \; G' f% J3 Lcomment it or simply
b6 o: U% t9 h
0 K" _- o/ t' _. }1 @( ], c//#define __PROFILE_RUN
4 d3 H5 x* l) K! l6 T% ^5 ?7 b: N. }, l/ a% t) w# S* R9 ?! N" Y
: L* F7 a: O8 U$ J+ T% r5 U, 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投寄。谢谢。我添加更多的很快如果你有病加太
5 I4 R k2 u) x( ^6 n' h+ ]/ u
| 欢迎光临 飞飞世界论坛 (http://www.ffwold.com/) |
Powered by Discuz! X3.2 |