飞飞世界论坛

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 9516|回复: 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
+ Q0 {* r$ W1 T0 J
change level without Rebirth9 l+ R; P2 n1 G, i. N5 H4 h
( u6 f1 D! C6 T) T, {$ e& c+ f/ M$ Y
Now, let us begin.$ @, V* _& d2 L( [# w2 @

5 d. C* O" E' L9 h1 \8 O: FRequirements:
) l0 o# g( z4 OSource
: g. p( l! X6 t8 B9 N; x; D4 }+ [& {Notepad / Editor
& u! t4 t" {' L8 u5 _/ w' _3 Z+ O$ s$ O
/ / Tips by Sedrika
  N3 k9 V+ _6 H8 I
& e0 L3 a9 S, u6 l- c# L. IIt is up to you how you do it ^ ^) L. a7 X- E0 D- P0 X+ P! I% z

7 x. n8 h+ z6 ?& G: ^) n, ]9 hGo into your source folder and open the definejob.h8 p% P- {3 V& V; k
Search there for:: @  B5 A, }: c" Q

) B1 T$ V& {; K0 Z+ U# a5 k#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå" I4 ]+ o5 w6 r: e; m2 B
#define MAX_LEGEND_LEVEL 129
  H  z; T: \' K+ D9 g#define MAX_MONSTER_LEVEL 160
8 j3 y8 f" ?7 p#else // 15Â÷ è÷¾î·Î ·1o§è®àå, v& e7 W8 v0 f! ^7 Y
#define MAX_LEGEND_LEVEL 1216 Z+ G) b! f8 F: l. ^8 ^
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå : m/ Q5 J( r( [6 c7 b
. B3 i. ^6 r2 T

! i/ q2 {3 [: oRed: Player Max. Level
; s. E% r" t3 R3 SGreen: Monster Max. Level
' S) r& V/ Q: v
) B" A& |2 `, `: L( Q! N$ `9 E8 y0 iThese changes as simple as you want.. b, `( {1 x# o: n) y: X
- o" T. E" W: x5 V& X: l1 ?  `
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.) u' f2 {: g9 E, S

8 g5 H' b: _. p2 T% n% v# {
Part 1 of blocking CE

1 l# u  e1 t* U: J' k3 {' D1 h$ w/ ~. c, N2 |
In this tutorial I will show you how to change the Head of Mark flyff.6 D- D  F; a% q( G' A* V9 r7 S2 h
The current Head Mark is well known, 5E, which results as a string ('^').
1 E3 F$ C% a0 A. V, s0 Q
/ H& f8 |. k/ N6 XFor this we go to the World (Project) and looking at the Buffer.h after thistext
8 ^, B3 U# U$ n7 gQuote:( a' Y3 d; a# A  i
# Define HEADER MARK '^' / / Normal messageheader4 F- J4 J$ j! W. |; [2 S* V' L+ l
# Define SYSHEADERMARK '%' / / System message header
/ P+ C, @8 o9 X; y8 xWhat the Sysheadmark is looking for is not even the top 5E.! j8 s# G' r# n$ U2 i' j2 K& _
Change this and it makes the CE Not work on server.
7 X' m+ T; d: r+ `5 k4 `( a6 J) |2 Z+ F& ]! @6 ^4 l* L) g# b$ r' z
Then Tom's anti-hack is no longer useful.! m0 A$ v; E: w4 V

4 d, j. \% J8 BLG Sedrika
Part 2 of blocking CE
) z  P# `; ?: K: d

% B# Z+ |- f$ o( X: ?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, _3 \  ]. ], U. x0 o4 ?
What does this have an advantage?  d& p4 L) x% Q  `$ T9 |& m
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
4 f% a3 u% K* z6 S  q! m; I# T6 ?7 H  ^
6 E6 s* s  ]8 u4 m' U0 }9 @
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 ]6 x9 ?6 T- Y  `
: C; w1 R- [) h6 zThen search for the following content in HwOption.cpp 6 L3 x, x  Y3 ?
; v* L! h+ W/ l. B2 p

+ ^0 S) j3 A" Z% t3 sif (scan.Token == _T ("ip"))" L; v/ Z8 E. J
{' }. A4 p7 `  g& L7 T8 s; r' @
scan.GetTokenEx ();
6 k- {# ^8 h7 v4 L5 Jstrcpy (m_IPAddress scan.Token);5 r, V8 I, W- x9 J0 @
}
1 J, k# p9 {, @8 X8 u/ Gand turn it into this:
' e& x" Y4 C0 I2 \$ yQuote:9 d# F4 G+ |6 [# x' l
if (scan.Token == _T ("ip"))5 i7 t! m, h; X
{# y. r2 v2 r6 f5 z
/ / Scan.GetTokenEx ();
; o7 o' t6 T( O7 j, l/ / Strcpy (m_IPAddress, scan.Token);
2 r3 z; X4 u3 f# W) W" |1 b% _# A}
4 i5 _) u5 d$ |! N8 O" S9 }And you created the solution.3 X) H. E! G6 U% H* u& U  p
2 Y' n/ ~& [: k8 g: {- X: `$ D

& e( q0 x5 S( N" ?) k: w  P: tThen read the Neuz not the IP from the INI anymore. even if put in it+ u4 x" n# P2 z0 _1 t3 w
" a9 B( Z) U7 y1 L+ ?9 |
Max skill's

" z' d1 N( J% E. H, J! X+ M
& y! O0 t4 d. S6 r, W! t% |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 . B& D$ o. G3 A& e5 `- h

# w7 B% i, D  Z+ k: yWith the TUT can provide the remedy it
& T7 ^0 a8 U0 n! F2 t# |+ F# K9 g1 X
' A" `! B% T( T, d! M& Y8 w, }  L# 1 opens the file SkillInfluence.h
( C" K/ ?5 \" ~+ m# 2 Search; L. {1 Z0 p$ R) J1 K
Code:
3 J& z1 ~. q- Z
$ w& j% j; A  }/ i& {# Define MAX_SKILLBUFF_COUNT 14
! ]' w5 V7 E6 k" d/ W  r/ n, U7 u# l, M# I6 y
# 3 Change the 14 to your number (eg 21) and save it from3 n: ^" u0 L& W+ w
# 4 compilation and ready
" P) n* i) U8 K9 q2 Q  J* V: r. A* ?# k) n- _$ U/ P+ X3 F

2 }' N- m9 p( ?# @* II 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:( p  P  j& N" c9 ~1 |% F, u$ [

. F3 W  t. i0 edennisdra
% n2 Q: y" {. _2 [6 N.Crasy. ]7 I0 y* [, {- a5 y& c
©ross
* E+ a& `& o: ]/ dSedrika+ {# d- s/ h% _, ?7 @
$ B/ V$ I6 x$ w+ E- U
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!
7 i' `4 @$ w7 _5 M! j. i+ l( g+ q8 j* ^9 o; C
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
, D0 ^, U/ _3 @+ e0 A' N  P4 C0 [+ J- Z- X9 @1 `/ t
  |  {  r$ J3 @# \
Update 1:
how to turn off "Profiler" in worldserver.exe
/ r7 w" y" G0 e( L: N) T2 u

( V! y- C; E: }/ N; Z$ _
9 c  X% u) J0 h8 P+ Zin VersionCommon.h of Worldserver Solution9 w. U& H/ c. R1 u8 {
Look for
2 {& s+ o  a. z8 H; ]- Q( |6 x
1 p0 |" g; P& L  ?1 _+ @#define __PROFILE_RUN
( C# T" t# F* ^% [- o+ }
6 f9 q% u/ {$ L4 u7 r( dcomment it or simply3 Y6 A7 o7 s" {# ]" f

/ w& b6 [0 t8 {6 D/ I6 n//#define __PROFILE_RUN
- y1 t# h  B- `; O# B
1 k/ G8 [! \: k. y  v, i4 z2 z% I0 P; t! w. h; v
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投寄。谢谢。我添加更多的很快如果你有病加太
8 t  F* P( m) b" i2 D5 l6 d) K
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-5-18 13:11 , Processed in 0.059769 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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