飞飞世界论坛

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

改变最大等级

[复制链接]

197

主题

203

帖子

1084

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1084
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
, N: ^+ c# o- q1 h) I
change level without Rebirth6 P9 i+ j0 b5 C

/ Q1 d: {# ~# C$ R5 a8 a# @- VNow, let us begin.
! I& K! N7 P  H# c5 q4 t. P
. R  C2 s! x( SRequirements:/ n  {9 q6 I) [( `1 U
Source# n. i) b+ Z# j1 x1 M# D
Notepad / Editor9 G  s/ O6 n5 p
; T, X3 r$ h7 E4 x4 y' a3 [
/ / Tips by Sedrika
4 w, {& c( n/ Z! W* b5 E$ {  p  Z( j  z
It is up to you how you do it ^ ^) s% t$ v% Z  }0 W" @

- V7 h& S$ A* i7 P2 t. l& n! jGo into your source folder and open the definejob.h
% E6 @: q% A/ J6 x7 h& JSearch there for:7 U: B( t2 R( W! T

  r0 l) \. K1 r# O& ^1 K#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
! I3 q3 K' j. e5 c5 z2 y#define MAX_LEGEND_LEVEL 129, p. S/ e8 w- g6 |- L  u% c
#define MAX_MONSTER_LEVEL 1603 h! G6 N$ ^3 T& {9 y8 I
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
0 J) q* s) J8 ~6 W#define MAX_LEGEND_LEVEL 121- {, Z9 w" a, S' H- H7 z
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå % D9 V. _6 Y+ t; `/ X4 v/ h! O

. a/ Z0 z$ |* Z& N5 u: Y( F/ r9 @
% D" L2 A7 Y3 _* Z  ZRed: Player Max. Level
/ z0 l: o4 |" t2 _: k3 DGreen: Monster Max. Level
9 A  a8 l4 q' }6 z+ x5 U6 v" c6 ^# r1 V  j
These changes as simple as you want.
) j! c# ~: M; H# F! v$ X
% H0 T/ f! C& k8 J; i. A. }Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.; S8 x6 v, H' \. ~: p9 f
/ y. }! U- z* F+ e
Part 1 of blocking CE
$ S2 [: O. w! ]- j9 J

  L* L6 j" m- ^  R/ w+ I, BIn this tutorial I will show you how to change the Head of Mark flyff.0 N8 [3 D3 n/ q8 o! r  u7 d
The current Head Mark is well known, 5E, which results as a string ('^').1 c9 c' s/ M& r. q

6 W$ c) o+ @3 H/ qFor this we go to the World (Project) and looking at the Buffer.h after thistext7 T& n( i7 {/ Y4 w+ `4 x
Quote:
* `- J$ F1 M$ j2 O( D# Define HEADER MARK '^' / / Normal messageheader' K" J5 P) X0 m  }4 |1 z
# Define SYSHEADERMARK '%' / / System message header
  Q) p  ]' l+ r5 {4 V1 pWhat the Sysheadmark is looking for is not even the top 5E.. O; U% @. I2 m* Q/ h& C7 }
Change this and it makes the CE Not work on server.
. r. s* T# e& h# v+ H
% |- w' Y3 c) ?+ q, eThen Tom's anti-hack is no longer useful.
# h" c$ B6 c5 q- p' J1 ^& P( c
LG Sedrika
Part 2 of blocking CE

2 ~1 Y7 @- A. X# t, T' B2 c7 |( i7 |, i! u
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. $ e2 \" U0 Y% {0 I
What does this have an advantage?# r5 N& j; j, ~3 P
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself ) ]. l, n6 E$ c9 O$ i
7 M  Q0 r* u7 u7 v3 L6 m
- }5 w# v. ?/ ~( }& _% t
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.. P" k9 ^5 K  P( J* D3 e* G
& w0 p& ?1 M9 E& ?
Then search for the following content in HwOption.cpp
" |$ J  a" S2 i* n  ^1 @- s2 h; t9 m" S" a3 \5 ], _* A

