飞飞世界论坛

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 15289|回复: 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
9 u! b6 E3 P4 `4 G; G
change level without Rebirth0 e9 O3 m* M  |, h0 M: S

& m( e+ C7 K; N6 g2 eNow, let us begin.2 ?: d) g& q$ c  ~2 D
8 R4 R7 ]# A6 v; l2 T
Requirements:' Y9 W5 @  E7 z" ]
Source
  G4 j% t: o  MNotepad / Editor
9 F) Q# M( [/ h
% a& I. W- f* D6 D, m/ K! g0 Z/ / Tips by Sedrika8 @7 ?( }9 O  p  @
/ V& x- C# S8 c0 q4 l
It is up to you how you do it ^ ^
- H3 K  A4 e# \  r. n+ s
+ P2 T/ G% T& L- z% f; [% q, n' Q4 NGo into your source folder and open the definejob.h
( T0 I( r& a+ I- |4 K9 T7 Y9 KSearch there for:0 m2 E) L, N  o" }) v
$ Y7 Z2 Q8 ~! `0 [  T
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
+ X6 K( i2 {1 j4 P8 d8 a, m% n#define MAX_LEGEND_LEVEL 129
/ V' ]/ U8 e6 |% C; H" ]" m5 [#define MAX_MONSTER_LEVEL 160
9 w% v! c0 U0 b/ H. }#else // 15Â÷ è÷¾î·Î ·1o§è®àå
; H) U! o1 _9 O$ _8 |/ x#define MAX_LEGEND_LEVEL 121( e1 B; \9 D" B! a0 |4 ^
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå ! c/ ]+ k* C- m) i2 K

