飞飞世界论坛

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 15079|回复: 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

6 c& u+ S8 ^7 U- }3 A4 Q, cchange level without Rebirth
! B  i9 _- B2 a, x1 z6 d0 }; u- i2 C5 D, S  [# [$ y5 b
Now, let us begin.4 s' {1 F2 w, i1 F$ ?: `

$ B9 F8 G: P0 k& W; M8 m" j( WRequirements:
- H. e% E  M* y& A) _' E3 m5 r7 nSource
: R" \. D4 T6 D- i5 m; \* h4 yNotepad / Editor6 Q& N; ?* y0 |3 a

8 W2 Q" x3 ?6 s3 w& Z; r/ / Tips by Sedrika
$ X; `0 h7 F- d, X7 l: O5 d5 ^! e& T6 Z4 m
It is up to you how you do it ^ ^1 t1 l% }. c2 f& D; c

) `1 J" m) E  {- \6 |7 @- X$ kGo into your source folder and open the definejob.h6 E" |: ~4 x6 |4 d& I
Search there for:
9 l4 k$ Q' R2 F& u. }3 O; [
- y4 w1 Z& }  w2 N4 c#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
: p; g) s+ o' h" x0 G1 {#define MAX_LEGEND_LEVEL 129
1 I8 s# b2 b( J#define MAX_MONSTER_LEVEL 1605 p# B. t! M# m) N) A5 u* m! H
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
# n. n2 Z; E2 F8 a! E$ [: v#define MAX_LEGEND_LEVEL 121: ]7 q; G  Q. u. f0 k# i
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå . _9 w3 b' k9 D* D; K/ p
& M6 F. d+ h9 L
$ R$ e2 e( A( q. j  Q5 x
Red: Player Max. Level! R+ |. [+ ?; ?$ ]& G
Green: Monster Max. Level
) p% m4 f& ]- D5 D' V6 Q# z. Q' T. s; @% p0 A8 ^! T+ ^2 O* o
These changes as simple as you want.8 I0 f: }5 r* u$ J+ U. A

# a- o9 D# U" w+ GThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
  f% o# F: ~! Y5 D+ i/ T$ }1 n' B* j$ j; t; h1 P
Part 1 of blocking CE
, L6 ~# k2 t3 D5 I% H5 @& a
$ y7 _' j9 I% [2 c4 x. H5 w) i) T
In this tutorial I will show you how to change the Head of Mark flyff.  t7 d2 x0 z4 b! g5 E7 \. i. L4 c  ]
The current Head Mark is well known, 5E, which results as a string ('^').% C% w# C5 Z5 [' M- Z4 c" j, f

