飞飞世界论坛

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 13963|回复: 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
# i+ E6 K- G$ E  ]2 E
change level without Rebirth3 [/ J& ^+ R, h2 u; g) {  P
9 ?5 H5 Q  G/ G/ w1 a* Q! O' \% ?
Now, let us begin.
  R, E3 B& W0 m4 h6 j/ L7 W8 f. u. [; E# D
Requirements:3 i' G& b6 l! g$ D
Source
; C- K/ X# |$ n1 v' m6 GNotepad / Editor( Z  f3 }2 l( w6 U9 A+ i
. n0 s: K. w4 h) q) c
/ / Tips by Sedrika7 S) U) K3 ^0 l+ G& V4 w
; I$ R- ~$ y$ J" p( t
It is up to you how you do it ^ ^
9 R0 Q( j8 g' y+ J0 ]3 \- K! S
* G( U+ W7 o0 W/ T7 d* _Go into your source folder and open the definejob.h9 ~5 Q1 c+ V- ~8 X) C
Search there for:" I0 k  |/ l0 [( r

2 P0 e) T# I+ H#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
4 e, C) h  ~& v0 E7 f- M#define MAX_LEGEND_LEVEL 129* w( l' R  I0 B. {0 H  y: @# [
#define MAX_MONSTER_LEVEL 160
, a+ g) X% V. E) s#else // 15Â÷ è÷¾î·Î ·1o§è®àå1 X: g% @% b9 J4 o5 I  h) _5 M
#define MAX_LEGEND_LEVEL 1214 h: g7 f. C: l, B
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå , Q' H. M/ f9 S) `3 P
+ k1 a4 h# J8 K6 y6 S% e6 W7 w
5 [; n! \7 X  M# H/ T5 o5 ]
Red: Player Max. Level. k+ q' K+ m$ c, F% |# W5 ~9 V
Green: Monster Max. Level
$ v$ v! h- T0 d& q" h
: U, E8 \4 o, v2 UThese changes as simple as you want.5 R/ J% Y+ |2 ~1 p% d, L* D! S
! v$ U) |! Q) Q, T+ J
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
# L$ }% W& v, f& ]  Q$ p2 n+ Z6 T% p6 \# u! V- h
Part 1 of blocking CE
$ T; ?4 n/ ]8 C8 i
7 z9 Z7 m) g" i- W0 j
In this tutorial I will show you how to change the Head of Mark flyff.
  \% y2 T8 J" P* {7 \The current Head Mark is well known, 5E, which results as a string ('^').8 {! s! X- c; J! u

: Y' {% k6 u2 J" h% A% `For this we go to the World (Project) and looking at the Buffer.h after thistext
/ w/ y- m, S: o! v* n! tQuote:1 w3 l+ O4 s# _0 [9 h8 x
# Define HEADER MARK '^' / / Normal messageheader
, Z; O- q1 `" o) C4 b# O# Define SYSHEADERMARK '%' / / System message header
; H( U! x$ B8 W' @0 y; x4 cWhat the Sysheadmark is looking for is not even the top 5E.
4 d0 d2 `7 t. i" ?6 LChange this and it makes the CE Not work on server.
4 D; k1 q* O/ a/ E$ T% l
* [6 Y9 r2 B' r2 N& ^Then Tom's anti-hack is no longer useful.% g$ I( @, ~1 t5 z- V8 F  Q
) D$ `* e0 R& r$ P- A; T
LG Sedrika
Part 2 of blocking CE
% @+ ^! l. [0 {3 N4 }  G

3 D9 ~' B5 }; ?. DIn 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.
. U- z2 N: }0 m" SWhat does this have an advantage?
0 E/ `" \+ n2 MThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
* ], I* ?8 ]2 f- W1 C- u, {* P
5 c4 Y# }4 O& J! `
8 e# |- R: a7 `( \First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.3 E4 e3 b8 l8 \$ \

  p/ M( B) B% Q# ^$ D' y$ m; oThen search for the following content in HwOption.cpp & m9 I6 O$ @* X+ n

5 d0 ~# a- k& u9 w! i
/ u* Z2 M1 t3 _, Q* Y& }5 kif (scan.Token == _T ("ip"))
& U$ w! P" g$ l% q{
* B9 x; s3 Z! n. N" H5 [$ ~; Xscan.GetTokenEx ();( V5 c' z9 _7 |& G5 G1 h7 P
strcpy (m_IPAddress scan.Token);
( `* l# Y- \! d5 w  z}
2 x; Z. Y9 ]* D4 N1 D/ X  H! x* r  Kand turn it into this:( d  _1 u: H$ v5 r2 G# u4 ?* n
Quote:
3 [7 Z- x: A" j( Xif (scan.Token == _T ("ip"))
' a/ }9 k# x* f9 Y9 P- S, E4 Y{
9 `. a# _" @  F2 l' W+ e! n/ / Scan.GetTokenEx ();
0 E9 B5 i) n( q/ X/ / Strcpy (m_IPAddress, scan.Token);8 O1 E, |- }3 ~* n# @( _1 |' _
}
7 o: ^( n6 J; e/ r! DAnd you created the solution.8 ]6 b$ L* b3 Y* G

