飞飞世界论坛

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

+ `; F; A% F( _9 B: ?1 zchange level without Rebirth
% N6 z0 E$ Q3 b7 W  [, A5 x. r0 [1 j. }$ p4 h5 X* p
Now, let us begin.* J2 y" T, \+ s- N

" j/ H! ?& T8 o' {- SRequirements:
6 y3 M4 S- b; I, C: n/ p5 ESource( U* Y. y7 |) U: i3 v
Notepad / Editor; ?. p, _' v- J( R& I
5 |- Z+ m0 _9 }% g. c
/ / Tips by Sedrika
* ~3 \! `+ V! N# l% p& `* ^. k$ \9 J* m2 Z5 I
It is up to you how you do it ^ ^( p" K7 Z0 d# F: G

1 g( ?- S9 v2 }$ G$ E  oGo into your source folder and open the definejob.h+ w  D8 N; h- O2 T; Z) b
Search there for:
2 m: }1 X" v. S
5 \% b. Q! e$ U4 O9 u#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
7 v: q3 O0 \  F+ b#define MAX_LEGEND_LEVEL 129
$ E6 j4 [( n) D#define MAX_MONSTER_LEVEL 160! d( z/ k! |/ n) y" B8 ]
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
  l% v3 O, Q3 K* i% Q; g#define MAX_LEGEND_LEVEL 121) M" ~2 p8 D1 a+ v& {* u
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå % G' O$ M# q: d9 F1 e5 X

0 r9 {3 @/ o! P$ `* h- B" _4 N7 i3 ]) C0 A: ~9 L8 q. r
Red: Player Max. Level5 H$ T* }( b) U* j1 z
Green: Monster Max. Level  L6 I. C, f8 j. h& a" b

- ]# p* D( Q2 CThese changes as simple as you want.
) R5 W- s5 n$ l1 L8 U& @  F7 b* d. ?' J) y2 ^: g1 m
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.$ b" y0 }  H* J; y4 A: p' I' _
- E# D8 y. S2 H. B2 @2 _$ p
Part 1 of blocking CE

. p% Q( {; w. H6 d* i$ v3 g2 U
9 m' a5 `, M( b  ]In this tutorial I will show you how to change the Head of Mark flyff.6 `, c3 `, q3 F/ ~9 c# M
The current Head Mark is well known, 5E, which results as a string ('^').
. M% B5 u, n7 d) d2 e6 Z% s( s, A; [. M& i7 |3 o
For this we go to the World (Project) and looking at the Buffer.h after thistext) ~; _. v& q/ r% [
Quote:
, x/ d8 ?' a6 P. x5 N+ H# Define HEADER MARK '^' / / Normal messageheader) E9 j& y2 a! F$ b
# Define SYSHEADERMARK '%' / / System message header( {6 x# }' [3 [, a
What the Sysheadmark is looking for is not even the top 5E.+ K5 n6 C2 Y3 X) T! c& N
Change this and it makes the CE Not work on server.
0 q$ a( ]' a( W* y& ]5 Y, n1 B% X, p6 d+ I$ O; b5 v. H
Then Tom's anti-hack is no longer useful., G0 l2 N" X6 }
2 m2 o) h5 Y4 B! T0 a  j
LG Sedrika
Part 2 of blocking CE
" v+ a  b: V8 A
; z7 D9 H  ]" p
In 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. + J  s; c! C/ L6 @5 x) ^
What does this have an advantage?
# M" X. C5 R9 r3 k. G1 v, e5 \The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
7 L# t) q4 p5 U- [5 o1 q. b8 q( x; G

0 B* p$ u0 Q5 L, l2 H) m. qFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
4 a. H+ ?$ D1 N9 e% Z- c1 E- }
5 L# |1 ^+ _9 ^6 ]* hThen search for the following content in HwOption.cpp , x1 i3 w4 j7 t  k5 t- X

  x# O  q7 _* ]& I