& H& n( U. f3 j5 B
* D# ~$ X: i9 ?, N+ T) }$ E4 {7 VRed: Player Max. Level/ [) h3 V4 n' F  K' w! @, Z; e
Green: Monster Max. Level
" f! }" l! ?, U8 G* J
& d8 `  X) T% f$ I' K- G' T' J. g. }These changes as simple as you want.8 C" J7 L" n4 W9 K9 f
0 R! j; w0 \9 @4 F& o( W
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.; L$ D2 B& j: p0 W2 d
) p" s; F: S5 u) U- g: G3 }  p
Part 1 of blocking CE

, G# a7 K5 ?5 I( k( }& `
  |  }( ^$ b$ Z2 M0 ]In this tutorial I will show you how to change the Head of Mark flyff.1 S: I4 A0 g( [, y, O9 i
The current Head Mark is well known, 5E, which results as a string ('^').9 b  _7 B6 R$ `9 V$ Q
* U5 H" N2 Y  ^5 a  u8 }
For this we go to the World (Project) and looking at the Buffer.h after thistext! g6 Z+ M' y& q+ S; O& N
Quote:0 I1 z" v* E6 K' k" j4 f# \( Z# n: Z
# Define HEADER MARK '^' / / Normal messageheader; v* O+ L2 G2 J: j
# Define SYSHEADERMARK '%' / / System message header, V$ l# J$ z9 d6 U( g2 D" q, |
What the Sysheadmark is looking for is not even the top 5E." b7 o/ @* b$ |! F( f$ T
Change this and it makes the CE Not work on server., {0 W' I- k! t9 c, T

6 @: b9 x& U4 S7 `8 X( vThen Tom's anti-hack is no longer useful.  p6 Q: h7 T) m/ D0 a

. J4 A" q' o5 h/ m- q0 Y( |, ?LG Sedrika
Part 2 of blocking CE

& M. Z" D8 r- q+ o2 @5 \
" Q7 u  k7 k0 h+ g9 {( WIn 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.
: K* H# ^, W) {What does this have an advantage?! L& C) J) X+ r- D; z0 P
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
; h6 v# N* B/ Q' u0 R' Z! `" h& s  ^
# X3 Y. l# C( n7 X2 [& P
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
( H) b8 q0 z- s5 x1 L# E; p; ?% V8 q
Then search for the following content in HwOption.cpp 1 V* U* t# L$ Q: b' F3 d/ S4 d

, T& L* e3 ~  ~7 N- }' F! m4 ~* ~- r- Q0 q7 G  x6 M, B; a4 H
if (scan.Token == _T ("ip"))$ }& u! t- Z' S1 ~2 K$ `
{
2 t3 z9 o9 J5 l( k. Iscan.GetTokenEx ();7 q( E! S9 C- v; ^! w1 }
strcpy (m_IPAddress scan.Token);( A9 @$ a7 {# E$ \& y
}/ T3 C. {! O6 S! Y- H
and turn it into this:
8 Y9 [" M* j4 }) G  u9 gQuote:
% ]9 \' X" }7 B1 O3 }- d( fif (scan.Token == _T ("ip"))9 b/ Y# c0 ^9 l  a! V( `# g* u+ t
{, I1 Q; {- C% y8 X  E( z; }6 M% N
/ / Scan.GetTokenEx ();, ~1 E% g( y: S( J
/ / Strcpy (m_IPAddress, scan.Token);
  Q5 S+ W1 \6 D6 q1 V}
) s% P: ~3 H& Z. VAnd you created the solution.
& N; f' F; R' H1 l# Q
. V, a( \0 G0 j8 [: a6 z2 T( D5 k7 j+ C  F" u
Then read the Neuz not the IP from the INI anymore. even if put in it
3 R2 s1 G2 j$ o+ _
# L; ~3 x2 E  N' c( A) E: \
Max skill's
0 S9 r) u- z9 h# w( c
: ^2 E* U& E7 k7 Z
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 # M8 p8 r  _  L/ e# k" H
# m& L! u) ^/ O2 t
With the TUT can provide the remedy it0 Z; Q% T3 t# G' b1 l; T

! }5 w2 J' M5 S, t8 r/ T% H# 1 opens the file SkillInfluence.h5 n1 N5 L5 |* O2 M0 K. z- ]
# 2 Search" E9 p: s% x& W& F- U* Q
Code:5 g3 K7 R  z. u' J

- L+ x& P4 d) U( z+ w4 y# Define MAX_SKILLBUFF_COUNT 14: Z% d* G: P; T" M* F- R/ x
1 g$ o; J  R4 I' G
# 3 Change the 14 to your number (eg 21) and save it from
  u! P% j+ Q. }" z' C" o5 t# 4 compilation and ready
! A/ W5 {; s( v( G$ ]' o' M5 U# k& {/ f- O
( d. }( D9 ~4 e4 R& g5 @
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:9 _$ X- ], P1 X# B- c
, l" A1 ~4 f' _( R5 S
dennisdra, j4 P5 y5 b' j+ X& @
.Crasy" j7 K6 A+ D5 G  ~# B4 a
©ross) l1 p) H+ J) @$ t7 L' D! Y
Sedrika
/ U" z2 ]1 `7 m/ }* L
6 y5 \- c; i; c) |( y2 R4 ueverything 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 D0 x- I5 `6 v) v& Y! I/ |) S

/ |& d" q0 I. P' }5 I% wP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less$ Q8 T0 k- M& w' o# b
9 q0 j- \5 f1 K8 X: {

# N5 u6 h% j# h# x4 BUpdate 1:
how to turn off "Profiler" in worldserver.exe
; s: I( Q2 }) u) |) |% [
1 L" w7 r' h' [5 Y2 ]7 {
1 C/ ^- Z+ C4 _2 A% v) f
in VersionCommon.h of Worldserver Solution
7 u9 j3 ]# g3 A/ @( B' xLook for
' ^1 O( a& z( H# Q7 P* _5 Y8 r9 \; P0 r, W( V0 Q# R+ e% ?9 S
#define __PROFILE_RUN
! h8 U2 [* F9 \0 S; @- u0 P! ?7 p: e( e( }! S
comment it or simply  A, G& D8 I0 U3 J$ K! t+ }7 m

# N) ^( S& D6 g' B$ N) J4 r% ^//#define __PROFILE_RUN
$ D7 _6 {2 c  O$ q+ V" S% V. Z) F# v6 H

3 X" `' k# l; N" F3 M! zcredits 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投寄。谢谢。我添加更多的很快如果你有病加太
' v; Q  M; Q0 ?; Z% B
回复

使用道具 举报

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

本版积分规则

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

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

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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