飞飞世界论坛

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

改变最大等级

[复制链接]

197

主题

203

帖子

1058

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1058
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
7 d6 f+ k# S  a- o6 B8 k4 Q% v! ^
change level without Rebirth+ E& p2 n8 @- E$ w& s' R
. ~+ p  g' C# \* {
Now, let us begin.
4 g2 N/ e) W& q% D5 y* v; j  Z( J2 V7 M$ L3 i5 a- s! @
Requirements:
9 F3 _/ m. d; ~, e9 c* k* y  `Source) z- J+ d* w+ {
Notepad / Editor! o, r, e: W% J; I0 ]! p# m  P" O' l

1 o5 d5 a, i& k6 i/ / Tips by Sedrika; \. f9 ]$ p1 n8 T8 Y
! V" G; m3 _7 e: F
It is up to you how you do it ^ ^, x8 }8 `% i$ p: B% C
( x' d/ I2 R2 s' @) o) }5 V
Go into your source folder and open the definejob.h
* f' K0 T) i6 r7 p) ]Search there for:4 |5 X+ o' T7 |* D; _: c% ~
- S- _1 x2 S/ }( }0 Q
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
/ ]' N/ L% a( I  ~2 O#define MAX_LEGEND_LEVEL 129; m6 w4 v# Q% w  }3 C8 r
#define MAX_MONSTER_LEVEL 160
; y8 R9 E" C2 S& r#else // 15Â÷ è÷¾î·Î ·1o§è®àå$ n0 @" l6 u8 _7 d! j5 R
#define MAX_LEGEND_LEVEL 1212 h) W- l, t2 R+ j0 ^* \
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå ; T4 h* }- t5 k- n' G- b
8 o( b/ {" I: T" a8 ?, r3 a+ m
/ W# ?! T+ r' i# j) ^& d9 W* \
Red: Player Max. Level& ^- S6 Z: U: X0 h9 j
Green: Monster Max. Level0 n1 U. ]/ ~4 U4 h2 l
  E$ b1 {' F, U; t/ m9 w* |- V
These changes as simple as you want.
$ E9 m7 h# {  K4 k$ M1 E( ]2 g2 C( B
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
3 P' f5 [. F' {( F; z( d: u
0 p3 m; L2 e  w& C3 z6 K; ^
Part 1 of blocking CE
  V! F& h9 x- z: ~, t7 @. z
: z' H2 b. u1 |/ e$ y
In this tutorial I will show you how to change the Head of Mark flyff.
: k  z4 N  Z! U+ @- q: \The current Head Mark is well known, 5E, which results as a string ('^').
+ V/ z6 E3 i3 `" f6 u( k, Q. A* n  B( \4 K3 m" V
For this we go to the World (Project) and looking at the Buffer.h after thistext4 O* D0 A! ^# e* n
Quote:/ w4 u  f' e8 Q! Q, y
# Define HEADER MARK '^' / / Normal messageheader
% B/ A+ u# s( q% J- i5 T# Define SYSHEADERMARK '%' / / System message header. o$ v8 g# F) N# M# J
What the Sysheadmark is looking for is not even the top 5E.9 \( l/ c+ B  M
Change this and it makes the CE Not work on server.
; `8 _. l+ B4 ]! |5 n' y$ V% J
: S" r. Q. f+ L" [/ TThen Tom's anti-hack is no longer useful.
, y1 L& X- \  A% e6 Z2 b
* m9 z% c& M, eLG Sedrika
Part 2 of blocking CE
( P% t; n0 Y4 Z% _/ y
$ I: [8 t, V4 _& R  w; s$ |6 w
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.
% W" X+ Y. p( o0 L8 w) ?2 ~" c9 ?What does this have an advantage?3 N: @/ a1 _, ^* T$ {$ p
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
+ l( d$ H( @) V/ K* k( J, X6 F% [- y2 E; N7 v
+ `) q, g& _# T! E$ r' H0 S$ v* B' b
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
+ X1 H  [% B% S. |* l2 s% [& Z
8 m" U* C# |6 T6 \0 Q5 oThen search for the following content in HwOption.cpp
4 K' V2 m1 r% W5 t/ n! O0 [* F8 `; S4 |& a! ^

7 ^, D4 ^+ K. ?1 Y1 gif (scan.Token == _T ("ip"))1 @+ w( q0 t5 P+ L! y
{
/ \2 n' K  }2 Ascan.GetTokenEx ();9 ^! E" S$ b7 W, S- K
strcpy (m_IPAddress scan.Token);0 y8 X' [. K+ R8 s) Q
}
2 c* E) A2 l4 v0 ]1 S; Uand turn it into this:6 }& S9 k( r& u' f
Quote:" X3 O( Q1 v* j% J4 n3 \
if (scan.Token == _T ("ip"))
6 M. n$ P& {. |0 Q{
" i% v- {3 D" c  e0 q; q: K  o/ / Scan.GetTokenEx ();3 v: `$ E+ F& Y( o) O
/ / Strcpy (m_IPAddress, scan.Token);
; E7 U) \, m* J2 u+ v}* D' b+ B- o$ k7 G; U
And you created the solution.7 b1 B- v1 C, U- h; C& f4 l
: Y+ C1 |+ h) }7 T1 U9 k, f* z- d2 s: {

% Q- {+ D  @7 sThen read the Neuz not the IP from the INI anymore. even if put in it
. ]2 F4 Q3 q4 Q( C  n
# Y! C% j5 Q. M0 @4 c
Max skill's
! l( l6 `" D0 e
4 L: u+ I( R6 ?7 i$ M
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 0 `- S9 T( H5 c7 B( ~. Q9 e

5 P/ _  T; ^8 @7 d: BWith the TUT can provide the remedy it5 H8 w) ]6 E) d! b; F- Q+ T( c

: t( t/ n7 s1 G/ `# 1 opens the file SkillInfluence.h
; q2 K8 B2 A' ?* H) L# 2 Search* ~; M% [5 E8 O- U6 {' A3 R6 L% K
Code:/ s% b' X6 V& J0 D; a

- ^0 ~' o2 e1 p; d! ]# o  r# Define MAX_SKILLBUFF_COUNT 14$ b3 o: W. K  A) O3 Y
1 a' z8 s: R/ @& p1 ~
# 3 Change the 14 to your number (eg 21) and save it from' B6 ~8 c$ i+ O- W
# 4 compilation and ready, x4 q1 G3 `' D

7 Y4 o3 c/ x, J! L1 {% k
8 L- C- P  [# P; `8 CI 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:4 |- l7 M. k4 s- h
1 z3 }2 z2 ^- H* a4 z
dennisdra
1 L5 c) k' L' j.Crasy
( t! ]# v3 @8 q: r2 ]8 |©ross
" ]/ R9 t5 U" N5 i" HSedrika
) ]+ @/ @5 u  d- ~/ S8 ]
7 |7 E" D3 W+ t% [4 U: C1 jeverything 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!
: G/ F$ |, h/ s5 T; C' S5 r6 x8 I0 u& t9 m
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less+ E0 V0 e8 ?8 i* u% I
% u; z% y& G" _* O' W2 _4 I, ?

: O5 _( D- b! C# H* X0 vUpdate 1:
how to turn off "Profiler" in worldserver.exe

7 J3 c$ l( g/ e; \6 c6 f' E/ R
  s( n' Y( c  b0 W* H
4 Q: v9 x3 ^- l  I4 L# p1 ?: yin VersionCommon.h of Worldserver Solution2 q3 ^: N& M2 Z, W" O
Look for
+ z+ b* M! n- M7 E6 ~- m! {9 q5 e
#define __PROFILE_RUN0 A- @1 s* C2 W3 o

3 ~3 P  W4 x% T8 Scomment it or simply
0 y$ E6 i% R* [$ C
' ~" w& z# y5 f//#define __PROFILE_RUN
& L! P% V( S. \7 S  R- L" D; \+ `' M2 i6 _* m9 p0 j: {# w- j

5 j* s. P8 q9 z9 p$ b) a" I  Xcredits 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投寄。谢谢。我添加更多的很快如果你有病加太
5 _2 [6 S* l& e6 I
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-5 12:26 , Processed in 0.065996 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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