飞飞世界论坛

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

& ?2 u7 ?2 z8 p) |. X$ fchange level without Rebirth
4 K& ]2 p0 B; ]' ?; j3 u( F* ~0 N8 \( k
Now, let us begin.
5 W$ u. P# S4 t1 Q$ A% ?$ |" |+ C/ L! S0 q9 e9 M9 h
Requirements:8 F( ^. f; k* S: a
Source
( Z9 F6 {& M9 D$ ZNotepad / Editor
  S2 ?6 p7 w$ T7 I7 @) E) T* O* X/ n$ G8 u3 i- d
/ / Tips by Sedrika1 F4 G! V3 I1 m; }- B
1 ~( _; r; A+ f
It is up to you how you do it ^ ^& {! B( @; U# |+ C" N& ]5 V

( J3 N8 B! |! p7 ]Go into your source folder and open the definejob.h
' f! i" m+ z, C3 kSearch there for:' V6 f1 Y& p, e& U1 q. a
% v2 c5 a) H4 m% R7 A  w- a5 g
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
% i+ i% g' Y/ o, T) C#define MAX_LEGEND_LEVEL 129
" X7 W- q6 Z6 r  @#define MAX_MONSTER_LEVEL 160. i+ |: m2 b2 s1 S4 N
#else // 15Â÷ è÷¾î·Î ·1o§è®àå. [1 z9 q7 B- o0 S0 p! P: c
#define MAX_LEGEND_LEVEL 121; _+ q$ {8 i' _) k$ a: k# C, l
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 1 C" t  L  t) o

) V3 j2 C1 p' `6 I. {( J) R$ Y. `4 Q. T
Red: Player Max. Level4 I9 }4 x% S' G0 G7 s: c5 V
Green: Monster Max. Level* s0 c+ H; H& Z. M

7 W. S: a$ g  F( VThese changes as simple as you want.
, c+ E( a* M5 F: Z$ ~5 ?. G6 L4 a. U9 W" b; r8 c/ J6 m" m$ k* ^) ]8 |: D8 u
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.( C% T2 X  D$ p$ F) E8 z" [
/ z2 w2 i2 j: o1 k- c; s
Part 1 of blocking CE

