飞飞世界论坛

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 9525|回复: 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

+ ?$ k' x9 i/ H  S) \# y- W2 t6 K% Schange level without Rebirth
5 ~% P" }2 O3 G; Y" W
) `5 G5 Z7 v, D" D5 nNow, let us begin.* m( }( N1 G! w& A. X
' M# B) Q) ^& j( O' Q
Requirements:  M* W. j* Z' g; s
Source0 d( W! N0 g( z4 e' v! p5 P
Notepad / Editor
3 u& M) v5 j, u% P, |, Y9 C- S0 M9 t+ \2 F( Z! M8 u- Y: }2 f# j
/ / Tips by Sedrika
- V; G+ T3 @" y/ Q
; @3 b# Z$ G+ i+ h" f0 CIt is up to you how you do it ^ ^4 A4 H" \. h2 l7 `- b% R3 d
8 W' A: b* Y" F7 j+ t
Go into your source folder and open the definejob.h! w& m' X1 n( k: P; m9 H# j! E
Search there for:
/ E# w7 j, r- j2 u* Z
) k- ?/ v, J) ~#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå- g: v/ S! v1 @# m) ~. U
#define MAX_LEGEND_LEVEL 129" W# L' H+ H" b: Z/ u, }
#define MAX_MONSTER_LEVEL 160
+ y6 {5 }( ?9 Z# w: [#else // 15Â÷ è÷¾î·Î ·1o§è®àå; m3 T7 m/ C% p2 L0 |& n. I
#define MAX_LEGEND_LEVEL 121/ R7 F& C+ u! M% {9 ?
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå ( z1 s" K* q+ F  S* c7 b+ [3 C% E
- Z' z6 C! u4 q. f! `
- t2 J- v! I5 v1 n1 O; o# S, Y
Red: Player Max. Level
5 S- ], k# p' XGreen: Monster Max. Level$ Z4 z! u9 i; G& H' h7 C

3 G  x  v+ l6 ~These changes as simple as you want.
6 C' [2 l. S' h' ~
5 }# _; J, q0 X( d, F& ~  U2 aThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
4 I* c; K1 U# ~2 m! M
. S  c- K& ?3 h( [" I5 j$ l
Part 1 of blocking CE
+ i# f( L# Y5 k$ R+ @- Q

+ g; m$ L* z* ?8 D! G6 V; zIn this tutorial I will show you how to change the Head of Mark flyff./ @! x% E5 \& m2 V) S! R
The current Head Mark is well known, 5E, which results as a string ('^').
( j( c9 u, L# W  Y& {/ C# y# I" H2 R/ i5 c8 \# P9 U
For this we go to the World (Project) and looking at the Buffer.h after thistext0 ^% @3 {  K) K4 O; u0 f
Quote:
' r, p- w2 J/ H# Define HEADER MARK '^' / / Normal messageheader+ {/ x  U  `" n! @3 b
# Define SYSHEADERMARK '%' / / System message header
, O0 J3 e% p* C* C% I+ tWhat the Sysheadmark is looking for is not even the top 5E.. B: H6 G6 |( |+ |8 ?. W
Change this and it makes the CE Not work on server.0 g- {7 D. p8 R

/ a, p' m! j7 T$ lThen Tom's anti-hack is no longer useful., t8 r) n7 G4 z
: k+ c6 ?, s" }3 ^$ V7 |* X
LG Sedrika
Part 2 of blocking CE
3 D1 W3 c9 c$ ]. z+ V3 n/ V5 ^

' f) _% N; y3 d/ w3 @- p* zIn 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. ) _; G8 B4 L+ H5 U1 G7 i3 j
What does this have an advantage?& @4 T& |  k- U2 Z8 a
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself / n/ N7 o, N# q

6 J0 h. _/ h- s6 y1 a9 I' w+ q+ X; K# @. e
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
" `/ j3 |, S( z  ]
5 c3 s! {0 Z2 P! U4 k+ _Then search for the following content in HwOption.cpp
4 U6 H" ~) [9 Z' m) p) J$ N) s9 K# S7 N) A0 [) O
/ ]$ p1 e9 r% N) n  \, C$ A
if (scan.Token == _T ("ip"))
- z+ J7 n2 ?' X2 M2 J! @{& D# H% h$ y; P& A. k: A. b: J4 }0 G
scan.GetTokenEx ();" ]# H  j4 `) z+ I, o) T0 h
strcpy (m_IPAddress scan.Token);
! Q- ]8 G# X! T9 Q4 e" z}
- V' b& ^2 o/ A: Hand turn it into this:
1 D  _+ G9 u8 S$ d6 j  n5 M0 iQuote:
, t3 S8 o- H# b' nif (scan.Token == _T ("ip")); H( v3 }; {: n$ ^0 x' M* V( a1 a
{
; J+ z: {  G; I5 a. ^/ / Scan.GetTokenEx ();
) q# E4 c( r  I' F( a/ / Strcpy (m_IPAddress, scan.Token);0 @+ l* N3 G2 m- E8 J/ H& ?5 Q8 e3 r
}- _# B1 J  u) `0 U1 n% O; B+ P7 {
And you created the solution.) X, Q; T% h% S* i, l' h