* J, U+ A6 y* ^$ n6 {1 e/ FFor this we go to the World (Project) and looking at the Buffer.h after thistext9 ~! @2 {& @4 n& v  p3 L# f
Quote:  x0 p) U4 r  t. J2 B- ]. }- R
# Define HEADER MARK '^' / / Normal messageheader
3 ^! L7 x7 G- b5 Q6 {1 E# Define SYSHEADERMARK '%' / / System message header' Y1 D0 F! W; c
What the Sysheadmark is looking for is not even the top 5E.3 u7 v) O  ?4 p" J) b4 R
Change this and it makes the CE Not work on server.
4 ?. ?; V8 S3 G% Y! @9 @4 D* W- v. {% q4 J" A* y- ^
Then Tom's anti-hack is no longer useful.
' n: a, r1 K; h2 Z) }! K; n  E9 L- `: j! O. ~5 O
LG Sedrika
Part 2 of blocking CE
6 G; @) V1 ^7 q2 K( U4 T$ C  j

9 n5 r" S( O# y0 O# {7 O9 z1 wIn 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. 5 w: z2 V3 U7 L6 R( B. A0 n# l
What does this have an advantage?% H. D' e9 R3 N& _' ?
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself 4 [3 M, @& E6 T" \9 `& U

0 b) A( O" ~' D# b7 y% k3 v6 P, m
7 [2 o" _6 E) u2 r7 b* P. j/ U0 bFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
4 Q9 N+ H8 q/ q! B
0 ^) a" W- n' r& H; QThen search for the following content in HwOption.cpp
. n# O8 B8 u/ g' _8 b2 D* T2 s
  {* p) G) T7 }. V2 K4 ~$ I+ `- w5 ?  ~; l" ~4 p9 p7 V* ~
if (scan.Token == _T ("ip"))8 H5 N6 {8 k) V
{
  U& J+ |! [* I7 jscan.GetTokenEx ();
* I) `. n) T; z. g1 Kstrcpy (m_IPAddress scan.Token);2 K' B6 n7 G$ o$ |! q
}7 y7 I; f; d. L4 H/ M( t
and turn it into this:0 h9 s! P3 M0 t: `% }( h, H/ |
Quote:! m% z* R; \) T3 s! v
if (scan.Token == _T ("ip")), w  T, h, Q- }8 \! J, Q' m1 L; b
{# y: l9 p) K" Y) }) d' F7 D1 j  _: K
/ / Scan.GetTokenEx ();
" \/ P" v$ G/ I# [8 L/ / Strcpy (m_IPAddress, scan.Token);
# f( r2 C/ G8 S  ~1 o" n0 r1 M}4 L0 u8 E1 u7 ^2 n5 U* I# H6 Z" ~
And you created the solution.& W0 \$ B7 O+ E7 d) G. q' m% R  q
+ Z- U: @; N4 R+ ^8 D

, V& l2 z0 A0 tThen read the Neuz not the IP from the INI anymore. even if put in it
8 U8 v) ^& \( Z% `  B
0 D. H6 H# T* O5 O
Max skill's
+ |8 m5 s: e. E  p4 d* G

+ C- O  w$ x; S* fAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc $ _+ t* ]% @9 f$ L( _

: ]5 C8 e( [. O2 l8 iWith the TUT can provide the remedy it& i# v+ o; r7 z" Q2 }5 W

" l# G8 D& C, P. H# 1 opens the file SkillInfluence.h
1 l$ ^: a! s( c# 2 Search
% a# d) J+ x& `+ X: h" ?Code:# ~+ D/ \( Y0 `' f. A: d4 O1 H

7 G+ B; y+ T1 o# Define MAX_SKILLBUFF_COUNT 14
0 W! X0 [: k: s3 V# T3 S; [) g( d: Z- b! @' V9 t
# 3 Change the 14 to your number (eg 21) and save it from
6 }: D3 x- U! Z, B$ B' i# 4 compilation and ready
2 Y0 A) i) k# a
" h8 N9 b. N2 `1 h6 X+ h. P4 k4 |5 ]4 p4 g/ K8 Z
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:
6 _2 m( e7 E& d  ]; f" B% p. B7 C( X
dennisdra  `$ Z) p  p' Z% u6 a
.Crasy
5 i4 [1 j! f; _1 o©ross
) Y/ f7 ^, F( T3 ]8 @1 s" \# lSedrika
) s. x2 y, `& B8 L, J, w5 y  C$ h# ?$ S" f& r
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!
( p" t0 h1 e# a/ B. @, U# S1 g# V
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less. E# B. q$ m1 c* J
1 ~5 z* K9 S! w! n' U
, A4 e& S9 P% N8 n( V5 j
Update 1:
how to turn off "Profiler" in worldserver.exe

  v1 ^3 J: F9 {/ [  s8 e) @' H1 D, b7 \* z8 n7 ]- g6 f9 x. U
7 s5 H7 ~( C9 P: e1 v/ C, U
in VersionCommon.h of Worldserver Solution% b# f& K8 s" Z/ c! q
Look for
+ U: }$ u: h% e2 w8 H7 Y! c* Q
#define __PROFILE_RUN
# W8 q) x- T% J9 x' [  L/ }: z, n+ R& _& \  H. _
comment it or simply+ H  X# C' r0 t# B
6 A5 S1 L6 Z. @
//#define __PROFILE_RUN
# y8 c6 ^" B$ s" \2 ]1 F7 r
! g: V4 g. X+ k% l! G' ]4 w
& ~- t/ ~3 E4 K; lcredits 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投寄。谢谢。我添加更多的很快如果你有病加太

( B1 g7 s* ?  e* w: Z4 S3 O$ k
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-11-24 07:59 , Processed in 0.061662 second(s), 22 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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