飞飞世界论坛

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 9534|回复: 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
! x! E% G+ G/ ~# U6 F
change level without Rebirth8 Y) \, n5 n- l& I
  F  k3 \- ], t4 [- j
Now, let us begin.
- E! h4 a, `" I6 u6 }2 ^
3 S1 O* u  v* d% k" G* YRequirements:
/ v( A5 Y' O+ `* U1 s7 @Source
: A% `5 f& i- Y2 k  eNotepad / Editor0 i) ]: V/ w$ Q5 z5 M

. @' T* h8 d7 ^" [, E/ / Tips by Sedrika: ^: b4 J% c) l  X. Z3 L

# q2 _: f2 x- s3 b" aIt is up to you how you do it ^ ^. o: q1 C7 k" D; C

# h. S; j/ @9 V9 t( wGo into your source folder and open the definejob.h
9 S( V7 K. M% k, M* x& cSearch there for:
2 A* P) n# l& y8 q, t
$ r4 A% ]/ z9 Y4 t8 t5 y#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå% @, t; Z: j3 f# v3 o
#define MAX_LEGEND_LEVEL 129: W; T5 P; P3 X, y/ _/ l7 S/ i
#define MAX_MONSTER_LEVEL 160$ c" k7 O+ e- Y) ~6 I' v
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
% x4 x& t0 q" {# ^! V3 u( l#define MAX_LEGEND_LEVEL 121
' q4 G5 x/ `# T#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
7 m' R- p" i! U* k
7 j( u& C" \4 `! L8 D# d5 M  y2 P* R1 ?% S4 j' b$ U
Red: Player Max. Level% O$ _  T9 V; W2 y% M7 z! Y
Green: Monster Max. Level
1 T. ]3 ^- m2 i0 Y9 h) g# i! J: O& d, T, j
These changes as simple as you want.
7 u0 {+ v, w' s$ |4 i$ N3 J( ~+ T4 K- n& f
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.0 t0 {% m9 @& w% h* {

9 ~0 o5 b' d+ k3 q$ F: Q4 Z
Part 1 of blocking CE
6 S& a+ i/ m+ d4 U7 M9 H
) I8 e! q7 F  n! S* K7 W8 O( R
In this tutorial I will show you how to change the Head of Mark flyff.
" a9 }3 }0 E# V# |The current Head Mark is well known, 5E, which results as a string ('^')." S9 l/ v" f, G& z, b5 l
2 K4 k- g) V& w9 q: P
For this we go to the World (Project) and looking at the Buffer.h after thistext6 ^# Q* B# `4 ~9 E' b7 _& c2 C8 r' u2 k
Quote:
- B* j; S* x' g/ R* |# G( ~# Define HEADER MARK '^' / / Normal messageheader
$ `# O! n8 u6 S2 x  u6 b: V# Define SYSHEADERMARK '%' / / System message header
, D* L# R# l' N' ?What the Sysheadmark is looking for is not even the top 5E.
& B1 g% o4 s) t- W$ EChange this and it makes the CE Not work on server.
0 L( z- Z; \9 K' |6 Q& S# i- A% I/ H% v7 b+ T
Then Tom's anti-hack is no longer useful.
* X* O. Y. ^; m' |$ D- |! t
1 v9 Q7 X% A, t* Y- s1 nLG Sedrika
Part 2 of blocking CE

' ]  E% [/ \! {; H$ s
2 ]) `9 P5 M7 \: U, t0 u# Y7 qIn 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.
  @1 M# r$ d& o+ n; QWhat does this have an advantage?2 p5 |) I, Q2 u9 N* Y8 A( A
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself & a: R, I) o4 ~* g7 W, z3 e

7 f* O& S- B/ g  P' v8 W5 M
. ?8 j, D+ I2 ^( }2 W2 o  S8 \First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
- l2 U' G1 ?: ^: r" r$ `) A1 ^$ {! u# |. K9 a
Then search for the following content in HwOption.cpp
- L! {& A4 B! {; J4 y% w+ r
' E3 c# D# e5 P" T8 A& w6 I! o. G% }; x2 Y& G$ l
if (scan.Token == _T ("ip"))
* v, i1 {) c" n6 H9 Y% Q2 L{
5 l7 Z* h# p0 }2 C! v( @5 W( A& _scan.GetTokenEx ();
' }1 p- v5 f; {+ Sstrcpy (m_IPAddress scan.Token);" I5 V" u! q$ H8 X
}' p6 n+ X  j# K8 n: g  E4 p
and turn it into this:* q- k* v7 v! G7 D( O. C* L
Quote:" G3 j0 R) D! g/ l+ }3 M( Z* s2 g
if (scan.Token == _T ("ip"))
  S8 n: ]. G! ^- F; I% p. u{' w2 L  J9 \# ~( W
/ / Scan.GetTokenEx ();* c% P0 R/ f: H
/ / Strcpy (m_IPAddress, scan.Token);
3 k' ^# v% F" r  A}
, [: d4 J0 l5 [7 e2 N; Y8 _' bAnd you created the solution.3 i/ o+ o5 X- N7 H

5 U9 P4 |8 H% e# ]% k
; @. c  e% G5 s( fThen read the Neuz not the IP from the INI anymore. even if put in it
! c) W7 G  @* ^; \
9 u2 i# q6 F2 p. y2 |6 G7 H. D& s
Max skill's

; ^, a6 S0 B2 j0 s5 f- x! x- A9 C/ |) G$ h/ h2 W5 u' M
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 / `) I+ Y; d* {; x

, I) {: u! l+ \- e8 c( OWith the TUT can provide the remedy it
5 e6 {" E: b1 W3 z1 w& j; c( q) @3 a% H
# 1 opens the file SkillInfluence.h& s6 [+ k; E, L  z
# 2 Search
8 @* x0 P+ G- h8 Z& N. C  s' iCode:) h3 o3 M6 Z! y/ i& u9 D* k& A
. {. Y7 S: b" d* S
# Define MAX_SKILLBUFF_COUNT 14
  v8 j) ^3 `# c# A% ]% N' e7 ]" y- G: @& @/ t6 ]# d% ^( l5 }& W
# 3 Change the 14 to your number (eg 21) and save it from
9 a5 v$ }9 [1 q) T- d# 4 compilation and ready
2 x) A# _- G( N* T% h+ e' L
+ K! k, j! ~$ G0 B2 Y* h" f! ^) a, z8 J9 d
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:% s( c8 J% o! V+ P  G4 E  P

" j9 _+ V5 U, E. ]* w2 U- l3 [dennisdra1 g/ G' q) O/ Q. ~6 d+ {
.Crasy& N: \0 y" H, c( t* g# D3 ^* M
©ross, U$ s1 I! R5 ]) D8 @. [
Sedrika
4 j; n# v( _/ [9 i$ j  J3 T' R' Z6 m2 e# B
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!
2 ?4 N" |; A6 e+ Z4 T; \8 e1 V2 a7 R
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
8 a2 r& R3 v3 |/ b" g2 E: i5 k9 _' D

5 N  R' Q* o0 D; i' Q4 r' J7 @  f& hUpdate 1:
how to turn off "Profiler" in worldserver.exe
0 \3 Q( X* k& w# H4 p
8 h) g2 F$ @8 `6 ]0 P; h

' I1 x4 D- k. d/ D  ]in VersionCommon.h of Worldserver Solution/ u; i! j) c/ p  ?( s2 e, j
Look for7 k+ V8 m( g+ i, ~& F1 J

4 L; X6 c$ v( x; z4 Z9 s#define __PROFILE_RUN9 n+ x$ k- R- a: s% u3 H- m. k

+ E. j5 ^6 r# Fcomment it or simply& \9 n# a" }4 D; H4 P  Y
9 O# l! N% j% f4 c0 y, a+ r
//#define __PROFILE_RUN
1 Q' J3 D0 n( T& M; y) \4 x2 m- _+ U6 H  L( A/ ?: O: ~
# `" B+ t# T, v0 C$ m+ _$ L
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投寄。谢谢。我添加更多的很快如果你有病加太
" b  C9 _; Z- E4 I, R
回复

使用道具 举报

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

本版积分规则

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

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

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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