飞飞世界论坛

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

改变最大等级

[复制链接]

197

主题

203

帖子

1020

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1020
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

4 j8 G. J7 a! u' L1 ~change level without Rebirth" a# A+ I7 V$ A5 o; s+ H1 x* s6 K
' p, z$ n' P% B) b% K8 y
Now, let us begin.0 Y( ?* w, {* c2 c6 K% |, y
% y; U0 ?2 ?" f+ D! l
Requirements:
/ q1 J9 ^2 d. d' v/ d! @  BSource! `* [6 S5 ]" h/ F. g8 Z
Notepad / Editor
/ K9 @. p, |% R$ l$ R9 W& a" K. L' E0 S& B( N; ~! B1 B9 o
/ / Tips by Sedrika
7 G4 ^# Z( w0 a6 g2 f- i9 w2 M5 f4 }1 m- J. d. ~  G; K
It is up to you how you do it ^ ^
! o7 K. r' y# C/ w0 P" o2 j! A) c0 V' m  f6 j4 o0 @
Go into your source folder and open the definejob.h2 N, \1 g4 B7 `- a  y- P
Search there for:+ x: D' K% y5 N0 c

, h6 m0 T$ A: p" ~3 a; [+ u#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
6 |" R% j3 f! F  ^. L#define MAX_LEGEND_LEVEL 129
9 P$ _- d& U/ n6 ]8 Q  X/ l#define MAX_MONSTER_LEVEL 1600 O) ?: G6 i( Z8 j/ v
#else // 15Â÷ è÷¾î·Î ·1o§è®àå) Y( Q; b/ U, h
#define MAX_LEGEND_LEVEL 121+ v& D! }4 g: f2 U3 L
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå & P& P4 q" a" W* P2 e4 m" |6 R

% w- [" z$ f: C( A0 N( g' F8 K; ^- {$ G) |6 G0 d# s2 b: o
Red: Player Max. Level7 W- A" G% Q3 N. |0 F
Green: Monster Max. Level
* @- ?5 v0 P4 Z5 `3 ?" a; o4 E* A3 H
# m0 u* x$ ]) vThese changes as simple as you want.
3 }; Q& y3 k3 a& s6 U5 S) D6 y+ O  o& R
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.9 {9 L) h  V: `; ]6 V
7 E! T0 i2 V# y% K0 I
Part 1 of blocking CE

/ ?/ }" |9 v+ @
! d% \( U% i# t8 ?* R; w# H+ WIn this tutorial I will show you how to change the Head of Mark flyff.( h. F  {: T. @( f: ?3 K% I$ j+ p
The current Head Mark is well known, 5E, which results as a string ('^').- O8 V6 G' L  L7 [% b5 @6 ]

7 R9 }) D4 K9 d1 \. a3 A1 @; n# e5 CFor this we go to the World (Project) and looking at the Buffer.h after thistext/ D" f( C4 P9 y: X2 C: {5 l
Quote:
5 q! w2 h. K2 _: i, ?/ K# Define HEADER MARK '^' / / Normal messageheader9 D: a3 D$ f) C3 X3 n7 w) i' o0 t$ }2 Y3 E1 ]
# Define SYSHEADERMARK '%' / / System message header
+ g5 d! L$ o& y& G7 ?5 TWhat the Sysheadmark is looking for is not even the top 5E.) l/ z- \/ `! J* A
Change this and it makes the CE Not work on server.
+ v4 j' \- `, P! o% ~7 h( D# |, p; e6 a% n# f
Then Tom's anti-hack is no longer useful.6 o1 i: n) C7 b8 K

, j6 Y' a- }( f3 K& CLG Sedrika
Part 2 of blocking CE

