飞飞世界论坛

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

' P/ y6 C. c8 V: Z' }( Wchange level without Rebirth
) e9 K- A. ~1 `0 F+ w+ e
% }9 U% p, m" C3 v% |) T- wNow, let us begin./ x' t0 j0 ~5 u3 ?
, t0 N5 R0 u7 E% F0 V
Requirements:# }! v+ t/ `# ^" Q$ l1 I
Source
! D" j2 k2 D4 [( B. A+ |- aNotepad / Editor
5 a9 B! G2 B1 n" n6 b; d3 G, D
, I* K% ^$ P, X  i: g4 p* z/ / Tips by Sedrika2 d; o8 g# t3 ]% x
& [  o0 _6 Y! A4 e' M2 T% k
It is up to you how you do it ^ ^- P6 i, `( R6 \" Y1 x

0 _1 i" Q: r, B2 f. B( z+ o! BGo into your source folder and open the definejob.h2 S! n" a8 f& I3 X3 R* H, T
Search there for:/ x, {( x+ Q( [

, H$ m- K7 Q& n1 F#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
1 B" T; _1 `6 {7 d( @#define MAX_LEGEND_LEVEL 129
2 d7 Q  K: |  l% m- q# `8 f( G0 Z#define MAX_MONSTER_LEVEL 160  J- u* W& ?, r  w# z3 f7 S) _0 ~
#else // 15Â÷ è÷¾î·Î ·1o§è®àå# [, O. B. y2 X( ?. E- o  b
#define MAX_LEGEND_LEVEL 121
1 C0 m3 Z; I) H( z6 E: G#endif // 15Â÷ è÷¾î·Î ·1o§è®àå * |; X: L( X7 o  z. I7 v; \) ?
5 V; M6 ?) N0 {5 C
) L- p* @2 w# z: t" g# N
Red: Player Max. Level( I% e6 L; |  v1 Y- p/ _
Green: Monster Max. Level4 I- g. t7 B) [6 R7 E; i. @

' L  q2 }  k8 A/ |. y* `# NThese changes as simple as you want.
" e8 b) W# ^, n5 S" k( C5 R$ i2 x% e4 D* L* |, N
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
( n! a/ ^# p2 n3 R# n. L. c  S: `
Part 1 of blocking CE

. V$ E$ F/ \1 `, l- P' z
  w" j, u. i$ M" q( Z# \- bIn this tutorial I will show you how to change the Head of Mark flyff.
; ]6 \( i3 r4 i  A8 I! f$ lThe current Head Mark is well known, 5E, which results as a string ('^').
# x! t9 u) K6 l6 h0 t6 i  |
4 H' N9 r/ ^8 ^# X8 S; I& j5 Z' FFor this we go to the World (Project) and looking at the Buffer.h after thistext
& k7 u, I$ d2 B* m9 uQuote:& N  u$ {- l8 g* _
# Define HEADER MARK '^' / / Normal messageheader, ~7 Z' H: _4 n4 t7 N
# Define SYSHEADERMARK '%' / / System message header
. s7 T. E% R; O& e& YWhat the Sysheadmark is looking for is not even the top 5E.
: U. Q+ f/ u% @, C; J3 iChange this and it makes the CE Not work on server.4 M; J- I% J' A8 A

6 c# u  w8 @' c- W, ]Then Tom's anti-hack is no longer useful.
: s9 U* g+ _9 Y* Z7 R  M
" j. z* g4 i# t8 |! \- r  V: g% FLG Sedrika
Part 2 of blocking CE
$ V- ?0 ~# |' Z- S' W9 Z9 k
* Y2 ^9 u3 e, c: P$ t
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.
9 Y1 v# J+ u: k* @" }9 KWhat does this have an advantage?
) Q+ g7 x5 f# N5 b3 V8 _! Y0 DThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
0 g( ]% ~& H" W2 P, X9 D$ T/ _# n+ ^- p3 g  c' T* C5 w# \/ u

% M  p" x% U4 m; t. V4 aFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
0 c/ S3 g! p* R4 m) D3 r* @5 f
  k; o: `: D1 ?) `& L0 gThen search for the following content in HwOption.cpp
7 j( W3 S' {* L7 F& t  n
) _7 H  P% B7 E* M" Z. G* Z9 T! n# u2 W: A8 @3 S
if (scan.Token == _T ("ip"))
! _, X9 h. ]3 c: Z{
' V! k. Y( _" g. q' s& Ascan.GetTokenEx ();
5 L$ [4 e$ i- D+ {. l. L% B7 dstrcpy (m_IPAddress scan.Token);
4 k/ y1 r4 W2 n}' j6 S! H& f* P/ s1 L* J3 c+ z( b" s
and turn it into this:- ^/ n0 G& G3 \0 c( j( c2 L
Quote:
6 H& U- {5 O! P2 y8 lif (scan.Token == _T ("ip"))
$ }; E+ R$ c- T{# w) |3 j0 \  Q9 z
/ / Scan.GetTokenEx ();) r; ^) Q* S! v' ^2 g
/ / Strcpy (m_IPAddress, scan.Token);2 R# [! X+ R( L
}
5 v5 s0 K  u, O: F: MAnd you created the solution.
) R3 D! l+ S. n5 w+ O* h2 r9 p- J0 R! I* I8 Q- P

% g% i3 }- e0 |8 rThen read the Neuz not the IP from the INI anymore. even if put in it1 a5 R7 I' l/ v6 M

7 s- j4 U' d1 x5 r$ ?3 j: l: S
Max skill's

1 x. Z" C7 u, K$ F2 ]' E5 Z" ?$ x
8 |+ S" w- x' Z$ hAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc , \. q( |( c/ l( s$ X( K  f
. Z5 s* l" E7 I) ]$ _
With the TUT can provide the remedy it
( P# {, U2 [9 K; {: t; k0 O9 @3 Z4 i% ~/ a  r4 r9 `$ y' q3 w
# 1 opens the file SkillInfluence.h7 r2 P0 P% B8 {1 T
# 2 Search! g/ m( P- M4 t2 i" z1 E$ a
Code:
0 u$ W/ d6 Y5 ~8 }7 n
2 ]$ r, Q7 X0 h3 ^( }$ r# Define MAX_SKILLBUFF_COUNT 14
) }4 N4 ^9 \$ |4 Y% [/ h% U' k" g5 {1 [+ {2 E, }
# 3 Change the 14 to your number (eg 21) and save it from
% y" S% B" y8 L* L" e3 r# 4 compilation and ready
: e# Z$ @$ }2 W& s# i! d/ R" \7 {( y/ l2 E0 j# v
8 ?. ?/ v" ?. l* ?9 U# O3 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:$ l3 o4 r$ s8 \" a6 I
( O' ?$ _5 z( x% Y4 E; E
dennisdra! L% H: H* {0 `* N3 Z
.Crasy
+ z; }- Q. I. A3 i©ross6 `8 ^: V- O4 O3 [
Sedrika( I: v; C; d2 i

1 N, k2 p- S# z4 E$ ieverything 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!
# H) _. f1 v- r. G0 P' O7 U8 U1 Q! d
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less1 A6 L! ~0 {* L6 @2 T
" A) o4 u4 M0 P1 l5 z
& b5 ?4 r8 J; k5 x! ]
Update 1:
how to turn off "Profiler" in worldserver.exe

' K+ B8 l: o, w- ~5 p" B6 P) s5 K

& M8 e1 j, z, X, d7 c0 Iin VersionCommon.h of Worldserver Solution( i& a0 Q8 I* [) X! z
Look for) N, K) y# K, i6 p: F- T
( Y  g: [3 T; ~4 |# G; Z8 H/ c
#define __PROFILE_RUN. M0 g6 k4 t( {: G

+ I/ C6 z# j- Q, O) ccomment it or simply9 g- V& g( M* ~. D0 ]2 |; J. P2 j

7 h  n' Y; `- Y3 ]( s//#define __PROFILE_RUN
; h8 o; d! p5 Q6 S9 t
) c5 k1 |: A6 s9 i- o/ ?9 l# T$ u* V3 l- P1 X! f% ?
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投寄。谢谢。我添加更多的很快如果你有病加太
2 F+ B4 O2 ~1 g9 R2 C
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-11-20 17:50 , Processed in 0.074340 second(s), 22 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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