飞飞世界论坛

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

改变最大等级

[复制链接]

197

主题

203

帖子

1086

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1086
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
0 c5 p& O: G. A0 o/ t# _" w$ i* _& d
change level without Rebirth0 Y  ^# t) u, T3 B% P
) {4 ~+ s: A0 D
Now, let us begin.
# Z9 o  @5 _$ [1 J0 ]+ ?) e+ I. z, c) [) N4 S' E: _( g9 E
Requirements:
# ?: H+ R/ x! p2 A) [Source
# Y0 B3 c- I' \* `) C8 VNotepad / Editor
. b. E5 x. U+ d' |2 p4 d1 m1 B$ V5 d5 X6 [4 z$ o* l
/ / Tips by Sedrika
+ V& h- j; A6 c/ @# c; F. {2 x# @
It is up to you how you do it ^ ^% m/ ~8 V& L: }% \: r- t, y3 W& b/ J; u
; [6 ^' T, q  J9 E1 }5 Q# |5 f5 ?( m
Go into your source folder and open the definejob.h
( g' o+ u- n4 c: q5 RSearch there for:, `) S0 E5 j7 I/ [1 d& }7 |& e7 {: S

* v4 ^0 H5 d) e7 _, T6 H#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
0 @- q6 C# L& V4 M#define MAX_LEGEND_LEVEL 129% x. S! c7 V# ~1 `4 `
#define MAX_MONSTER_LEVEL 160
% d5 M7 O( p" r  T#else // 15Â÷ è÷¾î·Î ·1o§è®àå8 E% Y0 l* t) G. @
#define MAX_LEGEND_LEVEL 121! S% ]2 Y. x! ?" Q4 w; Q
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
& D( ]% B/ `4 }; f; k
: {. h: Y# Q: B1 M1 `
( R8 }  o7 P; X2 _Red: Player Max. Level$ c# ]) j) ?4 ], u
Green: Monster Max. Level
+ T( N' _0 [- e3 _% c/ C. S- e5 r- \5 [6 X
These changes as simple as you want.
+ }) c: ^2 ]. r- n# y5 }9 |) M, L' l6 O9 a% ?0 R( s6 o$ s
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
: }$ v% v$ n6 q1 @7 M/ t
' F; {+ E! g* i' @9 Y5 i0 g" t
Part 1 of blocking CE

' l* p& v. B8 c  e% D
! X0 F" U; P8 z$ |) xIn this tutorial I will show you how to change the Head of Mark flyff.% l; _3 y, l& |, X
The current Head Mark is well known, 5E, which results as a string ('^').( e) w) t1 i6 X$ R  \
0 b! J/ N- j3 D, o) h3 U/ X
For this we go to the World (Project) and looking at the Buffer.h after thistext
% A; }; h1 d2 w5 k9 }* S& TQuote:
/ X- h. v) Z* j+ g# G' p# Define HEADER MARK '^' / / Normal messageheader9 p2 o' }8 T2 Z, L
# Define SYSHEADERMARK '%' / / System message header
, E0 p1 B, I# R: NWhat the Sysheadmark is looking for is not even the top 5E.
( e4 v' ~  I5 a0 C; mChange this and it makes the CE Not work on server.: k5 R1 w4 ~, b9 x" X$ e& z
8 o2 K6 B+ j& J% j" a" I4 V" ]
Then Tom's anti-hack is no longer useful.
- H  G6 s+ N* Z- X  Z5 T* R1 }4 u. r
LG Sedrika
Part 2 of blocking CE
# O2 z* [# W2 ^" u; N