# A$ _, R. ~) S: Z: B9 S; m4 H; I+ R$ U( e  Y+ I! B. d
Then read the Neuz not the IP from the INI anymore. even if put in it6 q. B" Z1 Q% d- E4 @' H' S, N
8 A# K3 ^: V" g# k0 d8 K
Max skill's

; v5 P0 z7 n% L& T& O& N: L  U5 u# }) w8 [5 H
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
. v( X6 W: X- G
; f6 n1 ^' A. u7 B$ `With the TUT can provide the remedy it
5 b; Y3 |" \, T( w2 {% l
1 i9 w+ y) z9 K$ B: L% h. q# 1 opens the file SkillInfluence.h& S6 w0 F7 W  V8 B3 Q
# 2 Search' r2 |# o: Y' \9 w/ P! J
Code:
! O3 {; P9 G$ \* G0 a0 b& p* j% s8 O1 k
# Define MAX_SKILLBUFF_COUNT 14
: J0 g' w. L1 i: t" [% T+ a
! n% r6 [2 s- r& G8 d' c# 3 Change the 14 to your number (eg 21) and save it from- N6 r9 v6 Z& \
# 4 compilation and ready
& \. s# C; p; D$ l0 O# _% T1 J% s. C" g8 c/ F/ u* O* @

* Y: K3 c, X& I2 G: i; L, F. KI 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:
: e4 H$ J$ f4 v* u4 W1 K1 W( [& N  y$ ?, h- k7 t4 c
dennisdra
& p8 A+ z9 M8 E4 z8 k; p! i; V.Crasy
: X8 |2 U0 \( M! @7 ]7 b©ross2 Q. b6 k, i/ J5 T/ s
Sedrika
8 y' Q9 p* y1 |7 R1 z5 n' g& k9 |3 H, _6 c
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!   d; A6 s1 @- @) D0 x( }  \

3 j: d- F' N! _/ m5 s" R  Q  gP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
2 H4 k% j* w+ b6 |" ^  N4 O1 b/ }  @- ^$ S
' p2 U0 X8 V9 i
Update 1:
how to turn off "Profiler" in worldserver.exe

; q* i- u! e. w* V/ G
$ `/ n, H- P$ D" ]: P5 u# l
( O' F) q/ H  |; r- b! ?% Min VersionCommon.h of Worldserver Solution
7 ~0 ]* L; ]! \( P. e* YLook for. E( F9 c, x- g" F* t

8 I+ c5 S, \2 v/ ~  {5 q* P#define __PROFILE_RUN" J; x; [7 T0 }; C
. s% o: G; X+ n& ?  i1 g$ R
comment it or simply2 f0 v; D$ y) V% ~7 j( n  _
' X, ]! N0 V, X
//#define __PROFILE_RUN
9 G" u& f# E6 h0 u1 f9 X0 M5 N& e  T2 A' n) n2 q
$ D# \/ c# G; M( S) D6 ~9 B5 u5 q9 x
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投寄。谢谢。我添加更多的很快如果你有病加太
! f7 D. @5 ]: t- j5 H! o
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-6-17 01:28 , Processed in 0.059470 second(s), 22 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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