飞飞世界论坛

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

改变最大等级

[复制链接]

197

主题

203

帖子

1070

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1070
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
6 w# F+ h6 K3 p  b! D! G
change level without Rebirth9 o9 x$ ^" c7 ?, W
/ J+ P' V. s: x) p, r
Now, let us begin.
2 K& D1 ^& U' `1 I- ]7 A
* d$ q; A' S  h3 n  uRequirements:
! r6 ]: W" U" F6 NSource
7 t) C8 O+ G# |" P: [4 k, mNotepad / Editor9 [6 z/ ]# `3 [, w3 x* g$ Y
- g0 w) M( V. ^) }) n( @* c
/ / Tips by Sedrika) s. q4 v  I4 H7 h" v$ \& J
! u3 K0 E* i5 O
It is up to you how you do it ^ ^1 c* ?5 I) b6 h3 C
* K7 b) _7 ?3 f* t/ h+ W! P; `& ~2 d: G
Go into your source folder and open the definejob.h
' n6 }3 v" ]7 B0 J* y, VSearch there for:6 }$ u, N2 Z1 ]& p' f" P) w; ?5 ~& F
' X# C+ j  K( k
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
" R$ ]( t0 w! m% W#define MAX_LEGEND_LEVEL 1297 C9 B2 |7 `  h  r
#define MAX_MONSTER_LEVEL 1603 k( @# `: A( F3 Q) t# G( E) z
#else // 15Â÷ è÷¾î·Î ·1o§è®àå, H$ j) a9 z$ P) r0 A: S/ I
#define MAX_LEGEND_LEVEL 121
$ {  J( z% t: U7 p3 `- W  F#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
3 t% q% w8 b0 D$ j) E6 E; F* |, a4 N! v2 s
4 z7 o# T" y8 S6 U
Red: Player Max. Level) ]1 W/ F+ Q4 b( _" N6 V3 C
Green: Monster Max. Level
/ E3 Y* c# E+ k+ }' s2 x8 O/ b6 `! M5 ?
These changes as simple as you want.
7 W2 e& |  M: _  u& @
5 J, Z. i4 S7 \/ j- ]. t. xThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
; R5 D4 A6 Z  t: a/ F5 g
0 k* Z# r2 i* S4 T$ e! B7 |, n9 @
Part 1 of blocking CE
* c# I1 }& \1 P
, g  ~3 B& B. |5 W
In this tutorial I will show you how to change the Head of Mark flyff.& w/ G3 i, [! y5 {  j' x1 N8 o
The current Head Mark is well known, 5E, which results as a string ('^').. h" _: [4 J+ Q9 m" g% {

; L0 M! C8 [( R4 yFor this we go to the World (Project) and looking at the Buffer.h after thistext/ x- r. r7 R: J+ T+ X
Quote:4 I0 d1 a4 ]3 |( ^
# Define HEADER MARK '^' / / Normal messageheader
" p/ ]1 Q  u: v& Z) l( H$ W# Define SYSHEADERMARK '%' / / System message header* j. y3 O( `5 C/ q& W. K
What the Sysheadmark is looking for is not even the top 5E.3 o# K, s1 T+ P2 u5 U
Change this and it makes the CE Not work on server.
6 f& h( ?" k" ~8 ^2 K  g2 T" U
' N1 p5 e5 Z  fThen Tom's anti-hack is no longer useful.
$ o- f+ R% q. I# R: ]  }
$ D8 l+ n! G8 H9 V% ~) b% ILG Sedrika
Part 2 of blocking CE
2 u& u/ Y# Q' `1 D  M6 Z

2 u7 s7 K, i3 AIn 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 u- w0 k/ K% ?4 `* }5 {* W6 nWhat does this have an advantage?
/ ~6 @+ C' J9 E1 d( DThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
  L- @/ I0 n0 @+ @1 H1 _5 C: n! C- x3 h5 P& V: G+ [7 {

& O7 B- Q' Y/ w) e) k8 E" G  IFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.6 ?( _# {3 g: V2 W! |
: G- t6 A& \5 y: D: V. Z
Then search for the following content in HwOption.cpp
7 w4 ~' O' v1 N* ]  a; y6 R' x- `! E+ z1 C

- U$ ~1 j1 }) `$ e8 tif (scan.Token == _T ("ip"))/ p$ Q. C! _1 A7 {
{' b) u& ?" o% m$ ?$ S; [
scan.GetTokenEx ();
: @, B8 B' S  ]! A7 p* Pstrcpy (m_IPAddress scan.Token);- p  C; y: X& A! u0 e
}
- p, t; i5 w. J/ ~3 A' band turn it into this:
- `9 s0 l. o2 [Quote:* S- D* v9 j2 a; X
if (scan.Token == _T ("ip"))
2 |* {8 h, m* L1 S7 A/ y{
. j; ]0 J4 Z* }4 e1 f$ ~! t/ J/ / Scan.GetTokenEx ();' u0 [. b0 w" u, A1 t+ y
/ / Strcpy (m_IPAddress, scan.Token);3 O# w1 a1 G. [: }0 F; P) H1 F
}
* G4 A* w4 G( a  Z& tAnd you created the solution.
; V3 Q7 Y/ M+ K% d3 G3 }+ z# D' _8 n9 k$ I/ R7 ~
$ H$ M( L# l/ Y; l0 |4 T( c2 j
Then read the Neuz not the IP from the INI anymore. even if put in it' ~$ z1 X# y5 ^& x& U. c! j/ f
9 |- o: Y# R" U- D/ h/ G/ m2 T* P
Max skill's

8 F( n, J) e/ c; U9 _3 ]0 a2 y
. P9 d6 ]6 G6 o. [) j" DAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc 4 L4 Z) _( ]2 S, R& j! e% R: A+ i4 }

" M! u% G( _2 d7 yWith the TUT can provide the remedy it3 @$ _6 k8 R- k2 c0 L$ P' X
" t" q. r3 Y# B0 J3 P2 K  Y
# 1 opens the file SkillInfluence.h) q1 q  O" r9 t  j; h" D
# 2 Search
' k, v; }8 L, ~& t( wCode:
" D, b( _) W" D3 m- n1 q" x* }! N8 R" R8 O
# Define MAX_SKILLBUFF_COUNT 14
- b1 M5 m  q  M. v; F' X8 _* u% N2 y# Y0 u8 U! o6 R" P
# 3 Change the 14 to your number (eg 21) and save it from
! L7 c2 P, g. r$ [8 b$ p# 4 compilation and ready
+ d9 [/ o; L' O- q
7 d4 M7 h+ e% {. V0 u* P/ p. r+ j! P8 m
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:
8 ~7 A0 H/ P% Q! A6 \1 u4 W: r& v
7 R/ k' k% ?7 T% c, U( L0 tdennisdra. n1 c1 p2 a* R/ L  U
.Crasy
; s0 i7 r4 x, q/ Z# v©ross; Y- [7 J' C3 l* @; ]( [* {& K0 f3 D& i$ o
Sedrika" y6 ?+ ]+ }7 q( t) ^

" \6 [1 A0 h3 D. q6 p: reverything 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 @0 D0 O2 \. J) i  V+ N. w* g

9 g6 l/ O- \7 Z5 AP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
6 U4 y" t2 O+ R) K* M4 t4 s& h5 S) Z. N( Q( E
& h0 X$ d# V, Q) P$ P+ r/ J
Update 1:
how to turn off "Profiler" in worldserver.exe
! Y! Q" J# c4 g% C2 r1 ]5 Q

6 @; c0 F1 `7 D6 S4 c
2 T& F  ~7 r$ F5 u9 c' k2 yin VersionCommon.h of Worldserver Solution2 v1 o# _7 K, s" [$ i
Look for8 ~+ T) f9 w/ g7 Z" T2 f

  ^: t2 J3 y5 v$ m! @#define __PROFILE_RUN
+ a% A' a) b# o+ ?# ?" H" F! i% S6 j4 @; {0 w3 q
comment it or simply- a$ k5 b: F# m. M  W6 ?

  b/ X% N2 |( r* }/ [$ G//#define __PROFILE_RUN + ?9 j  d( t. w6 v/ K

3 T2 n: g" y5 V# q
% O9 z! I- o$ K% u7 y& P4 Fcredits 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投寄。谢谢。我添加更多的很快如果你有病加太

# @* O, E8 a/ y5 e; B  X
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-9-7 15:25 , Processed in 0.064684 second(s), 22 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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