飞飞世界论坛
标题: 改变最大等级 [打印本页]
作者: 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
* [: r9 g9 ^& a5 q4 ]7 lchange level without Rebirth" V! N1 P# X4 T8 I1 h6 |, V
* P. B$ T9 @# R; k t7 j1 ]Now, let us begin.
1 A; f7 h. V8 b# a4 e# i
! X: n, m; ]8 E, z7 o8 lRequirements:( U4 @* x6 Q5 U1 ` [, `5 G- e
Source
+ L3 m! J: \" u7 S g$ GNotepad / Editor
- o o6 b+ [( d B2 b9 t2 v- z7 Z+ X' v; L
/ / Tips by Sedrika9 x! D! K- N( l5 ^
. X4 d' S' Q7 B; ^7 y) I! JIt is up to you how you do it ^ ^
u$ @: t( X- C1 U
# P# P) X* K# `* l, }' c4 @0 @Go into your source folder and open the definejob.h: D( b K; l" e( ]% G4 n/ c4 b5 k
Search there for:$ F" k! _& P8 A9 P- Y2 F, Q: c
5 k+ X+ o( ^9 [5 k* \! z: T; a' w
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå# O/ I7 P5 a+ O+ T9 d
#define MAX_LEGEND_LEVEL 129
/ k1 b: g; \: B( p#define MAX_MONSTER_LEVEL 160+ P& `5 y B y, Y% ?* A( t
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
) U& N" S) a4 p- S9 c1 }% M#define MAX_LEGEND_LEVEL 121: s8 t3 N9 [/ y
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
0 Q ^- U) V& n" }( a8 T+ `
1 A. b! s2 q6 U, G5 o
0 f5 H2 r6 H' b2 L+ K SRed: Player Max. Level5 z9 A8 l, s8 X% q
Green: Monster Max. Level
0 u, ?; k1 f6 a/ q i
6 c# \3 N/ F7 I7 e4 i2 C mThese changes as simple as you want.
# K1 f1 G& S7 C7 M( m0 s' W6 ]
6 y' x) S. p( o. g( F' h, s( E- `: k$ W- o( aThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
: ]9 u4 C5 u8 s8 F7 x3 x* ]1 N4 ]$ b, o' u2 j% t' H
Part 1 of blocking CE
% L: K. H/ M1 T$ }: M$ x2 @0 F6 P! n, E$ \
In this tutorial I will show you how to change the Head of Mark flyff./ ~3 d- \; r8 r4 n( @
The current Head Mark is well known, 5E, which results as a string ('^').) g! n" G) x8 G9 p
4 X: y& S- C+ S) c# L( i3 [For this we go to the World (Project) and looking at the Buffer.h after thistext& T' w+ c, m+ {3 A+ L5 U4 [
Quote:
# V H) ?. a% Z9 ~5 ^# Define HEADER MARK '^' / / Normal messageheader
3 m* ~: E- F+ M4 j o* C5 n# Define SYSHEADERMARK '%' / / System message header0 X; D" K7 ]- j7 K
What the Sysheadmark is looking for is not even the top 5E.; z7 @5 H& |: e# E
Change this and it makes the CE Not work on server.
5 ^! D! H( V4 O0 C4 _' Z- z
6 }" C+ B; q2 o, k/ w8 o8 cThen Tom's anti-hack is no longer useful.
* F& s/ ]& ^6 x7 Y8 Y' o4 M
7 D( d# }; \6 K% \& r* a( X) k* ZLG Sedrika
Part 2 of blocking CE
! A* j/ ] T1 _. N, g) s( n/ C& \2 h& y& x1 g
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. # t& t4 X0 p. p* `* j4 E
What does this have an advantage?
Z) \& P* m+ f7 ?# v4 ^The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
d3 Z, O% D; N2 ?
% x* [9 |' Z' M0 f" L! J* l- [- p% F: I: z2 T1 w7 r9 I; |
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.7 U1 V$ s1 g" e7 O0 ?
/ ]5 P/ m# L, H; F, ], A) v3 ?Then search for the following content in HwOption.cpp . x8 q! \ z. a
3 i! W4 R0 C7 C! Z. q3 C7 G! Y( E. U( x
if (scan.Token == _T ("ip"))! _( [ E8 f1 f0 {; f
{
5 \, O3 [6 u% N3 L. |0 E+ Bscan.GetTokenEx ();0 m, b, z) u/ _( P- z
strcpy (m_IPAddress scan.Token);5 [$ Y% p7 Q$ G/ r
}
. E1 J9 P$ I: gand turn it into this:
9 d/ \; I- m, X7 A- xQuote:
: I; G0 f$ O! F2 Q% C% ^" n$ n7 fif (scan.Token == _T ("ip"))( z, J; i. q5 ?- K9 `
{/ T7 h' T# R* d. t# p# p, b
/ / Scan.GetTokenEx ();* h- Z6 s5 M4 S) {5 G$ c. [
/ / Strcpy (m_IPAddress, scan.Token);5 q; U% ]. Q; x& }! k# L6 J2 \7 d
}
/ y6 N! W1 V9 f0 EAnd you created the solution.7 q, f: G* ]5 P$ O# M" U$ U& B0 M
( D( L: j+ L1 X7 t3 Z2 Y# q4 |" L* P
/ q0 e# H1 F9 ]; q, sThen read the Neuz not the IP from the INI anymore. even if put in it
+ |- @$ g/ G/ O! |- U- A( n; `
; E# M# B! H% O' r7 Z5 @" Q) {
Max skill's
0 ]% j* F/ y' A$ ~. Z) r$ a2 }! b+ j w. X& ?
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 & Z6 j: N" P' |' E7 Z1 u$ j
: o4 {- \7 M, m
With the TUT can provide the remedy it
% ]2 U# | A* g- \% @
. ^- c2 o! M, ~5 A5 `# @# 1 opens the file SkillInfluence.h
' ^4 Z9 K2 D6 ~& K$ ]* d# 2 Search, @& K3 Z- S$ e5 N ^
Code:! x1 h/ U* Z# Y% p5 v9 v/ [
' `3 S$ l. a9 s; e% u' n# n; X# Define MAX_SKILLBUFF_COUNT 146 u" H0 q) C# a J
2 y8 Z# \2 t; D9 d) z
# 3 Change the 14 to your number (eg 21) and save it from
$ O3 M* ?, j) Q) Q6 j( f# 4 compilation and ready
5 h( T$ b' N6 t# I( c; L, v: |1 x
o9 f* ]/ S! 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:) M7 V/ U$ {. B6 h+ @' j
# E2 C* {4 y2 N, L# a3 B1 Udennisdra
% b& _. g+ X' E; i) A.Crasy
/ J7 f0 ~: i0 a M( L0 m+ M: Q©ross
5 B! s- f! s* j( n8 [: oSedrika
/ b! w2 R) R: u; Z
) ^2 J9 j8 h5 V. e3 Y$ neverything 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!
3 C! Q4 C5 T0 \7 f) g% e! i( m5 }
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less9 J% ]- Z* G6 I$ f8 Q7 q+ [+ G' E
4 F- Y2 l5 P2 P9 n5 d# b# d1 f# N* T5 u6 w ?
Update 1:
how to turn off "Profiler" in worldserver.exe
) w: r5 S) l ^8 W- T H% i2 V# P3 v
6 q( z1 p# u0 e% O9 F
in VersionCommon.h of Worldserver Solution7 v5 B+ d _; P
Look for2 R5 b0 w, E) d" u
, b; U0 Z$ y" S" Q
#define __PROFILE_RUN
: m0 B4 H, t4 |1 I7 v) [
8 N; ?# |1 N" U# |2 e5 p: l- Jcomment it or simply& r& h3 b# @2 f& T4 F
% ]% c4 c3 r# _# Y3 Z//#define __PROFILE_RUN
+ | e& ~* A' `3 ^# ~( g/ E
% B- Z" X, L+ ^7 J$ A- z. x' p( i& I, t: H! b3 I
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投寄。谢谢。我添加更多的很快如果你有病加太
9 m* G8 O2 A# P/ A* l- N+ [
| 欢迎光临 飞飞世界论坛 (http://www.ffwold.com/) |
Powered by Discuz! X3.2 |