$ q4 p$ L4 T4 x3 K  B! a, ]4 c+ J* \0 T
In this tutorial I will show you how to change the Head of Mark flyff.
2 o3 M* f2 ~& O0 c. cThe current Head Mark is well known, 5E, which results as a string ('^').
* h  c/ S4 f+ m  w8 J: Z" Q3 ?( H. e9 d- D  {
For this we go to the World (Project) and looking at the Buffer.h after thistext
/ g0 s7 K$ z) c' b# A  YQuote:( x6 p/ n) C  W8 y
# Define HEADER MARK '^' / / Normal messageheader# ]! }, n' y8 @! w; Y
# Define SYSHEADERMARK '%' / / System message header
& u( U* s! f: U- W" ]4 ^3 KWhat the Sysheadmark is looking for is not even the top 5E.
5 K* ?2 M7 H5 ZChange this and it makes the CE Not work on server.
, b+ t4 g& [  c' e/ }6 p! q+ |% X* Y; C& J( n
Then Tom's anti-hack is no longer useful.
" A! a, z2 C6 X6 }* C) w! q7 ?9 D" W  |7 f4 E; Q# B2 h$ w+ l
LG Sedrika
Part 2 of blocking CE

1 X' f. k! Y; S) K2 B3 P
& D$ T% b# s& R7 t$ |' bIn 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 [. H9 u6 ?# i# o/ ~4 }
What does this have an advantage?
! T  ?0 a+ }+ h0 S1 O7 ]. JThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
; m( D0 z$ A2 j5 R% n
2 z  i) z- S, R% G3 T8 A
7 ^, {3 G9 V7 r1 N7 eFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.. B$ M0 V+ U; H' t: s3 {

* R: E2 [! ]6 P3 P$ d) G; l) f3 U/ EThen search for the following content in HwOption.cpp
6 l+ R3 B# i3 D( c% d
8 w& s, \! `  o0 P& E1 t  ]' A9 e8 b& h3 \" T- V
if (scan.Token == _T ("ip"))' j$ u& @% i- @- }" u9 e! H
{4 c" a* V0 Y. V0 M
scan.GetTokenEx ();
% L, N& l2 G' K5 ]strcpy (m_IPAddress scan.Token);; v7 e1 N0 {4 B
}
. f' @! }# q6 A+ G+ m# l) Eand turn it into this:3 s0 T. [* i) }$ C* u& J& g8 M) Q
Quote:
- ^; U6 P$ _$ N' J3 U4 @if (scan.Token == _T ("ip")). w; F$ D* V, c: x+ n6 ~
{
% Z9 Y& z9 W! p1 z' w/ / Scan.GetTokenEx ();. L/ N* x0 i  K; W/ [/ V
/ / Strcpy (m_IPAddress, scan.Token);# Y4 U: Z7 @0 _" D
}
/ a; d5 k, J3 `4 wAnd you created the solution.
; @) A8 f! S* R# P
- S8 E2 l! v6 V9 d9 d$ E7 `  G& C) L9 e" w' X
Then read the Neuz not the IP from the INI anymore. even if put in it# R( ^0 x/ j8 w: a

! |& S& s4 t( Y9 q  C$ p
Max skill's

+ k: b- B( V2 e9 n: @  U; P1 H4 D. G
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
! h. I$ L6 C* ~# f7 O1 h, t
4 I  Z1 y8 V- r4 ?$ t8 bWith the TUT can provide the remedy it
; o& G+ q% h! B" s
, `' u3 H; k& C2 E* z2 k# 1 opens the file SkillInfluence.h; }9 {+ g8 [! x
# 2 Search
% \+ U- Z4 _$ T( {- WCode:
6 P. O7 q4 a, J
9 y2 O8 O8 y  q9 O3 B% j% [2 w# Define MAX_SKILLBUFF_COUNT 14: I1 a& J) p2 y3 o
1 `1 C: K$ s/ k- y: R
# 3 Change the 14 to your number (eg 21) and save it from
$ K4 a- s; G4 V/ y6 j6 z# X# 4 compilation and ready2 L# E; D" M) [+ [
5 i6 h0 X7 }! B$ |* N1 p
+ h2 K, \( u/ C, X# e/ R4 c8 I9 k/ R' p
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:* c" d' n* q: Q: k/ t9 y& C* h3 F& W
5 y) G  G0 E4 I9 c9 f% u
dennisdra% e! o" R2 }5 N: i
.Crasy
5 n( H3 V8 s9 u% o©ross
9 u. S- e8 l6 b: o7 bSedrika
5 a3 }- s. q. @) e9 o
3 f. X! \7 q5 ~6 q" {) m4 Zeverything 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! ; d: C  K% ~* B3 v* S" [; j3 O' F+ @
4 b# U5 @+ E+ L8 w
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less& a5 j% k4 J, A2 I/ E

- r, j( s0 w1 [0 C5 F* P1 p( y; r0 ]" A
Update 1:
how to turn off "Profiler" in worldserver.exe
& |- R6 T: e9 j. |  T, S
0 z) O& V" Y$ C3 ]
6 w2 h; e2 w' \" k" T' Z5 e! l* n' m
in VersionCommon.h of Worldserver Solution! ~# Z. u6 F# o4 {. D( e2 _; c
Look for
* r3 p5 c5 U! T) R4 D( V, R1 g3 ]1 p, d4 p( _
#define __PROFILE_RUN' B- B" ]6 Z9 r) ~. P. J
6 n( R9 k; e* J" q
comment it or simply9 y! y/ T5 B9 b& L7 B# U0 E& v

+ H- u) l# \2 Y0 @( R6 Q//#define __PROFILE_RUN
4 h4 @: H1 n3 n. R# H3 R& w0 j" B0 \' D' n
4 Y% |8 S9 r8 s7 R0 D, q7 ~
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投寄。谢谢。我添加更多的很快如果你有病加太
% c0 P, k$ C; s# U7 J% J/ c
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-11-24 01:44 , Processed in 0.063545 second(s), 22 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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