飞飞世界论坛
标题: 改变最大等级 [打印本页]
作者: 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
; V5 e) u$ D- }6 j' a: m( h7 q5 v
change level without Rebirth6 A( ]$ s- ?7 L7 K. Z1 @
& v+ K. A% d/ E/ {' {% m
Now, let us begin.
1 L1 W! T# M/ b0 w2 x4 t3 @7 _: z Q% x
Requirements:
- L# x( ?+ h. I& `2 j8 b4 vSource
( Z/ F0 r5 u& ONotepad / Editor, L# A0 v8 V% K0 l6 w9 Z* i
6 M3 w: `$ c6 I0 b; u* v
/ / Tips by Sedrika
4 C) y, i* i8 P9 Y+ N
4 l# [8 h4 Y! Y2 M0 @0 ]It is up to you how you do it ^ ^
2 H: g) o" a; [2 k( c4 u, x- j4 a
Go into your source folder and open the definejob.h- X4 Y* P1 g- R' ^: V) U
Search there for:
* w$ R/ q- J! ]. c, L
o7 e1 V3 X: ?! n) b#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå4 f# @- L0 T6 C8 M
#define MAX_LEGEND_LEVEL 129
* V, y. [2 |$ ?. q6 E#define MAX_MONSTER_LEVEL 1608 z2 X) I+ w% ?, w5 g" }
#else // 15Â÷ è÷¾î·Î ·1o§è®àå9 Y8 w2 x$ Y( A. l( [
#define MAX_LEGEND_LEVEL 121
, _5 x: W8 t7 D6 g2 r#endif // 15Â÷ è÷¾î·Î ·1o§è®àå ) U& `4 O" D: ?
3 X: x8 _: [" \/ t! d Y
! J+ @: ^; u7 G7 D1 D. y5 ZRed: Player Max. Level
9 r4 s" F4 @4 Q9 \3 w1 r8 RGreen: Monster Max. Level0 @% t! ~) o0 G9 M7 g
- \; I- ?- \8 Y; n" a3 a7 ~
These changes as simple as you want.3 L+ L( M. J/ C1 C4 f
0 U$ O$ c9 i# I5 F7 D$ wThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.* i5 {# Z! M8 E( l6 G1 ?- |+ F% a
7 ]0 z' d" V$ z4 e
Part 1 of blocking CE
( N3 k5 U2 U' o7 |
. i( \- l* b" {8 \4 gIn this tutorial I will show you how to change the Head of Mark flyff.
$ p7 P3 ?2 M. \8 L2 L$ N2 n4 E- cThe current Head Mark is well known, 5E, which results as a string ('^').
) W1 [6 z) j1 w0 p1 i. e
4 G3 V, f. L! B2 i: XFor this we go to the World (Project) and looking at the Buffer.h after thistext
{' Y$ ^; i. z! j: X5 ~* u% wQuote:) w( `1 Q& g; l+ C$ i. I) ?
# Define HEADER MARK '^' / / Normal messageheader7 V8 j5 t0 ~/ \* _. V( Y) J+ N
# Define SYSHEADERMARK '%' / / System message header9 T1 F! c5 ^! I$ i. W- h* c& \
What the Sysheadmark is looking for is not even the top 5E.
! |; R! Q% v' L) N1 `% f7 hChange this and it makes the CE Not work on server.
! i2 e3 R, ~) @0 x% e! M0 w0 L% Q& ~9 J; C( @9 W! t
Then Tom's anti-hack is no longer useful.
3 k8 {$ z9 H6 b. {9 ?6 o8 p w9 t1 N, g! C
LG Sedrika
Part 2 of blocking CE
* T* l4 _6 j. S( l2 C
5 E8 U3 |8 B( J! e* Q6 d% R5 a, P) w
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.
~. b* k: m( t! P, e3 U' A$ cWhat does this have an advantage?
+ L3 k4 K. @; x" Z" ^. uThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself * ^9 G/ ]4 l, C, r! b7 ^# N
+ _- A" J3 F* A
- m5 `& Z6 e3 I) Q9 E! k
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
9 o$ y# ~8 [( ^( m" b! s, F
: D& L5 ~$ e- ]) A) HThen search for the following content in HwOption.cpp
* n) k5 M0 I( D. w6 A- U' ^( ^ m7 z& F% K5 a7 N# [( y
" ^9 [" O5 l4 V' e, q" r& l' b* S
if (scan.Token == _T ("ip")) P5 e3 W1 c# A+ t: V0 p
{
1 Y& u1 R$ g' dscan.GetTokenEx (); e+ f* r3 p0 T, F; c+ }6 p
strcpy (m_IPAddress scan.Token);' M6 N+ X2 T" k$ ^! x x1 ^- }
}7 a; L# _6 F5 i, t
and turn it into this:
* w3 E% { v$ n$ |; KQuote:$ |- T) z, {& R/ E
if (scan.Token == _T ("ip"))# a. ?, Y* z" |! ?5 A/ i6 N
{
u; ]( V4 I% C. ]4 m/ / Scan.GetTokenEx ();) R' ~+ S% k3 o( W8 X
/ / Strcpy (m_IPAddress, scan.Token);
- e# D% S3 ?; u7 f" M+ B% q}
. m- X5 b4 J8 w: P" k: E! }% oAnd you created the solution.
6 }; f- |% W/ P& F1 ~( n3 v% W9 Z( T- O9 |! a
' ~8 d) k, e+ X
Then read the Neuz not the IP from the INI anymore. even if put in it
1 s* e! S% r9 r$ z, n$ @7 T( o5 Y' R8 t) E. L! l* Q
Max skill's
3 Q0 @7 G- b' Q" Q/ w
2 M+ ~* n7 S8 _* J+ |
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 & M: k1 ]$ E% b( t0 E/ W9 p/ p
1 P, m( p" W$ u( X- I* W( mWith the TUT can provide the remedy it
# a+ w1 A$ |( F2 N9 E' b( d8 t9 l5 R5 G( ^% r6 T( \
# 1 opens the file SkillInfluence.h
7 y3 S/ B ^& ] t8 Y# 2 Search! C9 R: {8 l! f# {% V
Code:$ `/ ?( p1 U# a0 {; P. e5 |. a2 n
' N1 ~" {8 h- U) K$ G* M% L: [
# Define MAX_SKILLBUFF_COUNT 14
3 B' q1 y- a) ?0 q0 |; y2 I; M, T% ^- q' P3 y- f$ R9 V
# 3 Change the 14 to your number (eg 21) and save it from$ U, r* _' e8 `: ?# J
# 4 compilation and ready
4 I3 m& S! A9 i& Y: p( b% d4 L' \) T% w0 _9 ~: X. ]; ^
0 ]5 ?0 A; S D* ~- qI 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:3 g4 y0 G- N$ m
`" c. { M% O& h. U$ A# b: Mdennisdra
8 u8 A0 l2 ?# L) t* `$ b9 L) I4 J.Crasy$ K% w) q5 B- r* I( w) Z. l
©ross
. P+ `$ K) u/ S0 YSedrika
- @9 Y. V6 f$ f* h' n5 b F
" u, J1 h- K4 veverything 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! : {) U) d1 S, E d. H- g
: k! s; F; [0 f& Z( b
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less9 F7 c9 `, {/ T
7 R- R8 l' j0 F5 X5 V3 K' G
/ n' U0 g' B7 w$ ~Update 1:
how to turn off "Profiler" in worldserver.exe
% e' k3 y* V. ]3 \8 O$ q, a ]- P, c) l+ ]2 i8 ~
5 `" u0 t% Z( Z; X
in VersionCommon.h of Worldserver Solution$ L. R% ~! H4 [
Look for
9 Q; D* F8 b' ^/ b4 m
9 u3 Q. p. E0 e! s. ^5 B+ Z#define __PROFILE_RUN: Y2 K: S: h: [
3 c7 C2 F) Q, \% T5 `comment it or simply; ~! F3 t: f- Q
1 j& H* j3 I# v//#define __PROFILE_RUN
1 Z+ K, W6 J' ^4 z/ R& y5 |/ _6 j0 s$ Q; h2 H
/ ^- l+ J$ Y, H/ H! g
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投寄。谢谢。我添加更多的很快如果你有病加太
7 c# R: I0 R- q8 H2 L6 j) j+ B' o8 ~
| 欢迎光临 飞飞世界论坛 (http://www.ffwold.com/) |
Powered by Discuz! X3.2 |