飞飞世界论坛

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

7 ^" g! f% A( I4 v7 ychange level without Rebirth0 h0 s% d) M6 {
( }# R$ u3 @- t, X
Now, let us begin.8 ]" a/ u2 `8 K0 q

! N, {5 `6 ?4 _' vRequirements:# a" }3 v- D+ X: ~6 e; `
Source
: l1 Y( j( X2 x6 z" BNotepad / Editor1 x8 f6 |+ z4 X3 j# C. t( Z  \
, f% G7 I3 z3 v8 J. Q* O& C" e
/ / Tips by Sedrika! s0 S: c& n$ k+ _8 `1 ?
4 u1 @! l, N) W% D
It is up to you how you do it ^ ^' x, l( v* k+ o' ?6 a! _
! G; O' Y+ G6 G: h6 U' D9 C
Go into your source folder and open the definejob.h4 D" A$ O0 T$ [- q
Search there for:. s4 F: J6 M$ z4 L7 W, R
- h) Q) ~# I. n/ ?; b* T( h) L# K
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
# _& d0 \" Y. b) i# h  y2 U. r#define MAX_LEGEND_LEVEL 129$ C$ V; I, u/ U' Q
#define MAX_MONSTER_LEVEL 160
: `' i& V6 G% V: L1 t( `#else // 15Â÷ è÷¾î·Î ·1o§è®àå
* L2 J: z; B2 m# T#define MAX_LEGEND_LEVEL 121
" K" T/ i% C0 j- ]7 h#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
! Y2 b; k  _% p  f  B' e$ d: ?4 q( d' s. F/ ?8 U# f

, y4 K1 _! W( {( @Red: Player Max. Level
! _' L& o$ W0 r; S- y: p, V* MGreen: Monster Max. Level: P; X! R2 _/ A

. O8 a: w# i& i) y0 ^& kThese changes as simple as you want.
1 y* V% O- j! e+ ?# u3 T# N/ T& o+ X% N0 ?) l) ]
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
& U( k! G! @0 o& M+ `
0 R: Z" s# {4 V9 o
Part 1 of blocking CE

" t# i' }% S9 N: k: @6 J, N2 N
In this tutorial I will show you how to change the Head of Mark flyff.2 n& b7 t6 {$ p. l" z
The current Head Mark is well known, 5E, which results as a string ('^').. l) i- l8 h8 c
! {# Y: i' G! U/ M/ c# P
For this we go to the World (Project) and looking at the Buffer.h after thistext
3 V: N  I! v$ ~# e8 GQuote:
" V+ S% q3 h3 s/ {( |# Define HEADER MARK '^' / / Normal messageheader
5 B2 N  J5 D  ?9 M: D; @1 L# Define SYSHEADERMARK '%' / / System message header
- O' o! H( G8 |0 ^What the Sysheadmark is looking for is not even the top 5E.# e8 Y- n- Q& _% ]3 G9 U, w
Change this and it makes the CE Not work on server.
( }8 B/ ~- {7 `4 l! p, a* g/ f, M; c
5 B7 m( r! k# j* X  e! g0 _Then Tom's anti-hack is no longer useful.
; [6 j( I; X% k3 ?/ y* A% j0 X0 n3 m7 `1 Z
LG Sedrika
Part 2 of blocking CE
" P6 N7 W! k4 C" ^# _* ]- S1 W
0 g# R' i+ y- S4 z
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.
( p% e. @' v0 G& L1 Z4 tWhat does this have an advantage?. p/ Q, s% z& s. |# ]: j
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself 2 F# k8 E- w! D

, w1 M, B# j& u" E6 L( Y; V! p
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.- D# ]( B* I& @
* V  e. M0 H2 q! V) E! a, S6 E
Then search for the following content in HwOption.cpp # n6 u" x" ~6 v3 a% G

6 j2 i+ T$ ?: `& ^' f2 N
. h) Q" W  E4 _2 D/ C8 n2 S2 kif (scan.Token == _T ("ip"))
0 G0 U  w3 E& l& t5 M$ G! B9 P{
3 {# V1 U( W5 K( n8 d& }5 `, z& W' Zscan.GetTokenEx ();
1 }) k" Y+ }0 x* Wstrcpy (m_IPAddress scan.Token);, M1 n: s! W9 j4 s
}/ T2 N% J; k6 H: v
and turn it into this:
5 ~% L8 q8 P+ [; L$ |8 v) I' IQuote:
/ m8 H* K2 a% b- l+ }if (scan.Token == _T ("ip"))
+ Z4 \3 K7 P# @9 G. g/ v{
8 m+ r8 n: E- i8 y/ / Scan.GetTokenEx ();
; W% U, \9 ~. c$ ?" h; a/ / Strcpy (m_IPAddress, scan.Token);
7 c$ R) I# s, @. n) S}
1 z2 _; U! x/ n  s- k$ u$ ?+ P2 p$ |+ IAnd you created the solution.9 |& [3 U7 S2 d5 E# C- Y! y
0 ^( y1 V+ B7 {$ m. f
4 A/ d: h9 _+ U! W
Then read the Neuz not the IP from the INI anymore. even if put in it+ q5 ^9 t2 H8 U+ N; B+ H
% ?' z+ N8 q( R
Max skill's
/ n7 R! k' ~& j3 L' o6 o# ^

- y' Q) H( E6 e, B( V/ iAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc
, J. d/ v- D7 w5 `7 w# H7 d2 a$ f! s* U
With the TUT can provide the remedy it2 n  {, d) L& Y1 O

& ]1 Q! f* F' C8 _8 k# 1 opens the file SkillInfluence.h
) l$ J7 P( d1 F  u  G# 2 Search4 K1 j5 H6 M( l  e- J' g
Code:
2 h1 Z3 _! }5 M8 m* j2 F% B# N/ d! @8 P& n; ]
# Define MAX_SKILLBUFF_COUNT 14# Y0 N: h- N0 Q8 D7 T4 e4 [, `

- v: `# b, B. b; v( D# 3 Change the 14 to your number (eg 21) and save it from6 x4 S7 ~9 B, h
# 4 compilation and ready
9 ?- l# {7 C8 t
7 i$ W+ i5 T& m/ F8 F8 E9 K- p5 d
4 I" F0 Q6 |5 I& y4 J" 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:
8 q. F1 B0 E* t- f9 S: J$ s9 K) l0 `. u3 Z9 N
dennisdra
% G: N1 S! R4 y4 _8 v) _  O5 O6 I.Crasy- v5 _" e8 S: i
©ross
0 }% T0 Y8 }$ E4 ^; A8 w4 Q8 zSedrika
8 T" A7 O; Z( p- p0 s' h: Y  F$ H$ s1 g- g, R
everything 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! - ~6 J+ P7 F) u  b* Z; g
/ n; a0 S( F+ r6 _: ^
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less% l& h' q/ j7 N) q8 M: e

# U3 w+ N: s& |
% I% w, ^# a% b$ E( D$ ~. T  P! yUpdate 1:
how to turn off "Profiler" in worldserver.exe
$ v( Q* g4 L5 Z, o, A( o

2 e3 b3 Q/ P1 ]& U8 @
1 W* q- A( b% o" K" N) Oin VersionCommon.h of Worldserver Solution+ R& x7 G& D+ |. b+ O. R& v* L
Look for! i# r( D4 o! r4 p) l4 l1 p3 [

4 R  J3 S' c1 P: E8 Z# I! ]#define __PROFILE_RUN# r* L4 R$ x/ {+ x# W
4 `6 ^$ k2 p3 V. r6 u1 Y8 _
comment it or simply
& s0 B/ t' ^4 @! c
" N1 V4 |9 f# K8 F0 r//#define __PROFILE_RUN
, y  A3 \2 ~  ?! h! ^9 m. `
" ^: N# \% l$ a! ~* J$ r. A5 k1 }5 L
  u4 A0 v9 [) o& {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投寄。谢谢。我添加更多的很快如果你有病加太

( o1 ^. ]$ m: O6 o* \1 D8 j; v9 E
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-12-10 19:18 , Processed in 0.072301 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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