飞飞世界论坛

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 9515|回复: 0
打印 上一主题 下一主题

改变最大等级

[复制链接]

200

主题

203

帖子

984

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
984
QQ
跳转到指定楼层
楼主
发表于 2016-1-10 03:22:01 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
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

6 d( p: X, Q# }/ f) w4 d' ?) ~change level without Rebirth0 k9 F; N) c) w' m. v; N
. A& k& v% c3 a# p9 y# h; a
Now, let us begin.
, f- U9 `) J% E- R% O2 B! [3 g$ `" O* E; t4 s$ H( J% G
Requirements:& n$ \, [* R  a% h/ D
Source
2 r5 X3 S8 ~6 d0 nNotepad / Editor
; j$ r# S. Z$ ?& A+ G* L
# S  R: g/ h8 k/ / Tips by Sedrika
! m4 h1 P- ~& O
( Q8 N1 G: P' z2 T4 gIt is up to you how you do it ^ ^
; N  F/ t( A) z4 J' M
9 }' \+ C/ _8 ^, q- M  MGo into your source folder and open the definejob.h$ x  |& I$ N5 Z' B# A/ y" G) F
Search there for:7 G& M1 V- @& ^7 F% I- [5 l
9 T% M5 J$ v1 t, D9 P5 n9 F  Z3 X' R
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå" a/ X8 n! w, ?
#define MAX_LEGEND_LEVEL 129
% T" Q4 m, J* Z: u1 w6 h#define MAX_MONSTER_LEVEL 160# x$ J: w1 J3 x9 ~/ L5 {
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
/ E9 t0 U/ J4 J; L6 f#define MAX_LEGEND_LEVEL 121
# A0 z( e( ~$ ]6 c3 y/ ]! @# W#endif // 15Â÷ è÷¾î·Î ·1o§è®àå + k/ H, V/ E9 w/ v$ M

  E  F. v0 }+ j3 W
# c" T6 _$ Z. B% JRed: Player Max. Level
7 m9 Z  h" i  Q9 yGreen: Monster Max. Level, Q0 [9 X' B, j$ C$ `

5 ^7 R* z/ d9 p; P8 wThese changes as simple as you want.2 _# j7 }5 U7 h$ d9 ~

8 `. \, M) @; M5 Z: K" B: gThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source." {4 f7 r$ i& ]- f/ _

7 t' U5 g: _/ A$ x# g# w: I9 J
Part 1 of blocking CE

/ E/ J! c3 d( U) \) o3 p8 ~
0 _; ]! ?5 k3 |4 eIn this tutorial I will show you how to change the Head of Mark flyff.
" Y1 P. b# ^5 d5 EThe current Head Mark is well known, 5E, which results as a string ('^').
$ l& _6 ]2 n- Q+ Z( b/ T& p- n3 D- A1 v
For this we go to the World (Project) and looking at the Buffer.h after thistext
  N5 P0 z) B! RQuote:% s# t3 K# P4 o3 c/ Z0 b
# Define HEADER MARK '^' / / Normal messageheader) a8 s4 K1 e5 S4 A
# Define SYSHEADERMARK '%' / / System message header3 X; ]9 ]& H4 b# Y9 `
What the Sysheadmark is looking for is not even the top 5E.
% w  b, i0 ~5 j- C4 I) WChange this and it makes the CE Not work on server.
8 `0 O$ ?8 W7 P/ m/ q% g
3 t/ O& ]% p6 h) UThen Tom's anti-hack is no longer useful.
! i5 x, L/ ^9 f) q4 r% K/ ^- i! i, x* O
LG Sedrika
Part 2 of blocking CE

1 C# g1 r5 b$ ]2 @! d: h0 d  F8 h+ h( M
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. : `" E% ~- V# _& H6 B  L' \
What does this have an advantage?" a& W9 i) G( ~# y
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself 7 |  k- D) Z: @+ w- C6 {6 V. a
, ~4 I2 u: V6 D& B; e1 ^' S
1 q3 u( B5 R- k" Q! 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.
7 I- x/ h  ^2 B2 B1 d  X( V: L" y3 L% P$ t! ^, z4 O- Z. n2 H
Then search for the following content in HwOption.cpp 2 c( N  y* j9 d. [' e
( ?& c, O% l4 Y3 f0 J6 z  L
0 f" Q! c5 u$ c; w" K; k
if (scan.Token == _T ("ip"))
/ G  a7 L2 s6 `3 ?; a8 \{5 p. K, A1 u+ m" A, n7 G
scan.GetTokenEx ();
7 }" q" P. L+ I' hstrcpy (m_IPAddress scan.Token);
8 f  P+ a+ [  @: F8 u2 l: X3 H}( f* r; G+ Z6 M
and turn it into this:3 I* v( u6 z4 _& v& a
Quote:
! U& C9 ]+ m1 `! s9 {0 a+ {. mif (scan.Token == _T ("ip"))
& }2 B- q& A+ T1 c1 k7 ]" P+ p{
1 z& q4 Z; p. G/ / Scan.GetTokenEx ();
) z9 V# M/ T$ f' A* U# r5 b, {/ / Strcpy (m_IPAddress, scan.Token);
) T1 _& w5 T4 ?3 e3 h. b" e}
, \4 a3 a' ?( x3 @. _; D  B4 d4 jAnd you created the solution.; m: m" i' G3 z9 ?# F

- ~. B7 c6 ^' j  a/ k! r
9 s2 A1 U2 J, e4 ]" b) l8 ?Then read the Neuz not the IP from the INI anymore. even if put in it
! u7 |! m# @  h4 z
' k" G2 E; A9 t  }
Max skill's
. g8 R2 ^+ l6 h

: _, K. K0 P$ L5 y, x% FAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc " l3 o2 F# [) r9 o) W

% C4 m" L: \. T" @& e0 ~& b, X6 XWith the TUT can provide the remedy it* @' D: h5 w" N. `3 ^* x

; A  b: ]( b' b0 _9 \- ~" w# 1 opens the file SkillInfluence.h) z9 {. ]; @+ E) S$ w7 D& H
# 2 Search/ j6 p2 ^" O# c9 I* z8 S: r
Code:
) @. U) V0 B) U  k3 s
9 T4 U5 ]8 g- ]# Define MAX_SKILLBUFF_COUNT 14" I0 H- D4 V" o" f+ l5 m5 ^
0 D- @, o" D( ]& w, w7 A6 r
# 3 Change the 14 to your number (eg 21) and save it from: t. Q1 m' K/ L4 T' y% i  }
# 4 compilation and ready$ Q; o" `( l3 I0 h; ?& Q1 V8 O4 B' L
: X- R  c" C# `& w1 x% Y

