飞飞世界论坛

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

+ v; r" e. r1 Z. hchange level without Rebirth
! ~1 D, `2 i5 \, V3 l  {& L2 i* V, c, i+ l/ I: `$ Y7 A1 |) L
Now, let us begin.
7 N4 M( m) \5 f
' p3 U9 I1 N# @# n  C- v9 h$ D; oRequirements:% ], r$ M' n9 y$ e8 ^4 ^5 W) |( [2 H; _2 a
Source6 B; [( l. A' p% ^4 I
Notepad / Editor! Y2 a* Q% V, u: K9 n4 c+ W( e

6 r" Y& d8 x- m" _; @0 e% p* r  q/ / Tips by Sedrika# u# z0 l9 y* x. E1 U/ f

* K) t. A1 ~0 F) N( aIt is up to you how you do it ^ ^+ }: C1 j( j* e: c4 s- q% N

5 j& Q! u+ L& \! h  n: e( n- fGo into your source folder and open the definejob.h) }$ s: E! h# h1 C; ^/ Z: K% ^  {
Search there for:' }% R9 y9 \' K" Q+ ^

$ ?0 y8 F8 `0 g( {7 `#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
& r+ z. R0 z5 {; Z$ H& _#define MAX_LEGEND_LEVEL 1298 e! B2 a/ R1 N9 w
#define MAX_MONSTER_LEVEL 1600 D: v8 ~+ z  q" @. L; Y: o; o2 t
#else // 15Â÷ è÷¾î·Î ·1o§è®àå, s  u! r+ ]0 o6 z% {1 h+ M
#define MAX_LEGEND_LEVEL 121
2 E, j  N  Y: ~1 ~& \9 B) b- n#endif // 15Â÷ è÷¾î·Î ·1o§è®àå ( A9 B" W3 {9 {1 d
. r6 d6 l* C3 D& M+ W: |9 F
" i* W: W0 V. e& x# R) }" I
Red: Player Max. Level
1 C% }% P& M5 P5 WGreen: Monster Max. Level
7 m  Q8 ~6 J, ?* E+ p7 }
0 f* z2 p8 ]) eThese changes as simple as you want.
5 D* U2 {+ I" c5 m5 `, }, j/ H' D( ~( O, v+ {, X4 U. U  k  o9 g
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.7 ]8 o+ A  W& W: c+ j