/ q! h7 Y7 r6 H# Q& h( X( ?1 k$ ?" }1 O) u- F( i/ C& N
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. 6 W4 U% P" d! t6 _0 ]
What does this have an advantage?
4 [% U: N& n8 I- xThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
6 W. {: j& f" p8 K3 |( V* w: C
9 N' P/ c. v; `# t
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
4 m6 i: \- v1 v
4 G; [4 |+ p3 @2 M# y- zThen search for the following content in HwOption.cpp
: W% j' P6 v0 |
( `0 V1 e- v7 ^3 k1 M) b6 d1 ~+ K% ?) F% x: e) e
if (scan.Token == _T ("ip"))# }1 H2 O5 h0 r6 _- S* f: |6 J& f
{
' }+ b+ B1 o" {2 i4 y5 ~( Pscan.GetTokenEx ();
/ v5 K; s$ _4 N- a& R& y" F/ s5 t, lstrcpy (m_IPAddress scan.Token);
8 r9 m5 n, [+ w4 X! Z. A4 `% N}
6 C# o: N/ F. _3 Y, p0 [and turn it into this:; b1 `' u& o( }$ [4 x
Quote:- p* W; k/ p+ @: m) Y9 {3 M* C
if (scan.Token == _T ("ip"))
& B. V( e4 W0 {2 n{
8 L" o. ]& v" ?% o% S/ / Scan.GetTokenEx ();: R$ H# t* K, Q5 K
/ / Strcpy (m_IPAddress, scan.Token);
! L5 Q. [5 j+ l0 ^8 A1 O}7 q/ P% `  q% z3 d0 G4 G9 w: u
And you created the solution.- c7 T, u5 t+ `- ~3 T
3 H- I) _: C1 r: F+ b  }6 x
/ g# V! A3 W5 J9 F* M8 E7 g$ a$ J  y
Then read the Neuz not the IP from the INI anymore. even if put in it" p/ o: i$ S6 G; Y2 h" `2 s1 v# D
$ C. A$ X9 G1 R- W1 S* _/ I
Max skill's
5 i9 K) m2 {8 t( G- k/ k$ w0 m
$ @9 i; M) G; L/ s* y
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 * e+ w0 I7 C6 ]# h% b6 n

; q! i8 _  N. d. L& D# ]With the TUT can provide the remedy it; M% s: @9 r; S" y; d
% I4 v9 }' _. F
# 1 opens the file SkillInfluence.h
& x) W" _/ A; N% R; W8 v9 V0 K9 W# 2 Search" W4 [/ ?( T7 p& e0 S3 D
Code:9 D5 T+ Z# P9 \8 x/ i, S) \6 A
  R- `' y+ N3 z. f( \  w
# Define MAX_SKILLBUFF_COUNT 143 v; Q1 L5 P9 J1 J2 O! g/ V
+ y5 u, W6 m' ~: t$ W7 R
# 3 Change the 14 to your number (eg 21) and save it from
+ y' {7 g6 t2 B' t4 X$ F# 4 compilation and ready9 e2 J2 A0 Z8 r4 d2 D, T: `* R" C" f

1 i( p7 A- N! [
+ C" ]" k* k+ _7 Z5 L% BI 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:
" B( I, {4 l" u4 X6 J0 t8 B9 m
5 C( |0 T% k4 q# z6 W5 a. mdennisdra. T2 U* n4 X! e' y! e
.Crasy
; E& j6 {/ R) a©ross
1 d" S4 e4 Y6 j" w( vSedrika
' B+ b2 ]! P& Z, G
5 u& E9 T/ l6 Q; M4 a* Peverything 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! + G6 v" k; a3 {' j5 I

/ _( H2 }% f' I" v) J, Q- G4 T& E& HP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
7 y* o6 `2 _  d4 u3 k5 k. D2 J1 u  E% r, [. s$ C  ~* b- n, @

  }2 b. l) A6 @' Y" kUpdate 1:
how to turn off "Profiler" in worldserver.exe
. L' D+ i+ T) w& c
% F* A6 f6 l. ]7 I4 V

: [5 i5 j% g' c2 b3 `5 m2 n, Win VersionCommon.h of Worldserver Solution1 X) i- p( _  {' |* o2 R
Look for
- B, P$ G/ w) `6 B
7 U  _2 }4 O- |0 _5 ^4 B#define __PROFILE_RUN
) z, k/ I, x0 e0 K2 i0 e2 ^+ S
% d) L3 @: y- [, U" P: O* Mcomment it or simply
7 G( _$ [# G& }$ Q3 @# g. h/ R0 v  X- g$ O; P4 o
//#define __PROFILE_RUN ( c5 b4 A, q1 D4 a  C5 l' M

+ d' r% p: E4 |! o/ m* R7 B8 ?4 X) d
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 s; i4 G5 j- E" A9 g
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-9-28 12:23 , Processed in 0.066438 second(s), 22 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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