飞飞世界论坛

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

改变最大等级

[复制链接]

197

主题

203

帖子

1064

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1064
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
( |2 q. s0 o7 _8 Q/ u" u$ k" @
change level without Rebirth
: \- T: u1 D3 Z) q& x* q/ {
2 V$ M$ Q3 ~# ?9 R5 [2 x* _Now, let us begin.
+ x( t, E& L2 ^4 k8 I7 P! r' d, g1 T6 }) K  V
Requirements:% ~; A5 \$ I  x  t+ ?6 W) v$ u. w4 e$ t6 ]
Source3 ~; B. C/ \; l- E" H
Notepad / Editor8 B; C* b; P6 T- Q) s- x) H* u
" Q, u$ L) ~5 i% C! a4 f
/ / Tips by Sedrika6 _, u! A" m) V2 d9 l
  |/ [  \9 h4 D. c2 w; B5 S
It is up to you how you do it ^ ^* y4 j; A6 \  u2 e  j
# k8 l7 P  F: u1 W, I5 M# g
Go into your source folder and open the definejob.h
1 `  z- E0 b5 ?5 ASearch there for:
9 ~! j/ g) E. s- @6 o* h/ b& ^+ X  c8 w$ f# K0 u- q
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
/ M0 i* m4 Z, Q6 p/ J#define MAX_LEGEND_LEVEL 129& E2 @, w, l) ?
#define MAX_MONSTER_LEVEL 160
" C% n/ N& M3 W# W( y- [#else // 15Â÷ è÷¾î·Î ·1o§è®àå. k/ H0 f$ D) J: S, D6 `
#define MAX_LEGEND_LEVEL 121
0 [, n; x( k! P1 Q/ y2 m% x#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
& m9 R" L* q6 d5 \, B0 z
. y$ z. o8 a% P- {- Q( j9 I6 t- b; W' x; n$ d
Red: Player Max. Level
2 f; d/ J. W+ Q; w3 e& [7 m' @$ hGreen: Monster Max. Level
; [) p) E+ E# i( E/ K/ H5 X9 @  j* T2 _
These changes as simple as you want.
5 U" v# S- ]1 B; R& }: d; e0 k0 j# M7 T4 t6 v+ k, z' L
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
% U0 c6 y* r; r$ C3 R" {/ _! {$ ^- T0 \( t% C
Part 1 of blocking CE

. c9 I( F: I4 P) D" F
3 Q+ }+ Y$ j% vIn this tutorial I will show you how to change the Head of Mark flyff.0 y3 ]  t9 p% F  W# p7 @
The current Head Mark is well known, 5E, which results as a string ('^').
3 D7 `  t2 r6 \' c* A2 u* _+ c# K( n1 G0 w
For this we go to the World (Project) and looking at the Buffer.h after thistext
3 U/ O1 {0 S6 ?8 Z* o0 FQuote:
4 U& u* U; z$ P8 K  ~/ n# _# Define HEADER MARK '^' / / Normal messageheader
6 N9 ~: \# {# q. D. J# Define SYSHEADERMARK '%' / / System message header
2 B4 T8 z+ t+ zWhat the Sysheadmark is looking for is not even the top 5E.5 _4 L" N1 L. q. @% |2 Y/ V
Change this and it makes the CE Not work on server.
+ \/ e0 s6 _2 |( ^" G0 ?* `, f/ J  a9 ~2 w' s7 D. N$ L
Then Tom's anti-hack is no longer useful.
* {/ H2 f2 X- |1 b6 q7 w8 p; h% J8 m" |; T0 v8 D
LG Sedrika
Part 2 of blocking CE

  q: l# Y$ r5 c, s0 U0 g1 _* \: V* L! D- R) O* w6 F
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. ) K" M, }( {+ `) C( C: t1 ?
What does this have an advantage?9 z9 o1 M3 e# }$ k: f
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself + P/ T' D9 N; T

5 I' Y, m5 g' m; q7 j/ b6 R- I. Z) H9 w6 `' Q4 K* q2 C
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
) q& u2 k( [9 z; X+ {! w# p. {. t9 V3 M' n* t+ l/ D2 d
Then search for the following content in HwOption.cpp 8 C" D3 ?4 y% B2 c, X) q( ]

3 T" T" X5 O1 a. m: r4 I, A+ f# D0 ~0 F! g8 W0 p
if (scan.Token == _T ("ip"))% Z, r9 t$ ]7 @6 m# l
{) H6 y# @/ V# ?& F5 H
scan.GetTokenEx ();
: Y+ I2 l! c- f% Y! B$ dstrcpy (m_IPAddress scan.Token);
+ V3 v* p) Y9 u1 R( p8 A$ c, N9 O* z}( |0 C9 ?  J: |" H0 r7 v; B
and turn it into this:
, \* t+ D+ k& q/ uQuote:- A$ \- D' B/ d' i7 `
if (scan.Token == _T ("ip"))
2 U  P- R3 _# b3 r# E  \{
' T6 k$ D" w) W  G2 o/ / Scan.GetTokenEx ();
! Q. A" P: ^$ M; ~( ]8 c  i. t/ / Strcpy (m_IPAddress, scan.Token);
! ]1 o7 t' C) t" @' G}) u9 r/ \, C6 K
And you created the solution.9 U4 m# c' B4 [9 B. t% w
. [7 v& U: c  J! y* ]( p
" ^; M! n7 m9 H. j) h& Z
Then read the Neuz not the IP from the INI anymore. even if put in it, O' F3 E! H# s  I  N, z6 O

- E" ~! D) C. _' `+ I  O9 k9 L1 w
Max skill's

* j4 `% u2 t, e" C7 a; |4 J0 ~3 v
9 S: A3 \" E  t2 q5 P1 SAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc 9 L1 y  D* R: o8 x, C# y* G
$ K) W7 h+ y  H, Z& ^' f- H
With the TUT can provide the remedy it# w% x. H9 ~1 j) u3 M$ w5 n3 C

! ^; ~% ]8 M( {% E& H# 1 opens the file SkillInfluence.h( Z; Z. v7 Q9 D* Z& n
# 2 Search
* I/ Z' O- a) a) v5 wCode:5 q8 ]" r1 \" J7 i+ }# m* Q$ I

4 n" A4 x% Z5 J( E# Define MAX_SKILLBUFF_COUNT 14% {; [( p! r' d: ~. j  T) \; w
, z1 C8 q- S9 S. n3 p# _/ X  z- e  W
# 3 Change the 14 to your number (eg 21) and save it from
) j" `$ C  g0 J$ G  }2 J- u! o: e# 4 compilation and ready
8 i* t% t% W  F! k/ O
0 z5 z' O7 v2 M7 B  T. M( f; N8 D/ O; [: E" _
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:
. q6 e% x% k/ b( r3 i0 N2 m% {2 _$ H' h1 d# d
dennisdra
+ k( s/ p2 M7 L.Crasy
' y7 k. v: }, `, P$ Y: }; R% p9 s( T©ross1 H! n" s9 ]3 u" K8 l
Sedrika
% H+ s2 u: B* {3 l! S4 l+ D0 s: F0 ]1 t7 M) T
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! 3 ~/ N- D, K# n5 M0 W) X
0 s0 M; X7 L- P+ W$ B# U4 g% z! M# E$ o$ m
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less4 B7 O& g6 B( q( k

% c& X1 a5 T, s7 _+ F! L! p. v& G6 I! X
Update 1:
how to turn off "Profiler" in worldserver.exe

3 W- K) ]% Z1 D" h: \. [# h& y  y/ g6 {  |! w( ?

! ~6 @( h3 P8 o' Z8 @/ I9 Y0 {in VersionCommon.h of Worldserver Solution
$ f' z: T" v1 W2 o8 Q: gLook for
) |; E9 B5 d$ i' g/ n) {/ x8 A4 ~
#define __PROFILE_RUN$ T$ P* j" N3 @5 h  n# a, }
  q, R' f) {2 E! b; o. Z
comment it or simply4 C: ~; O+ M, W6 j: }: p

: x5 f# D/ ?' R9 ?5 Y% @& a$ V* J//#define __PROFILE_RUN
5 d7 Q* `3 v8 W) I. N7 ~0 \  e+ U1 V; A6 f% j

1 H, m/ C/ |! L8 N. A8 ~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 r) a) y/ I5 Y0 J
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-4-20 07:08 , Processed in 0.062260 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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