6 i) E2 ^- W) T& x' n/ K$ k: ^
Part 1 of blocking CE
( q; v: W' _* |1 z
% Q1 U- Q/ R! L/ \; }
In this tutorial I will show you how to change the Head of Mark flyff./ R; o+ ]/ ^$ `; I
The current Head Mark is well known, 5E, which results as a string ('^').
7 T: Z; U- t/ w6 v' Z% [3 V9 Q& M( v
For this we go to the World (Project) and looking at the Buffer.h after thistext
! f. @% d" v6 @/ ^8 X, x& AQuote:& _6 M' _- \( e0 o5 ?8 ?
# Define HEADER MARK '^' / / Normal messageheader
- U; V; g  Y# i( V# Define SYSHEADERMARK '%' / / System message header( T9 S  v0 y& }+ T3 K$ |
What the Sysheadmark is looking for is not even the top 5E.- g" W6 w% V" ~! Y! G
Change this and it makes the CE Not work on server.
& _* z! A2 _- Q1 b7 K
1 a8 K; v; p+ z4 e0 R9 A4 JThen Tom's anti-hack is no longer useful.
* D2 F7 [! l7 ?- K5 a$ U
: |5 F  q- G9 e2 z$ {7 R3 l. v6 w; ZLG Sedrika
Part 2 of blocking CE

$ N8 A, v) m, ~: k2 M! d3 w2 R; Q+ a. u# Q! b7 I' [
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.
5 ^& z$ M: c+ o! R, vWhat does this have an advantage?
6 w* B% Q, X8 {8 K3 D$ W7 _The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself ' ?0 Y7 |( e/ J" K; ?# F
% x6 B; j& L* E! y3 ^

3 D- ^! u5 i3 e7 F5 P; qFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
8 [7 k. l7 Q: k# e, \
$ l* r4 F- ^) i  P+ x% l' D2 XThen search for the following content in HwOption.cpp / O: U  ?4 Q  T

, @1 ^, I0 [, b% F7 ]+ d6 J' j6 E% h" O# R9 N
if (scan.Token == _T ("ip"))5 k  z/ D2 ?. E  ^( {9 T  f1 ^! ~# D
{' k4 _3 |7 _- |5 {# a
scan.GetTokenEx ();
* t. E  r1 `" `; c* \2 |strcpy (m_IPAddress scan.Token);- K! _+ y2 B: V  ]7 b
}
% R/ P6 l. D3 J: Q, c- f/ vand turn it into this:! t, g7 h- w% a6 ]( M+ U, H
Quote:
$ ~3 w+ ]/ p6 w5 g' Iif (scan.Token == _T ("ip")), L" e2 C7 q. @) _3 \6 u
{
1 A6 W) I  D, b" U% ]/ / Scan.GetTokenEx ();/ Q6 x& L* `% E# t. S* }- P
/ / Strcpy (m_IPAddress, scan.Token);
; R% k; Q( P, }) N4 d}
% H  C0 O4 l( o- n% T( b6 P( LAnd you created the solution.# d7 Y3 C% t$ s+ P

- ?( ?% }% L2 w# |. k0 Y
& R9 M2 O4 {: K8 u3 L" \Then read the Neuz not the IP from the INI anymore. even if put in it
( o$ E( @# Q# ^- k
% }, b4 L# }! g; @7 G* W$ A
Max skill's

! Y* D  J# k; b3 m& p0 G$ O: C& j/ Q2 P' L: _% a" F* ?6 O
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 2 Z+ ~! c/ d- i
- p% A; e8 a5 n$ g7 N
With the TUT can provide the remedy it4 h) G; M  B1 C8 [; G2 D+ p

* Q  z5 v" B5 ?7 S9 [. O# 1 opens the file SkillInfluence.h) H. Y" U9 |: q8 u; w
# 2 Search
; w) ^; b9 G8 b# t' B( ^+ ~Code:
' Y3 t5 ?5 {( t: v4 G6 \0 P5 f7 y. K
# Define MAX_SKILLBUFF_COUNT 14
+ B4 h. g8 f) a. p$ L# b8 R
6 [4 H$ d2 i: v! G3 @# 3 Change the 14 to your number (eg 21) and save it from  c" a: a5 Q( C( @- {- I- `
# 4 compilation and ready$ i0 B  L2 l9 K2 p( V6 F

+ A" i7 @% p1 c. u* v+ H1 F1 F) r6 N' e& l
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:
  Q- t$ B/ a* T3 A7 `! B0 R* @3 T& e  p0 {$ T' Z
dennisdra
  }/ R/ R# k, d: v% f* H* i$ s.Crasy  \7 z1 C2 s- T9 J+ \
©ross8 t. j+ _$ o6 p: c: @' ]
Sedrika1 {6 q5 ~) |4 f9 D% u) Z

' j0 f9 R( e5 f; R* [6 Ceverything 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!
0 z$ @5 M( G9 ~6 N) k9 ?3 M$ j9 O' G& m6 g
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
# L3 x, v7 E. \9 S  O) R8 y6 J  }+ B/ m( `0 ?, V/ E

: I6 v2 b! G: x' R+ G/ U$ `Update 1:
how to turn off "Profiler" in worldserver.exe

& [9 b! B% A6 A" G) H1 B$ h# o& i/ s# n" v

7 c! O2 w+ D$ e$ N+ ~( e* ]8 Win VersionCommon.h of Worldserver Solution0 {. U' |+ f3 B0 S6 A
Look for
( [. f8 w  c! g  j5 \" a5 {2 k9 |9 E
#define __PROFILE_RUN
( O) R; C3 U4 O4 L
5 \, b  j7 v  s, g+ Q2 ^comment it or simply
6 i+ F. g: m5 }. P0 {8 {
9 E/ {" t' O& f/ G//#define __PROFILE_RUN
8 a+ R2 |( s0 ]  b
+ A3 O3 D/ P- s
0 p2 G( `8 Z, G: b4 ^: qcredits 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投寄。谢谢。我添加更多的很快如果你有病加太
) H8 S# v5 Z1 z! i  B
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-11-26 06:27 , Processed in 0.061484 second(s), 22 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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