飞飞世界论坛

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

/ W. J" Q. c8 m& }change level without Rebirth8 X; ^  t7 K8 s( v; f: G& h6 A5 z4 B( r

6 M( Q( e6 R3 tNow, let us begin./ `) \& {$ j9 W' [3 x. x. p& J
" R8 C+ V' W' a9 _9 a! |* P
Requirements:' r/ L- ?5 a5 P; e- {0 ?5 M2 V
Source, x  v5 L& }& x) C7 w! s, ^
Notepad / Editor9 w, W4 a0 f  t7 g) f
& ^* k$ j+ {( c3 }
/ / Tips by Sedrika
. r# t5 y* h$ l3 _
# U. r- t6 g4 B7 k6 a1 P# I: [# VIt is up to you how you do it ^ ^7 Q5 o" ^, H3 G; F) f, \5 x
, S) u! X0 X& \
Go into your source folder and open the definejob.h, W$ s" S# R: P: P% j5 w7 ^5 {5 C
Search there for:' t$ d9 j, R" Q0 L) o, Y* `

8 M% }, Q! Z6 R#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
$ I* o5 n8 e" x+ ?# X# S#define MAX_LEGEND_LEVEL 129
% w7 |+ U5 e& ~#define MAX_MONSTER_LEVEL 1609 S  M' q8 g0 w" L& d& L/ P
#else // 15Â÷ è÷¾î·Î ·1o§è®àå2 Y! G8 x. X3 y
#define MAX_LEGEND_LEVEL 121
# f; T6 a: L. c( M/ L+ o9 ]#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
( B$ q2 ?+ H1 R  A* |' I3 @' h5 t$ p" E$ u4 u3 [: {! J  L1 t. r7 F4 E/ Z
/ r' m& P( {% R; `& Y
Red: Player Max. Level" g9 c; D" N* ^* q0 O
Green: Monster Max. Level7 Q. `8 W. M3 g# G$ k) N! E$ |
- z8 H- T& O; L( g5 S% q
These changes as simple as you want.
$ N" `' e& Y7 ]) H
4 `6 F% h/ _3 [3 M5 HThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
/ p( L# k$ M3 T# e4 G, u* C. y! e. I* |( e3 b' d' `; s
Part 1 of blocking CE
1 a9 n5 _, Z+ c! l# F  U' _

- |- q7 A  C* Y" MIn this tutorial I will show you how to change the Head of Mark flyff.
8 _4 K! a" o1 B1 g) F! L% w9 {The current Head Mark is well known, 5E, which results as a string ('^').
8 S; S1 [4 ^1 n) d; I2 a
$ y0 T4 m+ Y) NFor this we go to the World (Project) and looking at the Buffer.h after thistext8 ~# N4 O% ?2 b
Quote:
# U8 d2 P; _: |/ u# Define HEADER MARK '^' / / Normal messageheader$ {( v8 s& P4 A+ b& Z9 Y  b8 b
# Define SYSHEADERMARK '%' / / System message header
0 k% ]3 s  p7 ]$ ], T2 k/ u! MWhat the Sysheadmark is looking for is not even the top 5E.
* Z" o' ~* \8 nChange this and it makes the CE Not work on server.
0 m6 D2 P& n2 X, N7 K0 U( g% i
* Z$ r: n/ v" f  a- zThen Tom's anti-hack is no longer useful.
) q# w8 K' L! [+ w6 E/ U# }6 t$ z) {! j3 ]
LG Sedrika
Part 2 of blocking CE
  W. b6 q5 ^4 {7 C5 {' B8 {# K
+ T1 N2 E  Q! M9 a4 V, N  q7 l
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.
7 O- l/ s  l+ O+ Z! C; @0 _% w' hWhat does this have an advantage?
3 x0 j7 _+ ?1 d& ^4 x" [The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
* f" h$ I% D2 x; ^- ?
: L* s. o. O0 H! D4 D
. }. n3 `- P6 ~* N7 |First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz., P5 \4 r  A  m0 @# T
! @6 l( }4 B4 Q( L" K: s
Then search for the following content in HwOption.cpp
. z$ l* n8 V3 k; K; l# Z( ?/ a3 F3 f& a% u

! F1 R  J: r; x/ }5 c2 _3 uif (scan.Token == _T ("ip"))% a* U7 V$ Z, t: N7 u! v/ J
{
& f! x& y* D; a- ?9 M. I/ @5 xscan.GetTokenEx ();
5 q+ |% j  Z: J' L! Hstrcpy (m_IPAddress scan.Token);' D5 n+ Z2 h; P0 [4 Y" K
}
0 E7 ~$ T4 Z/ yand turn it into this:
2 w% R+ Y4 E: ^Quote:
8 E  `$ R. I% ?$ Fif (scan.Token == _T ("ip"))- M  C+ j) v2 j3 [
{: U& [1 a; d0 V( \- H" }+ f
/ / Scan.GetTokenEx ();
0 l* \6 ]0 m; q+ e% }; y( Z( ?" ~/ / Strcpy (m_IPAddress, scan.Token);/ l: O' G6 _% G' L2 @
}( S! P% ^- Q) o8 y
And you created the solution.
: [3 ?! I+ e8 u3 a
& Y4 e9 u; t# P- k+ _: d# I
+ H! ^' j" @, m  i2 t+ v! XThen read the Neuz not the IP from the INI anymore. even if put in it
- |6 Z4 o5 x' A2 Z$ V5 h& e" y' Z5 ?7 h' B7 _. ]% {' z, \; N
Max skill's

% D9 }- ?1 C  F8 D5 j
2 M0 p  t5 w3 C- m( pAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc
& d  ?; R) j& l/ h" [& m
5 s* k9 J) p; B$ a. B/ D5 R, _With the TUT can provide the remedy it
! X9 [5 s2 U0 y5 x4 M" h: l% H4 v" I0 E: I( t; A) D# M- ]
# 1 opens the file SkillInfluence.h
8 h" ^0 N" p! f, a( n. }9 d8 t# 2 Search4 v# R! s( J1 n7 m# h, G- D
Code:- ~1 t" R, M5 c% m
% W( \3 u* A) K2 n& r+ D) O
# Define MAX_SKILLBUFF_COUNT 14
2 _/ Z/ p! F' Y1 C" }% q) W/ N# S% f8 ]$ V% k! U- v8 L
# 3 Change the 14 to your number (eg 21) and save it from# Z" L% B  f  x8 X' {/ R
# 4 compilation and ready$ r; m% W6 X5 A/ W8 R' i5 z
# @; i2 Z3 D% }! O9 ~' c) R, B

1 p$ B8 P9 l, g! s8 z& N, Y- `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:. H7 N$ V8 G/ i& e. }5 j$ W% i+ \
! y$ L0 ~/ L: x( W  a% w5 b
dennisdra3 p, ?8 l& E% c2 I: ~
.Crasy$ [( {7 q8 ^. `
©ross
2 I4 k& {9 y+ Y3 C) e( D0 S$ TSedrika
" K# `9 p4 W! I  U
9 Z8 z% I3 }& V4 t" \; ^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!
7 X/ @" N6 _8 i" S* @
% [+ t3 U8 ~/ q  P0 R& R! T" sP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
1 ?$ D/ {( {" l  D9 l. z5 l3 Z" S: F" r7 _: K9 i
+ X; x7 Z6 u5 J
Update 1:
how to turn off "Profiler" in worldserver.exe

3 i# p* \. {5 }1 _' Q# a" I4 p, H) ?; H& H

% }" `: T. B- q! @- \in VersionCommon.h of Worldserver Solution, P( h5 ?) K; T
Look for  [% J; F  m( t/ P2 ~) d

7 R9 N9 Z/ B. X2 F& T#define __PROFILE_RUN5 C# O% g8 ]- }# ^# E1 g
2 h% V& u7 C6 N; q" \, r
comment it or simply( x7 m# R5 B8 T% R- `$ l
1 T- y1 A, I2 F" |; p  A) X# i# `
//#define __PROFILE_RUN
6 I* J+ T+ o. t* }9 j4 ]7 @3 j8 x/ p8 F4 `
/ d/ g8 b/ P# d( w
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投寄。谢谢。我添加更多的很快如果你有病加太
' E1 G- D7 B3 @3 ^2 k
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-12-4 11:23 , Processed in 0.062681 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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