2 J3 I8 u/ I' a7 Q5 q9 A# r2 Q  N$ T: o% W! z' {" J
Then read the Neuz not the IP from the INI anymore. even if put in it6 w, k4 b; n( e+ N/ [. n9 N& C

7 p6 N- t% N9 o) q$ Z" I7 D
Max skill's

- q6 J7 t( A! f9 o: r8 J3 y% x- U2 e- ]* g7 W
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 ) ~( |" p" a" X. Q# O  s- V" ?; l) r

. \+ a( A% l0 Z/ s8 ]% {. NWith the TUT can provide the remedy it
- ]( e& e4 n. `  B3 y( O: h5 t7 P, M5 W7 M9 v$ k
# 1 opens the file SkillInfluence.h$ B8 k( Q  y9 {( a! D/ q. N
# 2 Search3 l# p+ ~+ \1 c. S& A- j, ]9 u
Code:) K5 e* M  N. a$ X" h* H% e8 n

' D. {  T; l) Z) g# Define MAX_SKILLBUFF_COUNT 147 o+ O. ]  x& R% c* G
, ?& M- y( ?0 n1 c' w
# 3 Change the 14 to your number (eg 21) and save it from
. @. ]/ l  D7 p! W* G! R# 4 compilation and ready
. D, p& \) B6 D' O3 a: h3 p% {% E. s. R  q+ B; \1 a$ A

9 h$ o; H- O. d0 VI 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:
6 o) ?  \5 q4 y
1 A! x, J" ^5 ?/ Udennisdra
/ W; z6 r" |' y$ l1 v.Crasy- d. x2 }3 M" b! E% ^& S
©ross
" ^% ~- g$ ?; sSedrika4 [0 i) _2 D) Z. w/ e

: f! L6 A5 v  k& D1 heverything 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!
9 f5 ~: ^& M+ {: f( A0 M) o  P) _+ H. e# `/ Z: ]! x  g
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less$ F+ |- N/ x% q2 c- E
! b8 k, q+ B2 K8 @7 y

9 [7 g7 F  S  x  M( o8 \Update 1:
how to turn off "Profiler" in worldserver.exe
+ c* `* O1 S- l* ~( s* Y! J( g; ?2 V
. c4 _3 m) \) S7 J
6 k6 }9 l1 L0 j) u% u$ D
in VersionCommon.h of Worldserver Solution7 W1 x+ A: E. @. _; v. ~" L
Look for
4 T1 _8 Q: u6 b# X0 B( V9 {' b' s+ V- A, C( o7 S
#define __PROFILE_RUN& C2 I5 N1 E! I: T

5 x4 q/ @6 z7 v9 l# Pcomment it or simply
0 j& m$ W  q' w! p/ h  h9 n5 m' w. s0 m3 E8 `
//#define __PROFILE_RUN
( `, ]; I. ?4 T- F- i4 L
) N- e; B7 [9 R1 `7 H* ~4 E* d3 R3 _% i; v- X4 X5 e* M
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投寄。谢谢。我添加更多的很快如果你有病加太

. l5 i# j2 h& L
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-5-18 20:22 , Processed in 0.143484 second(s), 22 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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