飞飞世界论坛

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

改变最大等级

[复制链接]

197

主题

203

帖子

1082

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1082
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 a% q, [3 T& ]) Y3 W# Q8 Q- \  vchange level without Rebirth
0 _. w* B, b- ^5 {  v1 t9 A
5 e  g: {, I+ N& fNow, let us begin.
9 x# E3 _0 Q8 @2 s( E0 b8 Z2 m5 g* `. e* [
Requirements:; w+ h4 t# E' _3 u/ m: R) ?$ P! U
Source, m3 Q7 ?6 K7 M( Q& S- V0 `
Notepad / Editor
4 f9 N1 F" `8 n1 J1 y
1 V, K7 m0 {$ ?" l; A# d/ / Tips by Sedrika' E: e6 S* Z: e
5 ~  H8 A6 r3 C. E4 d# j+ c
It is up to you how you do it ^ ^
, w  U  a$ m! @
, k4 J8 Q" P. R( h) fGo into your source folder and open the definejob.h
8 S; J! H, g. KSearch there for:" i5 |: C+ ^7 q* j- n1 ]: M
7 S: b% x8 F& p% \$ D
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
8 O0 q; g/ X# D& K1 F#define MAX_LEGEND_LEVEL 129
% C; |; C0 a/ E2 c2 N& v0 J#define MAX_MONSTER_LEVEL 160' j% o7 g' E" [
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
' t( g2 X& z) K% N! ^#define MAX_LEGEND_LEVEL 121" A2 i( t$ D2 i  O, c
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 4 R7 _4 S1 R4 s  e7 f8 j5 m
3 A' h3 c8 {% u+ ]
2 a- w7 J; v7 `) h6 v
Red: Player Max. Level9 y* w. m& S; J3 }! v: X3 G" W- \  ]
Green: Monster Max. Level
8 v0 v1 L/ ~1 _  X5 T! g: N2 R( o2 j) k$ b; I3 Z7 \
These changes as simple as you want.$ H2 M  e. r9 N5 _4 f

1 @/ I! C% c' f7 W. p8 [. v: f' SThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
# @, z# m# T2 V3 X" i9 ?0 y! ?* ~" Y9 ]
Part 1 of blocking CE
; `+ c- r" Q0 A+ W/ [

2 T+ Z  J) P6 ?' R4 j. }. |6 PIn this tutorial I will show you how to change the Head of Mark flyff.( p# ?, o- |+ T$ u- j% w
The current Head Mark is well known, 5E, which results as a string ('^').( x" q) k& X* g1 ~6 k

3 A& o# H# J* z6 O: u3 uFor this we go to the World (Project) and looking at the Buffer.h after thistext
# l4 {' {4 G% T5 C! \" g  aQuote:
/ K: |9 j& P5 R) g9 G# Define HEADER MARK '^' / / Normal messageheader
8 m) H* f: `. Q! {; x# Define SYSHEADERMARK '%' / / System message header
& o; O! M. {# @! i' \6 |What the Sysheadmark is looking for is not even the top 5E.
  ~! W! F* x1 P) LChange this and it makes the CE Not work on server.
. H4 @8 t1 U) |) r8 K
/ S8 b" r  \3 U- f/ bThen Tom's anti-hack is no longer useful.1 c/ n4 f/ q2 X2 \) U  I
: U; g1 `4 S0 ]3 N. R$ L
LG Sedrika
Part 2 of blocking CE

3 C" x: I6 \0 @3 p/ B; D2 p' G
& f' n4 ^2 [" SIn 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.
! \7 _/ G. W* a, Y0 mWhat does this have an advantage?* ^( f% \& G) `1 ^' p/ }0 c  k
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself 0 L/ i: w# B0 a+ H* i2 M
$ G- |- {9 w9 t5 {/ r+ W  i

" C+ j% M9 z* f8 \2 e' s, sFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
2 b3 G# I. {# q2 E' n" o! G3 a5 ^' Q
Then search for the following content in HwOption.cpp
9 ~" x! M7 }) L8 a7 g/ t# ^+ b, P0 K) `: t/ c. n# B

* M$ A3 J6 C9 q3 p) Wif (scan.Token == _T ("ip"))
  _2 P( }: v4 h9 Q8 N{9 Q3 E" s7 _/ v$ L
scan.GetTokenEx ();, ?8 F6 ^/ X/ L$ h( X- L
strcpy (m_IPAddress scan.Token);
, d. U9 u$ k1 E) h+ `}+ T5 E+ c3 [% m+ Z& `8 S7 o
and turn it into this:
% \% Y4 l% |, A2 k& p3 {$ {Quote:( c, `0 S- i: E1 @$ q0 w
if (scan.Token == _T ("ip"))
- a1 c, x: i4 i{7 \. @- K, l1 I4 ?8 J9 X
/ / Scan.GetTokenEx ();" V' l* Y# U" j. B9 a. ~6 E
/ / Strcpy (m_IPAddress, scan.Token);
- n6 x# n. {% v$ O. u}
1 d5 B7 t* _1 c6 n) p5 ?: \! D' CAnd you created the solution.
- O9 F2 o2 O' {) G, @# O
/ _/ C) }& G/ s
! K0 E& Q+ o- a2 bThen read the Neuz not the IP from the INI anymore. even if put in it
+ ^% r# i8 B5 i' j* k# P& i! j* V6 z% k$ C# L; B) v0 {  l1 c+ [
Max skill's

. q: y' F7 I* d3 x) g* W1 P7 a/ o8 i8 @4 s  E& `! H0 l5 e
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
* ^# ?' Z& |5 T( P' W6 o3 X9 D8 M8 r2 L& _  Z: p
With the TUT can provide the remedy it, [5 {/ Q5 X8 |1 \. q0 W/ X

+ i' x- L% v. c; M$ G) F7 G( x# 1 opens the file SkillInfluence.h
& b: m2 N% r. a1 M6 X5 z# 2 Search
, P- x, f" W# t2 [; m6 ^4 yCode:! C, }0 H1 ~1 `

- F: j% w! b5 O) |$ m/ D# Define MAX_SKILLBUFF_COUNT 14
7 Y9 d! H1 e; ?9 i( n7 f7 m- j0 ]$ o9 U5 H
# 3 Change the 14 to your number (eg 21) and save it from% `( y0 O4 h: G0 {/ y% \
# 4 compilation and ready* P& K1 J7 l( l& O& Y, H* M

9 k9 M# G7 `9 j2 d( Z" I$ f
" N- w0 q' m4 }, s8 aI 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:% n, T7 w  y- O! V4 |- V  ~. U+ P# y
$ \4 x. a3 {  U8 o: G
dennisdra
$ i1 I) H. n$ ?2 x( l8 E; K7 a; i. ].Crasy
' e( I: t7 r  O# O©ross
3 X& o+ M  |4 qSedrika6 c' @0 Z5 q- \* l5 b% a

4 k" {4 s) G) R* M1 P9 M- @# l6 geverything 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! 3 N2 u; q* h  b4 t7 o' ]+ n* c

$ o5 [0 B3 K1 M0 I# dP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less  Y6 ?8 w$ f# a

& h/ X1 y! R- s" B+ y1 `( G. [! Z# `' v( \8 c
Update 1:
how to turn off "Profiler" in worldserver.exe
8 [( w# ^( e3 F4 z( \$ X
$ T( Y8 i3 {$ ?  L2 t0 B$ [# Q0 ?

: n2 A/ n* L! A* r2 `* w7 Fin VersionCommon.h of Worldserver Solution" n# b! \8 @6 l: p# ~
Look for( q( t9 V: W' {3 X

0 _/ T  J' _" C+ T6 \#define __PROFILE_RUN
# G1 _" x# r/ K) [5 _! k$ u( \0 f+ P, z
comment it or simply
. @: M4 j# Q: K; v4 C$ J$ D. y/ c" h; g2 k
//#define __PROFILE_RUN 8 d2 y$ z, R1 q4 H& c" M
- X! x1 t9 d# y% v3 C; G
" e$ M2 ^! r5 b) q- q$ j2 x
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投寄。谢谢。我添加更多的很快如果你有病加太
; c: o4 L  C! m9 {0 b+ Y
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-11-3 21:51 , Processed in 0.080420 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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