飞飞世界论坛

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 15116|回复: 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
4 A9 h/ v/ u- D) o" N
change level without Rebirth* i8 ^; N5 p2 j

  V. i  o- [" V0 ?0 j+ eNow, let us begin.
) q" n% X9 J# V- a" N9 v- [# f  F- b3 V3 o( w1 x
Requirements:
* s3 W2 Q1 K8 x) z6 ISource
/ |8 s4 o, {5 T6 J( y0 kNotepad / Editor" t7 W* I+ F  d  B5 N' R+ P
" o: J4 w: i: Y; j. o
/ / Tips by Sedrika1 H3 a! O. L- @( s# G% \  a* g( p
, A9 z  Y, R! D0 B
It is up to you how you do it ^ ^
" Y% u7 L! y  E) ]- {7 f, [, ~! U4 ]9 n* E7 i, g( J5 ]
Go into your source folder and open the definejob.h
+ ?( n1 P3 g* J8 Z& rSearch there for:
$ B8 }0 t# m4 J* q" d/ W% ~/ w: i: N
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå$ H9 j* ?* q  ]
#define MAX_LEGEND_LEVEL 129
! A& j( ]0 G, S0 G#define MAX_MONSTER_LEVEL 160
  ~. ^/ J. N3 C+ u9 T! M  d! N#else // 15Â÷ è÷¾î·Î ·1o§è®àå
! I# S3 W# F% B) I" G+ X. X#define MAX_LEGEND_LEVEL 1218 B; N: s. P0 s! u* k
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
3 w- Y  u- {! A; s3 c* P# f+ v$ h. k  B* a6 b$ r

7 X& B, _4 Q# TRed: Player Max. Level
/ k7 ^! G3 n+ x2 HGreen: Monster Max. Level' }$ }! F' y4 e+ a

' }$ Q1 B: L) KThese changes as simple as you want.
2 D' q6 ^+ C+ F7 b* z$ O* A# k9 I+ h
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.! _& D3 ~- u3 R
7 J8 i1 i; B3 O/ D1 d
Part 1 of blocking CE
/ W% j5 o+ c+ k. F/ [2 Y

& ?9 y: F7 `- p4 g0 W9 O' V  U6 VIn this tutorial I will show you how to change the Head of Mark flyff.
% Z7 ^  S& [+ k  x. YThe current Head Mark is well known, 5E, which results as a string ('^').
/ Z2 V" `7 ]; A7 O) j" K  Q9 F3 c% Z7 t1 s/ \
For this we go to the World (Project) and looking at the Buffer.h after thistext  I; i$ k+ T/ S; s
Quote:
( H$ ]! r9 s2 E# Define HEADER MARK '^' / / Normal messageheader  C3 q  |( k+ X+ h8 o  L- \
# Define SYSHEADERMARK '%' / / System message header) d  \# m( U+ ?6 L! O1 m& Z4 v9 [+ a; r+ i
What the Sysheadmark is looking for is not even the top 5E.
6 I5 N4 F6 z0 o9 \6 p( CChange this and it makes the CE Not work on server.
" ~2 I4 Y; R3 y) D# E
( ^! _- S2 s5 a% a4 N; O9 zThen Tom's anti-hack is no longer useful.
  k2 S' l3 z1 A+ p; H; i
0 l5 |' F5 O2 g/ `2 v; x6 MLG Sedrika
Part 2 of blocking CE

; [8 D6 J- T+ C  b6 k
# u; ?& ~$ L: h/ y' g+ _3 \5 |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. 4 z2 i7 v- n9 n- g2 H
What does this have an advantage?2 ^* X# r( b  d- z) x( t
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
5 Q6 t: g7 H0 B- F2 f  D, Y3 S8 ?) }

. ~4 q$ R% b2 O% d. NFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
8 E  X7 a8 \- H- `3 ^1 f
( s- X* W1 }7 k; l9 g7 LThen search for the following content in HwOption.cpp
, q4 X, t, A) B5 P' _" G; d1 [8 t  x- H; t
. Q4 W( Q" _+ e$ [6 A' a
if (scan.Token == _T ("ip"))6 g" D" H" m5 G1 k( U5 T
{
. f1 q- }- K* r6 M; b- iscan.GetTokenEx ();
' M% S4 O4 g/ K) H% Wstrcpy (m_IPAddress scan.Token);
5 F2 ^/ s& U- j4 Y# I, w" i}# `) z' u& t- x! e" f' K6 g
and turn it into this:
$ Z2 U% w2 [  C. QQuote:/ o# ~' @9 y2 Y3 T* ?
if (scan.Token == _T ("ip")): k: B7 L5 G- n9 o/ d3 S9 E
{" N  d. ^: _  q% n3 p* C
/ / Scan.GetTokenEx ();6 f1 M2 S6 X" Y8 X1 I6 X
/ / Strcpy (m_IPAddress, scan.Token);5 x: `' _+ N  |9 H3 q
}
# \( \+ _9 p1 A' D# [7 r3 R8 uAnd you created the solution.% v2 X0 M! v& j: s

8 R, J# G/ H" A" \5 E1 d$ T1 D/ P  H0 s+ w
Then read the Neuz not the IP from the INI anymore. even if put in it
- d# ]! z$ n7 ~/ d! }; r
' S, M- ~0 y# {0 a3 y
Max skill's

* v$ d. M' \7 f. t' ^4 f$ L- ?1 [0 F4 |& 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
( P( D' g4 E$ x* j% |; u; F6 c0 a3 L5 f  ?# {1 B# K5 m
With the TUT can provide the remedy it
$ ~6 P1 U, b0 E9 x2 f$ L  k" d& w; u  D7 ]* t# n- {
# 1 opens the file SkillInfluence.h% x+ b+ R. l) k5 g5 K- x
# 2 Search* `8 T5 F+ }/ g6 B6 {
Code:
0 ]8 C/ z$ d# U- D. f8 u" V
, W) Z" v* W0 R; K# Define MAX_SKILLBUFF_COUNT 14
5 t4 J, ]6 C2 o1 H5 ?. J; |/ X0 A; t
  Y, b* x; P- A# 3 Change the 14 to your number (eg 21) and save it from
. L, ^8 O9 _3 I; c, ]( L1 v3 g# 4 compilation and ready
" ~9 u) a$ x/ ^6 I0 W4 G5 K; m
& ?$ {0 v' L$ [6 n7 J& N) L$ f
- H$ m; Y; s+ N" S9 xI 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:
  F/ o: g2 r! h' q* z( l; d( u/ M; X6 F5 ^
dennisdra
- [% |2 X: {0 V& C6 O.Crasy
  u6 v% q1 [& N% Y' `©ross9 _; |# Q9 s1 g  d
Sedrika
% Y+ r! y1 O6 q! A6 C/ K, q# \0 p$ X$ d) }3 x2 d: G6 E
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!
$ Q6 F8 Z/ U% [/ T4 F
& I/ M% E- B$ Q( w0 f5 E4 Q% _' d# VP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
3 z3 c" b8 [4 m& i) s- A" ]5 V/ }6 ^
* G" @" g- ~, n
3 g! Q1 g& d  E6 b% WUpdate 1:
how to turn off "Profiler" in worldserver.exe

; `8 `1 b) T& K, l
. f+ X$ t/ }0 V3 S6 Z7 h' I9 O3 _
- d$ @- E& A; d% i5 win VersionCommon.h of Worldserver Solution/ q! y# p: ], S( I" V
Look for
' V( m; }2 D3 t& X* O( ^7 ?" C' h1 M  Q2 A! G: |, P$ U6 u  D0 t
#define __PROFILE_RUN" C$ c; e4 \; M6 }! }, {% _" g
$ B- r; b" v2 ^) X8 J
comment it or simply
' q; |$ l% |7 i5 i* ~
1 c, I$ |* ~) [//#define __PROFILE_RUN
+ j/ ]" l: u" c' S& i2 I4 ]; ]" A1 ?: x) o" \
3 N; x- ?# N! a
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投寄。谢谢。我添加更多的很快如果你有病加太
1 j, w$ m; b  Y$ i' B
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-11-27 15:59 , Processed in 0.061197 second(s), 22 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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