: x  m4 t: \3 |if (scan.Token == _T ("ip"))0 O1 V! V+ C% q( Q% e
{4 O8 T6 S+ J: X& f% r
scan.GetTokenEx ();% c! m2 `1 K2 K9 [5 o" ]
strcpy (m_IPAddress scan.Token);% f- V% H1 W' e) B5 t4 k3 A
}+ r) h$ C; I( r1 _: r5 ^& r( C
and turn it into this:
8 |4 d8 z+ z# p* R. h1 FQuote:8 S! K9 R0 y( @0 w
if (scan.Token == _T ("ip"))+ x4 E. s* V9 `. {$ F* e
{
" q) H! Z+ h5 ?5 m/ / Scan.GetTokenEx ();7 P( k( r( v, o, i
/ / Strcpy (m_IPAddress, scan.Token);/ o2 \& ~+ T. C; y3 f8 P
}
- w' L* M* t0 |: r7 n6 k' X4 y( ~* jAnd you created the solution.7 |$ L; p3 W) J0 k3 ^2 N# d' l
" `, S6 `: U9 I9 J" v' \. L. a  \
# [4 A, J) J7 q1 T0 P4 S) e, E( i
Then read the Neuz not the IP from the INI anymore. even if put in it& v/ l/ H/ G" {6 ^. r, Z

. K" N4 Y1 _% V6 S" T9 ~1 `
Max skill's

3 S" r3 J9 t# m3 s2 F! Q
# M* G/ ?- {4 U8 y( SAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc   n- p0 [( H# d# G
+ J  F$ v' k2 j$ w9 `$ q
With the TUT can provide the remedy it8 k! U6 d4 A- \8 z+ k
5 O! U5 L  M8 U  Z) R  r1 x, k
# 1 opens the file SkillInfluence.h
  r3 _' M  F" I; h! T# 2 Search$ i0 U" Y" ~8 }  x- p
Code:
0 E( H, U( R1 Q" Z" z8 Q8 W6 D! n4 E$ \4 L1 |9 o
# Define MAX_SKILLBUFF_COUNT 14
/ r; \  V  p8 Q# ^# N6 l
* C. a4 @0 ]4 C  N  i" M# 3 Change the 14 to your number (eg 21) and save it from1 ~2 {- j5 x$ Q7 w% I8 D
# 4 compilation and ready% R6 H; ]7 S" e
6 a9 u1 n; y, n0 M7 ~. x, z
8 ]4 z, Z) S/ q9 w1 s. E+ d
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:
7 e( b# C# [* {; o) u5 V# f' ?" B, e, N# M$ m& Y- ?( t
dennisdra/ X! u" b2 Y" t. y
.Crasy
: O) U/ l9 F6 E7 s) K* r1 c©ross
2 |1 ]# F8 J+ j% M+ m9 u3 qSedrika
5 }: t9 \  l' F5 B- g  z5 k
) d+ D& o) ]. u" y% {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!
# ]) e! o4 i* p# _+ Y, a* e* T1 f4 \0 Y. Z
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less9 N6 C( D- k. u! h' a# l8 j
! z% W4 f; h/ X+ i3 T) D

: v! U% K) c2 V! W1 B# ~Update 1:
how to turn off "Profiler" in worldserver.exe

) w2 f9 ?" {$ s& }5 g. j. w, f6 V& P: _7 c5 W; T6 ]: \- m

& z) a" H3 K8 V- S3 R8 @in VersionCommon.h of Worldserver Solution, P4 k# ]+ k- O& |/ }# \# l: N
Look for! ^8 k0 H, v2 z2 W+ v: H
+ e4 G+ d: {1 C0 L& P. z. o, s; v
#define __PROFILE_RUN! ?. H# f& Q3 f
% D( s% y% `# ~# @
comment it or simply4 ~; ^0 f, p7 ]# a  v% @
' l* t/ [, E! [7 _/ m
//#define __PROFILE_RUN & k% g4 O: `, c( h; p

  X( U3 a, F0 {' R8 H# l1 F) l: A! J; w3 p1 A
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投寄。谢谢。我添加更多的很快如果你有病加太
' L6 p* o7 W5 j3 Q4 A9 z& L
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-11-9 02:11 , Processed in 0.082706 second(s), 22 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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