飞飞世界论坛

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 15038|回复: 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
3 T5 G! q3 t6 _$ A3 B" g
change level without Rebirth/ Y7 n; D! K5 O9 N& K0 A) Y8 V

( o; W  X$ }- @Now, let us begin.
' M2 K5 @$ J, k- d$ m/ O
; A' i3 G8 \. w$ ?0 M# h8 ^Requirements:
: X1 |8 S. q  BSource: y+ U6 G+ U4 u! {9 n; U! u. @
Notepad / Editor
& S2 K# c% g0 r/ \5 ^) L4 G
8 P0 s1 w% z1 l2 }/ / Tips by Sedrika3 v7 u' t3 G" n2 l$ \) u
5 o8 u6 g  @4 H; e, R8 z7 s$ C
It is up to you how you do it ^ ^
9 ~- V( G8 k( x, u4 L: h) _( s
Go into your source folder and open the definejob.h5 {3 ^$ K2 g: J) x, A
Search there for:& ]  X1 e5 j" o
  j: j7 |% ^0 p* t$ _
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
' [! _& \% m) \* e2 R7 I5 g#define MAX_LEGEND_LEVEL 129
. d0 U" @: x% m4 D1 J#define MAX_MONSTER_LEVEL 160
) }# ?- }# I/ Q# L/ Q#else // 15Â÷ è÷¾î·Î ·1o§è®àå
* M& e  J% t$ D#define MAX_LEGEND_LEVEL 121
8 X% p3 N' g6 f, S0 B3 F8 V, z- s#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
( _; \" u+ h3 j  b- h% P7 S2 o. k- q6 r6 t

. y) R) E$ j* f! o) I$ MRed: Player Max. Level! ^) q0 K: }* u4 _7 u7 ^* ^# i' [
Green: Monster Max. Level
! E( b0 D9 R: e. D9 q0 g  Y5 Z+ U6 g: ?, Q) X+ x
These changes as simple as you want.
1 q' Q$ r0 o/ y. [+ j# L9 S% p  ?/ @) Z
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
# H. _7 ^" s! [( ?1 u2 m' O% N0 f6 B5 x1 o' W" \2 L3 u& t; ^
Part 1 of blocking CE

9 l; U" W7 z7 p$ ]& c
- g* F" g* q& r2 {  j! s, cIn this tutorial I will show you how to change the Head of Mark flyff.  N7 q; S6 `" {& q9 z
The current Head Mark is well known, 5E, which results as a string ('^').& _/ J, `; N3 y

; j$ d/ K2 z) o1 G5 w# _0 jFor this we go to the World (Project) and looking at the Buffer.h after thistext$ _% V; J; U( Q: L
Quote:: }8 W; X" j1 t6 y, R
# Define HEADER MARK '^' / / Normal messageheader
0 R, u4 h2 f! \+ N5 x# Define SYSHEADERMARK '%' / / System message header
7 Q, N" H4 o2 sWhat the Sysheadmark is looking for is not even the top 5E.3 V. {. C0 V* l' n" E
Change this and it makes the CE Not work on server.3 q9 q1 @) P1 v: A9 `

: s6 v  v- m/ q9 P' X" f7 |$ m( e& hThen Tom's anti-hack is no longer useful.
& c( J, g# o  z/ G, p' [. h! I( r2 H
LG Sedrika
Part 2 of blocking CE
) X) a" `7 `* m  y/ O" r! d% J

  F* w) M1 L( RIn 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.
8 u- W; U' O8 a; B$ ~7 c% }What does this have an advantage?" q$ N2 s7 w7 h! B7 U: L
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
6 j; z* u$ N9 e5 Q3 N1 l+ E7 A2 R6 _5 A) d; d+ h