1 f. ?( p( ~5 q# t" ?if (scan.Token == _T ("ip"))
: I! c8 u5 ~4 U{
6 Q/ ^9 V' d- Z+ Q' V. f9 m7 Qscan.GetTokenEx ();
3 h& A5 [. C- j5 w# h- ~strcpy (m_IPAddress scan.Token);: I3 Y) ~( ~4 s
}
! K6 \% i; w. \and turn it into this:
8 ?, T7 e2 N* Z* aQuote:, L5 c3 j; Z- y0 e1 A
if (scan.Token == _T ("ip"))
! T" z# n7 }: ]0 i0 |, G3 I{$ ]6 F2 t# _; G* q9 T- I$ s
/ / Scan.GetTokenEx ();7 e" M) {& H9 q2 M% X/ C
/ / Strcpy (m_IPAddress, scan.Token);
' ~/ O  n7 N5 c}
; G/ Z! L' R7 j) P. N0 u6 ]And you created the solution.% }! c) T/ L1 D

( ]7 f# Q) j  W/ c3 J0 S0 N( v0 V' i5 Z2 Y+ w
Then read the Neuz not the IP from the INI anymore. even if put in it
, k* {& s3 H! u( @9 {9 k9 @3 L6 s" ?4 h* \" Q# C0 s! H
Max skill's

; p7 F8 n9 r  q$ ?7 V, @
( c# v8 O' x6 N" J& k. v4 p2 IAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc   ^' X" V) q- S# M, a
) k- t" x1 N: y, Q1 |6 S; ~1 \
With the TUT can provide the remedy it
/ h. V& y9 o% G. ~$ A7 r  U% r/ j( F5 k% Q9 n
# 1 opens the file SkillInfluence.h; ^7 y$ j9 m, e* |
# 2 Search
; I' {" n6 [/ k3 S2 Z( s6 o3 R$ xCode:
8 |' h, A. y. K9 _' M) d" f( f3 ^' d  h6 u
# Define MAX_SKILLBUFF_COUNT 144 d) ~: q# Y. O7 F8 ^& \

" M9 I  V7 |& w/ x# 3 Change the 14 to your number (eg 21) and save it from
& f' S/ W4 Y$ r9 \9 Z  `/ W# 4 compilation and ready
- w" i* B( N3 t' @* O0 {
" h$ I7 P+ f  C" I& q4 x$ w- }# J6 C3 h' `
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:" u, p, W# H2 O6 e# U3 h

6 C6 n) f9 @+ c6 y0 o' fdennisdra3 ], c3 P( L) ~. X
.Crasy# [" W0 T9 M! m3 m4 D/ ?
©ross
) X. F  h& Q8 sSedrika
  [. H7 u* i% @: g% r: Z' {! X1 N6 e# }+ L6 t& o& k' _2 i. Z
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!
+ l8 S9 Z) Q4 n: h9 `  O4 w( r) _& Z# }& |& C5 B5 K
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
7 C/ o, t, i& E5 K/ P$ J6 s' J( j$ W) T( D$ b( O7 U1 d9 q- ^6 m2 c8 r

  D+ v7 D% |$ W$ o9 h. XUpdate 1:
how to turn off "Profiler" in worldserver.exe

% l) Z" v6 c6 `3 s. z+ P' n# S  A$ R! V4 O
+ j$ x9 {. h% u& B6 B! D) V( }
in VersionCommon.h of Worldserver Solution0 ]! r4 k& F7 ?% ^
Look for0 \. i1 B9 c6 E# y
/ _" B5 A( s. g8 W
#define __PROFILE_RUN
. l; W( Y$ a1 r, z( f- h! ?' J8 M9 _$ b0 q+ _& Z
comment it or simply" a" Y$ e4 O: e5 M, L8 B
) c- @* Z6 x; k4 F' X
//#define __PROFILE_RUN $ s- p+ N' j3 Q0 ]* `3 W

  T; L# K; @8 f$ F! _0 ]/ X4 b: |) B2 K9 H: d+ `' x8 i
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投寄。谢谢。我添加更多的很快如果你有病加太
7 A. n, X8 }8 d* G2 u9 p* t( ~. v
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-11-28 17:07 , Processed in 0.063199 second(s), 22 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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