' F+ K+ l8 D7 n# |+ l. |( U# M6 e6 hI 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:
- q: R7 q! ~& H0 a9 ^. s$ Q8 H' |: m' k  S, T4 c% T9 C6 u
dennisdra9 i2 `% ]0 P4 [: x- a1 d
.Crasy8 E3 O) w9 {2 O% k, b& D$ ^9 p5 ]
©ross+ d3 u# y4 @8 T1 k
Sedrika
. |3 r! H* i" Q
, l! u( M6 e2 e9 R% 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!
$ `/ p7 w# ^6 B% u& G* A# u: B
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less6 M" R* }0 `/ R9 K& i/ P5 b( k* h

6 ^/ a& ~8 n: V4 q
  z: G, u8 K+ i4 F2 k* C2 [2 h4 uUpdate 1:
how to turn off "Profiler" in worldserver.exe

1 B# s8 O- h3 v( D4 J2 C4 A8 w/ x7 w4 K1 |

& t8 X' Q$ N9 [9 U* h% ~in VersionCommon.h of Worldserver Solution, w" K# @" n: j/ t( l. V9 t" r
Look for
  l' N$ T+ u+ U8 G+ [7 Q
; k) x0 r& E3 w$ R' `#define __PROFILE_RUN- D9 v& a- D8 X7 L9 w* K# z

! H% R# v4 \* J7 v0 Z0 Y! t" _comment it or simply
; l# B$ [, R9 a6 z  t
# S( F  S' C& |//#define __PROFILE_RUN . N( T" j5 t4 g) i# s

9 u6 H# ^) s, H3 I7 {- R' y3 @  x4 Z2 E* R8 r( w5 Y
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投寄。谢谢。我添加更多的很快如果你有病加太
  A6 Z3 g0 v7 x  D: O
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|飞飞世界技术论坛  

GMT+8, 2024-5-18 12:59 , Processed in 0.102063 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表