* w( i8 L0 o7 q* y! `First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.7 L" V9 l. v+ \4 q

" o# b* N* V4 x* k8 t5 HThen search for the following content in HwOption.cpp
  v2 u& |: d0 A/ {, A' q* Q
2 Q6 b) p3 C' Y$ A" c# S2 B) y' Z; X
if (scan.Token == _T ("ip"))
- W7 u' y3 I9 u( k" t& @  e* W{
/ y2 h9 }0 j- Vscan.GetTokenEx ();
" c/ y  K& g0 \$ L, b( ], ]9 Nstrcpy (m_IPAddress scan.Token);
8 l3 ]! S# k' E9 \" v! r: C+ z}7 C1 q0 D; g. W0 x/ O
and turn it into this:, n8 O* r2 u$ l, t( l% C5 l( t. }" _
Quote:* @: {: C/ v; b1 _7 V; `
if (scan.Token == _T ("ip"))
, J; r; y. Q" \& @/ w) W{  C, D) e  `$ x  H3 ~
/ / Scan.GetTokenEx ();
0 r" q+ H' P, _3 S0 `/ / Strcpy (m_IPAddress, scan.Token);
: V. Q# [8 ^5 {% G  g, o# Q}
* e8 r/ k6 [! u8 x( \2 DAnd you created the solution.6 W* n+ G% N' k! R6 F
; g2 @2 a% t- x' s
6 @  a+ g$ h# l2 U) x& ~* n
Then read the Neuz not the IP from the INI anymore. even if put in it" J# j- C+ \0 E% R7 w" |) K! E; w
$ {5 f5 C) }% g+ K
Max skill's

" A0 `' B" F9 P( M  [6 B8 W8 d! f' E( h
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
5 L$ h5 C7 W" [, P
$ v5 S" L! ], `# Q9 R8 YWith the TUT can provide the remedy it
. z7 g6 @! r! r. c+ f- Z/ _6 ^# D0 @. @6 V! B2 X
# 1 opens the file SkillInfluence.h
3 M: @" \0 x; Q- e1 t+ f* j# 2 Search
: J+ I$ x/ c8 nCode:
$ _& w) }7 w# g, x% o# T& q; u3 e, C& ?3 ?' w% M" [
# Define MAX_SKILLBUFF_COUNT 148 s) X8 I! {8 D3 H
& J; k1 }( Q  i4 u
# 3 Change the 14 to your number (eg 21) and save it from
# K7 Q5 T3 I6 f0 K! u3 z5 r0 t# 4 compilation and ready
' ^4 h; I8 d: U4 C# o9 a
( y$ d, w6 j' r; b0 X1 {; T# U6 f$ ~1 E
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:# D3 J( S0 U5 q& k1 I) d

) D; W$ O2 O8 Q2 H3 Zdennisdra2 Z& S" ^$ b- w" K
.Crasy
1 M5 |8 o7 r0 b- F% u% L+ h6 T©ross; d( K, l7 }& D/ f$ S2 n
Sedrika/ a2 G* s8 o, u! A5 I- h: x

4 H% Z9 j0 r4 b5 Q& q# 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! $ }* `; O4 o- d8 P1 C9 ^
0 T* y; C$ |4 q1 W! @+ I! t" F2 }$ O; q
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less0 F1 h+ I5 t; N
0 i7 l0 r- f6 u) S  k  c5 P
4 q, V" j( ]# \$ _
Update 1:
how to turn off "Profiler" in worldserver.exe
0 B7 _8 e+ ?9 M0 o0 u0 l  ~

5 h: M  P; L+ J+ ?/ G6 H! Q' t/ n
" ?, V2 b( h8 {  {/ z9 ^in VersionCommon.h of Worldserver Solution  i$ k- C2 Y3 S3 Z1 N9 `4 z( ?
Look for
# u! K$ ^9 ~1 I" B7 W
0 f+ u4 J* U: s$ j! A#define __PROFILE_RUN
% o0 N* X4 Y, p& s
5 x3 \) x& ]1 k  V7 e. ]* U" \; h8 \comment it or simply
1 q% b+ ^0 S8 l& Q  Y2 j; ]% _
" x! O) v5 r; d% q$ H! V//#define __PROFILE_RUN
5 D/ k4 B* A. k, ]/ {" H: J+ [( A$ k+ M
$ w* u# ]5 {. `0 @* |$ Y2 Y
8 H" U7 P- y' x* Ucredits 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投寄。谢谢。我添加更多的很快如果你有病加太
3 s  \/ }8 E. n+ i: W( R# \
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-11-22 20:43 , Processed in 0.093829 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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