- \4 c% `0 f" e* U" 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.
' }2 {. I- d9 j$ L. g* f4 lWhat does this have an advantage?) j% z( ]0 x9 |  h2 u, a
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
) v6 X9 e9 a' k- t# F1 }( {& k3 W4 u5 i7 ]2 |- R7 z
9 Z  ]) V' S6 A( w
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 _$ T& s, e( C% k$ U3 I  m' e. x' i( O. G
Then search for the following content in HwOption.cpp 7 Z* u# h9 @" N& ]( L& A" I0 t- g

! @' V9 P  n$ L6 g, n' V% t2 n; R) J) V; C
if (scan.Token == _T ("ip"))& }# X6 H5 p1 @2 {/ @! _7 H3 R
{
! c3 j: K1 V8 D; |& F3 J. f8 Oscan.GetTokenEx ();; P; Q8 K1 r' N" ?8 j3 G# }( c, Y' t
strcpy (m_IPAddress scan.Token);4 V( k  R. y- q7 s+ x4 Y
}) {0 ~2 c, q, Z+ \0 q
and turn it into this:
7 M3 `9 l4 r8 j& v# N1 J' lQuote:
" K7 {- R7 Q  z( T' B  O. {& Nif (scan.Token == _T ("ip"))
% l: V7 A- X( r; g{1 }: |( Q  x& ^# e, ?
/ / Scan.GetTokenEx ();
, E  w+ b( t7 U* ?/ / Strcpy (m_IPAddress, scan.Token);$ F5 V  @0 d+ }! P! J0 A
}5 z! b  b% W) Z
And you created the solution.
2 _2 P+ p$ B  s' N0 o$ T$ G, e
$ V9 }1 z/ m+ m# w0 A2 Z& K
* p2 k% ~5 l$ HThen read the Neuz not the IP from the INI anymore. even if put in it3 H% Q0 w4 R! P# ~$ s2 r! Z

0 l# @: N. R2 ~
Max skill's

) @9 \, L% _$ V. P; X. G: d; `% ^6 t0 `3 k% Y  Y" X0 b$ I
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 " H0 G; J2 M  Y! q( R& b
5 e& g6 v; a- e/ C! h% }
With the TUT can provide the remedy it6 {6 t5 s' A( G6 {6 y+ h" M
/ B  I9 `9 z5 x# W7 d7 E' k
# 1 opens the file SkillInfluence.h4 h. J, _0 s$ t
# 2 Search0 ^" t" M8 t  s, T  }
Code:
' A! V) S% W, d1 E* ?  K& y' e  f: O
# Define MAX_SKILLBUFF_COUNT 14
( H; l* a" V# o. P) e0 p
% u0 {9 C# ]9 U) C! |6 ~# r1 m2 F, m% S# 3 Change the 14 to your number (eg 21) and save it from5 U' N# H# g& G# \0 ?
# 4 compilation and ready
9 S% |7 ~; u& d' S7 V/ C% }: q( B# N+ H1 g2 K

, ~" G$ f7 l  E8 m7 @/ pI 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:
' z9 r! K5 o% F- K  u6 |: q" U
9 W5 ?, w7 \1 \* G, mdennisdra
8 s0 N5 F$ Z3 @8 z$ }& ].Crasy
, d5 s/ g) W7 t3 ~+ V' S9 j( U©ross) N2 X" f8 R, n2 u! J# t, d$ U- @
Sedrika8 R& k% k# k; E  J. n" K7 [- H
5 K' q" B( P5 D/ t0 I) V- {
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!
/ c' F" D  z9 y7 n8 X
+ f: Q2 D& R7 XP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
  o# M$ u8 _) @4 X0 T  A, Y" V8 L  ?, _; ~- x% F/ H( H5 G! {
2 b" A$ R( l4 l* K3 c. }$ t
Update 1:
how to turn off "Profiler" in worldserver.exe

" P% Q1 A8 A& r( P
/ r& @6 q4 N% F9 _7 _. Q& F' b/ ^7 a# T0 \: `, K4 Y
in VersionCommon.h of Worldserver Solution
& d7 k+ \4 w) n( I7 NLook for
# X1 R8 a# o2 O
% R' R$ l$ c. z; `  ?#define __PROFILE_RUN( y* Y  l! ^5 X; }# x" l! L

$ ^- a' |* @% T$ p7 B3 Z2 ocomment it or simply
+ ~6 W, F* A5 ?* K" j, D6 ~  n" q0 S! r
//#define __PROFILE_RUN " [! p/ w+ v1 G" _$ Q' ]5 S
4 E$ F. H; G% i' W  I# s
7 l! y2 i1 c' k1 a, |8 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投寄。谢谢。我添加更多的很快如果你有病加太

+ s. l- W6 G+ k- n+ w! V9 e
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-11-30 10:44 , Processed in 0.059749 second(s), 22 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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