飞飞世界论坛

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

, r4 J3 X6 v! L" Xchange level without Rebirth) N' m+ _) r; w4 t
- x0 X, {0 \; F, K* L, i; @" ?
Now, let us begin.: ?( N6 B) C2 h- n7 N0 ]+ i; i
" \  Q2 a# z. H1 ]9 L0 a
Requirements:
5 B0 ~. O* D  Y4 z/ b* Y, RSource; e* N: P1 \( b! t9 V/ M
Notepad / Editor
. o4 h4 J: @) l+ S0 c* P
9 V$ Q# l  P1 K& Z/ / Tips by Sedrika
! w! z: y: e" @/ R6 X1 y9 H1 S% s* [4 V/ r7 {; t! {
It is up to you how you do it ^ ^& g* _( n0 t* \
: @4 s$ q$ k6 z) ~
Go into your source folder and open the definejob.h8 V3 s2 X- ^0 B$ P6 `6 O+ j
Search there for:# v, J; s4 g/ E& C, n5 l! r
2 o0 R4 c9 a- Z8 P7 a2 R" R
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå2 M; m" _, j" t* V2 U* J- d4 i
#define MAX_LEGEND_LEVEL 129
( U: f8 K( R3 [9 _' R& a3 K8 y#define MAX_MONSTER_LEVEL 160, i" k' M7 U$ g
#else // 15Â÷ è÷¾î·Î ·1o§è®àå6 x! T& ~4 q  s( z: r$ Y# l
#define MAX_LEGEND_LEVEL 121
8 E- x, l0 Y8 h3 Q4 L#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 5 o+ }, E- B* N( ?; i/ a
# E7 t* Y0 t# K/ K

9 E- Z- d9 j3 x' |# ^4 T1 ^Red: Player Max. Level" D  P) T/ J" Y# d, C+ b$ J  O+ a
Green: Monster Max. Level$ N6 p" G' K9 r, L* `1 O5 P) {7 D
8 R/ m, C  P4 Q9 i
These changes as simple as you want.+ W' P- N( G; J3 x" l

6 u2 w& R  M& SThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.( Y8 H1 h, w# Z

& f* X1 _( F# D6 K5 k
Part 1 of blocking CE
3 Z7 g" V7 k# @$ [1 V# w1 t, E7 k

! P; z8 i/ N( o* t, a6 O4 |8 Z2 XIn this tutorial I will show you how to change the Head of Mark flyff.
9 ~$ f4 }) [0 a) w  ]The current Head Mark is well known, 5E, which results as a string ('^').' p) {' S2 F0 w

3 F  W# R3 A8 }  @: w# rFor this we go to the World (Project) and looking at the Buffer.h after thistext
, b- ~4 D0 P1 l7 |7 LQuote:
4 n2 B8 `7 i& A+ G) A! I; V8 I# Define HEADER MARK '^' / / Normal messageheader
; r, z, ?! d1 y4 q0 r/ M# Define SYSHEADERMARK '%' / / System message header
( s( z1 `; e9 @/ T# c+ kWhat the Sysheadmark is looking for is not even the top 5E.
" g- O" o# U# nChange this and it makes the CE Not work on server.
- v8 t- |# q$ g& Y" n7 c* {5 p- Z: R; N( x( D. v
Then Tom's anti-hack is no longer useful.8 c) ~6 ], W4 @: {6 J8 G

, C% N1 V2 X6 X2 Q4 {2 bLG Sedrika
Part 2 of blocking CE

/ a. s/ H$ G0 N# H+ i1 Q- Q, ?! [5 h1 ?" V" R* B
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.
- X5 f  ~( s  X: B& x+ c# OWhat does this have an advantage?
  c% O. H- h% hThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself   y- z: f# I0 b: W! o, s8 |
* \! R# D4 q4 g0 U

, J" M. d; s% C+ s2 v. E3 PFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.* m$ x7 p# D' S0 e1 ?$ D2 Y1 C$ ~

8 _3 z' u2 O# q+ G. @" L4 vThen search for the following content in HwOption.cpp
0 ?) Y* f5 q5 L, y' E2 N" S( p3 i
0 S3 V0 D+ B4 P6 x' b2 g! J) F0 ~* V/ K1 w
if (scan.Token == _T ("ip"))
3 h# v3 x2 h& @, n5 C! i9 |{& M; o" E& E+ Z, S$ B0 r- i+ ]
scan.GetTokenEx ();
! {( w  k" o7 Ostrcpy (m_IPAddress scan.Token);
4 l; [8 d; @! z" Z$ i7 Q" {4 h}2 o. I+ W( X/ |" w) e8 r3 t$ P# ?8 \
and turn it into this:
, W( u( g1 n- i" q* y' bQuote:3 H% n$ Y( k! _+ z! y  y- Z
if (scan.Token == _T ("ip"))
. r# y2 ^, Y( C% A& f( p8 |{
* o8 ?& V" v  S" n5 z/ / Scan.GetTokenEx ();
; x! @2 s& M- u# P' J0 ?/ / Strcpy (m_IPAddress, scan.Token);/ |( L8 E' _+ e& `3 o
}
+ E5 x0 d$ `% }( M: MAnd you created the solution.
; y' O6 N6 a* a# w
0 k. f( e7 Z+ j& m5 f, T% G3 U# {0 \3 V: b0 h1 H! ^$ ], X: \4 Z7 e
Then read the Neuz not the IP from the INI anymore. even if put in it
0 G" y4 o% p* ^
7 n, x. u2 \- u! l4 \+ X/ k
Max skill's
$ W- }% u$ _' M; V& l! r! b5 D
) y6 U/ i  m3 |' n) Q
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 6 e  f; W: H$ e" W# S

8 V) e# l# D* vWith the TUT can provide the remedy it
$ [* U# s8 K& K3 z- z5 h/ u& c/ M7 s
# 1 opens the file SkillInfluence.h4 {! l/ n7 a3 Y! j# ^+ `9 B7 f
# 2 Search
( L2 e& K  g, b) {% v3 {7 c! mCode:/ C! b8 j% B0 k5 D; Z

4 E+ w& j- b) ]$ z4 c# Define MAX_SKILLBUFF_COUNT 14
, i. [4 K4 |" Z1 X
6 N4 T  x2 ?+ c5 j& B! C" o# 3 Change the 14 to your number (eg 21) and save it from
) B* r4 K9 P  H; C1 @# 4 compilation and ready# V' I9 p+ |4 E- y2 L2 |1 ^
9 s) g1 \; f0 [5 }% l

% |" b, W1 {5 h! ^7 o  [, ^5 j- @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:  f5 W7 `+ ~. M; a9 ?7 M
2 g% I; S, n+ ~8 g1 [
dennisdra
1 x  I1 j# E' f: @.Crasy2 q' }8 _9 p& i" e) k3 t# l
©ross/ O  e% A" l  l7 L+ r# x
Sedrika
! i) Y% q" z3 t; l7 W4 @
" k9 {% _8 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! + B2 z8 j8 c9 _5 _

+ C  y4 \8 V( b8 KP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less# i% f5 z5 `. j8 |

; W9 P) a# \3 Q$ |* R9 F, P1 i! J1 u& Y. W" l
Update 1:
how to turn off "Profiler" in worldserver.exe

2 @$ s7 G/ v6 u" L! e% @( |& m6 L* Y

' \8 g4 j& z) Y  ?in VersionCommon.h of Worldserver Solution
1 O; L7 z- X% ], A1 L" jLook for
; e* i% q1 Z- s2 K# C% V! ]3 b9 \) w* y1 ?% X0 O: C4 I  H
#define __PROFILE_RUN
0 f+ M. ]6 E1 d5 }! m& ]& f. q0 S' Q0 c2 }' t
comment it or simply
# ?% R- n0 U# s0 Q4 j! M) a
  {; V' j. X% H5 ~; l; L2 Y5 [, B//#define __PROFILE_RUN 7 s; c) }( j+ G* A9 b- A# \
4 `: d- P  R5 w

, w6 y- O! H9 Fcredits 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投寄。谢谢。我添加更多的很快如果你有病加太
( P7 m! c8 J# V
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-11-24 00:56 , Processed in 0.061082 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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