飞飞世界论坛

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

0 {9 Z4 v. T: ?: {9 vchange level without Rebirth
: y2 H2 E1 ^# n3 s$ }* x2 O& x# p+ @4 u0 Q# n
Now, let us begin.% \- p: M- g, L% i/ g: F
8 V, w% Q7 |& A! x5 q  R5 I. W
Requirements:
0 n! e0 [! }8 SSource
; v, c5 q& g! G% j% x+ I9 lNotepad / Editor
2 |! w; f* z# m4 ?/ f" S  g# W: E# S" p# C+ [2 N! s- T& S# h7 k) p
/ / Tips by Sedrika& s+ F0 H2 W) B, I' \& ^8 Z- q$ m& f

  e6 W5 B3 s, F$ Z7 LIt is up to you how you do it ^ ^
( g8 u7 i6 c* j7 I" V1 u
1 A4 c/ [' l) Q; xGo into your source folder and open the definejob.h/ f1 C2 r9 E: x/ l& K# L
Search there for:
# ^; J# ^4 ?& U, Y. I& A3 p/ n$ u9 ^( u7 M. H
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
& j, G" H# N9 m/ M, f; _#define MAX_LEGEND_LEVEL 1290 c) p$ u9 U1 c# q1 f
#define MAX_MONSTER_LEVEL 160
+ C2 ^( W8 W  \' Q#else // 15Â÷ è÷¾î·Î ·1o§è®àå
; X$ v: c3 {; a  N#define MAX_LEGEND_LEVEL 1212 q$ L* P7 E8 w1 W( R
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå ; o  ~& p; L3 Q( K

3 u* \- Y, P" O5 o/ R3 F7 u7 D) h4 `. J: h1 _9 Y8 Q& s9 U! |
Red: Player Max. Level
% U9 D1 D1 R) [8 F0 Y! R9 }) TGreen: Monster Max. Level
( S& a( i8 p6 X1 T* s2 _
3 o1 Q9 {6 a7 p9 `+ Y+ qThese changes as simple as you want.! [/ O" J! \, d
7 r! z7 t: S8 r( d" G5 W. w1 ?
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" R/ [) o# c3 @3 e0 M5 j2 G% ~$ G0 D
Part 1 of blocking CE
, n, h4 @5 a: N* T( S/ y% C
0 g" l, c$ g& F; h6 Q( q* u
In this tutorial I will show you how to change the Head of Mark flyff.
/ J5 t8 i+ v' N! h" u5 k0 E: U; h+ l1 u3 `The current Head Mark is well known, 5E, which results as a string ('^').+ I8 `: [+ r. a: m7 p' L. V
) M) u  m5 l; G+ H: P! o! p
For this we go to the World (Project) and looking at the Buffer.h after thistext- h" U0 K  R* }8 X
Quote:+ e& }$ l1 x# o
# Define HEADER MARK '^' / / Normal messageheader
& g2 `3 m& x3 c; o' q% y1 P# Define SYSHEADERMARK '%' / / System message header! Y6 I- s: b) E
What the Sysheadmark is looking for is not even the top 5E.
1 I# Z7 k+ B3 B& f9 M6 fChange this and it makes the CE Not work on server.' x# O% `) H& D) J
" N4 y; T  q- ?' R
Then Tom's anti-hack is no longer useful.
( @' e; t3 g1 T9 C0 E: b3 c7 b9 P6 _: B6 M! V+ j& @1 Z
LG Sedrika
Part 2 of blocking CE

$ S( b  z) ^" G* n( O' D2 Q2 K$ g1 r4 I; c# ~' B5 ]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.
& W2 t& i/ z# ]  C1 @0 n0 kWhat does this have an advantage?; h: W( I0 Y  t2 ?# C/ g5 m$ G0 G
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
% ]  L* \* }2 o2 l7 I
2 i* D; Y/ y) y2 c: ]' V( \9 {0 I8 l2 R& B
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
+ M3 Q' G0 W2 M! m2 F
/ ], w) m  u! sThen search for the following content in HwOption.cpp
: O# R; N! w2 e7 f* n; Y  Z5 B. Y* k* e# w0 i
; l5 r9 l4 V$ ]& B0 C
if (scan.Token == _T ("ip"))
( e5 @5 {( U$ w{
# B1 O3 ~, @$ O, a9 Rscan.GetTokenEx ();
, j) V' ~0 n+ w3 B5 o' ^strcpy (m_IPAddress scan.Token);
( O/ a! W0 h4 ^5 S, ]}
1 C$ k( @! C+ ]3 m! V: F3 ]; \and turn it into this:" V8 ^7 e- S$ s! h: F
Quote:
; Z1 X1 n% _# N4 Kif (scan.Token == _T ("ip"))5 s& O! S) T: z4 C7 n: a1 r
{
5 j! \% B, ^; U/ O5 e/ / Scan.GetTokenEx ();
$ n+ `/ w( M. a( {6 J$ `+ m/ / Strcpy (m_IPAddress, scan.Token);
4 \  k  a! U6 K  J$ K}+ L4 e" `: k5 J) D3 j
And you created the solution.8 x3 i% R( @- `
; V8 H3 @" e! z. r6 ?+ l. O
  X! A9 I" \; b6 L* g, [6 e) C
Then read the Neuz not the IP from the INI anymore. even if put in it% c$ e5 x/ J) q- y3 m  k/ E

5 P, P, t9 x, X$ k6 Q) F2 D) }- K
Max skill's

2 ?( @* F$ M- c; @, s
* I) p& H. [9 A: _: A# YAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc
. l8 r0 b8 y. a- S9 J" N" v' ~( O
With the TUT can provide the remedy it4 C6 z& W; Q6 R0 |6 P; F, K
3 \# t/ W1 s8 _6 [1 E- |
# 1 opens the file SkillInfluence.h4 J$ p3 T. H5 N+ m% K' m$ p- Z3 ~
# 2 Search& l0 L/ _9 T7 v2 a* i- `2 s' `3 {
Code:
# i* m5 j8 H/ _6 k/ n' b% `5 G* O; S
  d8 E: X* w% e1 y9 J' ]6 f, W8 ?# Define MAX_SKILLBUFF_COUNT 14
! ~) B/ }: N# r1 E$ F1 {0 |# M' m1 i0 D0 n  [0 v
# 3 Change the 14 to your number (eg 21) and save it from
$ H9 }: h; w& c1 V( O# 4 compilation and ready
6 E- X- M4 ^/ b, f" a; M1 s
7 K  X! ^! ]( `+ j9 V
8 i/ @; F, d5 k  O) H% L' DI 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:4 I; X7 g3 H6 L) q# m% Q4 g

. j& M# v, ~$ Gdennisdra8 E% J7 p/ P* c* V6 E7 S/ o
.Crasy. @" @) L0 Z* j
©ross
2 E6 e; S. u" S6 {- \4 P# OSedrika' z8 P4 N6 P% T+ |) W3 k; h1 p

/ d. }3 o( c' @2 W& Z! z5 Q6 _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!
% Y( n6 @* v7 }$ C3 O# p  y' f! G. }/ D( r$ _" H7 X; x5 H7 r
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
9 |( y4 Q% K, g! w0 X6 i$ s6 `+ A  Q7 K7 k# v: y, `+ B( A0 G; c
( r. s# L3 F. r/ Y& ]1 s+ b
Update 1:
how to turn off "Profiler" in worldserver.exe
" d  h8 f7 N) `
9 U7 D2 ], e( @1 p8 _( A
$ p' c8 C; ?& f9 `; W
in VersionCommon.h of Worldserver Solution% r/ W- O) B/ ]2 A" F
Look for! }6 Y8 J& N7 w
+ S) D6 n  r+ U7 V4 a7 w8 ]
#define __PROFILE_RUN
# q8 V0 V& [8 o# V) Q, l( G$ \0 V1 W7 V/ _' D6 r
comment it or simply9 J0 {" I6 ?, Z+ r0 F, m

$ |/ G: S4 y4 A9 Z% K//#define __PROFILE_RUN 9 w/ \( [: }- {; z

' \  I  p8 ^# X& E; W
8 q8 D3 z7 i$ |5 j& Scredits 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投寄。谢谢。我添加更多的很快如果你有病加太
/ _# [! t: M' }4 O; m+ _- ?
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-11-24 14:39 , Processed in 0.071749 second(s), 22 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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