飞飞世界论坛

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 9369|回复: 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
6 }# [/ f& l7 @* F
change level without Rebirth3 @( R" @6 g' x4 d: o2 {
4 w7 ^: g5 m; c8 b3 Q! _0 ?. v
Now, let us begin.5 o) R5 R' Z5 Y7 o6 `2 q" l

2 b' Q9 [: n) PRequirements:8 _6 M% I( u/ {! L; @
Source+ e7 I/ f2 `2 p
Notepad / Editor
+ f# o$ Q* ^. V6 H, E, E# ?# n8 x* ?! M9 o" `  t* U/ g
/ / Tips by Sedrika
' Y4 J) ~8 \8 ?" K& ?; I' u
( d( n% S# H  f- e: `5 s% Z- qIt is up to you how you do it ^ ^
, I1 Q2 r" K2 E' r
4 Y- @1 e" S% \- ?8 I3 NGo into your source folder and open the definejob.h, A/ x9 R, F5 l3 K+ B
Search there for:! X" [$ f% o" ?, Y' }9 S
. C; }$ c+ J4 V) F' f4 y
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
- R( j" E( l. b6 e  ?#define MAX_LEGEND_LEVEL 1292 s0 |1 o7 h+ H% q7 C# H
#define MAX_MONSTER_LEVEL 160
; ^: F( ]' K1 ?1 y. L+ ]* M$ v#else // 15Â÷ è÷¾î·Î ·1o§è®àå
' j( y& }4 Z" A  y" |/ D* w) D6 v#define MAX_LEGEND_LEVEL 1217 V0 u+ ~6 n5 w" `1 v
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
8 y3 u# N9 F8 g1 t3 j% n2 q. o$ w' O$ F* Y  p: t; @7 F5 h" Q. q
$ Q) h/ K4 a) q+ E* B* c
Red: Player Max. Level
/ w! L  D( x9 ~# l# yGreen: Monster Max. Level! A! p( N: g# n: {7 ^% _
5 \+ w1 t- P+ U; H) H
These changes as simple as you want.
5 t! v: F, ?* m! f. G
3 c% V4 G0 _$ b/ 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.- V0 z1 d: f6 {# N9 d
! |( b0 s# X3 B, t2 c
Part 1 of blocking CE

0 \# R; \( F* P, ]: Z: O$ m( K7 \' l) t# R1 T7 E+ z
In this tutorial I will show you how to change the Head of Mark flyff.
, D$ I' r4 [2 V: ^8 C" X& [The current Head Mark is well known, 5E, which results as a string ('^').
* X' m5 _' {* M9 t
1 S  @& y2 y) m7 p. sFor this we go to the World (Project) and looking at the Buffer.h after thistext. ^. [$ n# B- ~2 H
Quote:' y3 k# D& v$ {
# Define HEADER MARK '^' / / Normal messageheader+ q0 p0 z! M$ U% d5 p! z
# Define SYSHEADERMARK '%' / / System message header
+ l" {2 x/ O" R  G$ c$ WWhat the Sysheadmark is looking for is not even the top 5E.8 G# u+ T2 T# o
Change this and it makes the CE Not work on server.8 ^( _. J4 i$ r! m

3 \0 U- D7 P3 J' Y5 NThen Tom's anti-hack is no longer useful., Z3 s# W* C$ l) c
5 p% Y" Y( l% D2 U+ k
LG Sedrika
Part 2 of blocking CE

; A0 e, \4 q5 ?' M+ T
$ ?$ E3 j; B7 `' ~, b# 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.
: `$ D7 C* V4 {! h, U+ ZWhat does this have an advantage?
3 v7 p, C4 d1 P4 i: MThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself " U7 M# l  e6 L" q' T+ G: e) j5 ^

: g$ i  K$ Q6 {* u% }+ M) w# }9 L1 h
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz." y3 l$ e( U: n

" T0 Q% F/ A" e/ l9 L& \7 {6 _Then search for the following content in HwOption.cpp
& L3 N, y9 o  M) x# Q; U. Z
, Q% S/ @6 s4 a  y& R" c& v: ~( p4 x' x* }
if (scan.Token == _T ("ip")), A# M* ~2 K' \! D0 U
{
& V5 n- m' }. _! j& A- F  ?( sscan.GetTokenEx ();
& ^6 S( i8 J" d4 m, m' qstrcpy (m_IPAddress scan.Token);
" p" y0 J$ ~1 `( ^9 s' G/ f4 `}. o9 x/ N6 h( |
and turn it into this:( I( j$ f, h# [& N& ]  Y1 I3 B. @9 x# i
Quote:
7 o7 Y7 q9 k7 d$ u/ cif (scan.Token == _T ("ip")); d& }# R7 D3 j/ }5 b) h& l
{
' j, f+ Y3 ?* }, x2 ~& s/ / Scan.GetTokenEx ();
5 V0 P; _2 w. W% J4 L% s/ / Strcpy (m_IPAddress, scan.Token);+ _* p- ]( Z! V/ e8 g
}" Q1 X/ X  x1 _7 w: b" D
And you created the solution.
8 R0 S, z. `: D- p
8 ^' [3 @' z# F! v3 w8 U2 u6 R1 a6 F5 ]
Then read the Neuz not the IP from the INI anymore. even if put in it; F( M& @* P0 o% X9 b1 X0 m  z
1 w1 M4 F& [( W& g6 i: B2 z
Max skill's
+ p+ [) o" Y/ B. X6 P
6 q" B0 B9 i1 h7 T
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 1 V/ O3 I1 a0 q; y% V  M: h
6 n2 }) W7 e1 H5 x
With the TUT can provide the remedy it
, q) R" T2 y% R4 @/ U8 ]! O4 D& s0 @- F  _6 N, X7 ?
# 1 opens the file SkillInfluence.h
' q: Q, e4 k1 }( Y4 q2 E3 h$ p# 2 Search
, j) l. I& m- v/ u' n( _Code:
' w; W" n  R+ g& I: a1 V' M& z, j$ H' V+ X
# Define MAX_SKILLBUFF_COUNT 14
& ]( D1 p6 \2 z4 G: v8 r1 w' p0 |6 W  {- q& {
# 3 Change the 14 to your number (eg 21) and save it from* {# @, d  B( y7 a; s
# 4 compilation and ready
5 g3 Z5 x$ F; M! C2 v1 ^. x
* M/ B- {' K' i3 H7 s+ ]$ H
$ C( B: p- O: n) K% HI 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:
5 ?; Z" H4 w4 u3 L! d7 X
7 R- ~% s" T+ [( t5 ]dennisdra
% |  z& p) _% P; V.Crasy
) w3 x! d9 {( C5 l8 [9 r5 R©ross) @  i; T4 A7 p& S3 D6 q  b2 ?, F! V: j
Sedrika' j( v- b  D' i% P5 d4 d
4 e! B8 J# B( s
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! 4 v+ V% c( e7 q
. Z: n6 ?6 G  q0 G- e/ ]
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
, ~' T7 Z$ x% P; v9 G9 ]8 y5 s+ Z. Q6 R  ?- m

! s, N5 o" M8 O8 Q& G- `Update 1:
how to turn off "Profiler" in worldserver.exe
. ~+ A# {7 M5 f; u; M2 k9 {1 N
" U4 `1 i3 N: [
+ x$ c! s' y2 b8 N* I. V
in VersionCommon.h of Worldserver Solution8 y( _( m) D" d4 E: ~
Look for
- R  o  q0 K( u3 L& H- T/ u" u# A
+ g' B4 v2 R  A% j! \. S#define __PROFILE_RUN
7 w/ s+ g3 ~8 O3 T% ~! F) i6 ~  e* H, o6 W2 M
comment it or simply3 C, r8 D; s4 V! l" ^/ |' }3 m! c: H

- ]6 h0 y' E. h& r//#define __PROFILE_RUN
: C/ J4 ?) C7 T2 }- ~" I
& ^$ N# G2 F8 C/ q9 a( O" x: e( l5 x9 G2 B! |/ y$ m
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投寄。谢谢。我添加更多的很快如果你有病加太
6 ~+ u$ d0 I; y6 y% f
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-5-4 11:39 , Processed in 0.072004 second(s), 22 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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