飞飞世界论坛

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 15031|回复: 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
1 }4 ~. J# ?! p# m( L" F/ F
change level without Rebirth& q$ w) {& D1 e, @0 U) o' {
/ h) _5 ~9 y+ c
Now, let us begin., @: o; c5 H3 _$ k* w

8 l! V6 b3 j* D- k5 \8 `3 pRequirements:
  ?! r: a/ [: ]" l  ]1 `% OSource4 ?. p, s  {! q. y7 k
Notepad / Editor
/ v' ?; I1 n4 c3 x0 F9 I- `; v3 m: K4 @4 ]+ q( J
/ / Tips by Sedrika, A4 _1 W: Q* ^, N# {0 D, N+ i
1 y- q8 v6 T1 s3 ]2 Q; {5 {
It is up to you how you do it ^ ^& X* R$ E( j2 M: B2 v
! F% S- w( y; y. |
Go into your source folder and open the definejob.h
! o5 S" @7 j5 X# R3 nSearch there for:) {" Z3 h8 k3 [; r

/ d5 d5 O5 g$ L3 w8 H7 T#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
4 G( C5 E* [5 Q) g. R# w#define MAX_LEGEND_LEVEL 1293 L2 T6 T( S" S0 G
#define MAX_MONSTER_LEVEL 160/ Q/ ]- C0 Y7 K& T6 D) R
#else // 15Â÷ è÷¾î·Î ·1o§è®àå1 C3 [" C6 B# A4 U! T
#define MAX_LEGEND_LEVEL 1214 C* L/ `6 z8 Y3 @
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
, x! m7 ~6 Q. p" f* o( o; k/ o! m3 d. i, w: Z& g& _

0 {6 O+ E" I/ oRed: Player Max. Level
8 I; L' t9 A1 M5 p" D$ Z6 OGreen: Monster Max. Level5 V: \" @" J6 E! J$ ^+ Q" {

; |0 N0 v% h! ?4 B. lThese changes as simple as you want.' m, q1 p4 Z; C1 s' u4 ~
. P  |, Z/ c( B) |6 }$ P& z
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
9 X- V6 _! Y& o, R6 ], f5 p' V# N* o: Y8 y( O5 M- Q
Part 1 of blocking CE

/ ]  P, k- H. ?/ h
- ~; ~+ _2 r/ I/ Q* l% e! dIn this tutorial I will show you how to change the Head of Mark flyff.
- K" ^2 ?- Q8 x; C7 [: n- SThe current Head Mark is well known, 5E, which results as a string ('^').! |" v6 o& K% ?2 a

' R2 B( o+ f! D) PFor this we go to the World (Project) and looking at the Buffer.h after thistext3 M& ~5 \9 \$ e1 D- W
Quote:
8 p# _7 m8 {1 H; T# Define HEADER MARK '^' / / Normal messageheader
' l1 w8 e! ]/ p4 r: m) p# Define SYSHEADERMARK '%' / / System message header- f$ ~* \: e% O" D* V4 V! h
What the Sysheadmark is looking for is not even the top 5E.5 j/ z+ P% c; Z4 ~$ j& Z
Change this and it makes the CE Not work on server.2 Q" \  j* O7 @4 b
* }. N1 j3 C9 ^1 N, I, p
Then Tom's anti-hack is no longer useful.
/ o2 V2 {9 m2 D
+ i8 m) Q8 s1 w& G( A/ ~) B1 |LG Sedrika
Part 2 of blocking CE

' h7 w3 @( ]( I& {% y% p5 o8 V" T" P+ v' t1 d! W. 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.
4 [: B( P, L1 F6 a2 eWhat does this have an advantage?7 H. Q9 X0 E& Z5 S2 Q! b9 K9 T
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
7 `. B, T) d8 `, v& {  J
5 c( Q) u1 P7 h6 \; ?) ~, x
% R7 \- a' X5 o+ FFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.% D3 H3 k7 h1 Q
! S& \2 C8 W6 A; T# \+ c+ B
Then search for the following content in HwOption.cpp
* P' Z% W" y# t
" Q, O: k3 b- _0 @0 ^! K+ Y4 y! l: e; {. d: T) v8 P
if (scan.Token == _T ("ip"))
0 z) A2 h& U1 l6 S. ?, q5 c{2 T) ~% t7 v/ T' d
scan.GetTokenEx ();* _! U3 _" S8 ?5 u; W; Q
strcpy (m_IPAddress scan.Token);
! u2 w; U0 \" Y9 h9 s, n, r}
( O+ U/ N! c/ y& P: s; v  A5 R$ band turn it into this:
0 q8 T  I: d3 s. c- qQuote:
. Q& H  y; I# h$ pif (scan.Token == _T ("ip"))
, w% l) ~9 h8 k" S+ \/ H{  [# U: ^4 ]$ s
/ / Scan.GetTokenEx ();
/ x) P4 X9 w' ?7 K) e- f/ / Strcpy (m_IPAddress, scan.Token);
: m8 F( r* z* r' h. w% E- t}
0 O# \; Q8 k6 S5 t' Y1 Z( rAnd you created the solution.5 U2 M1 G7 V+ Y2 K" B
' p9 j: l1 R( E; X. B0 S

  G; L  C. M" V3 RThen read the Neuz not the IP from the INI anymore. even if put in it
/ u5 J) W) ^" L/ o. ^" ~$ d8 P3 q7 Y" k( W  [# U
Max skill's
+ P8 V6 v. D' V4 u! d
- R6 B* j" B; u2 w
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 * |% R& T2 d/ p5 S
! `, Y2 \( P+ g7 o; U
With the TUT can provide the remedy it
7 Y2 H6 i( l  S' ]8 [2 H2 r& [: J
# 1 opens the file SkillInfluence.h
/ L' ~- D3 |; @+ e# 2 Search$ W7 \7 c* q) O
Code:" U  u( R2 ]) v$ E

, K1 h/ K. E5 U; |: q# Define MAX_SKILLBUFF_COUNT 146 J, R  _. R  ?) ~3 F
( B0 F' G; @. ?$ C2 ?
# 3 Change the 14 to your number (eg 21) and save it from
, w" `3 {# O$ j# 4 compilation and ready
6 H  ]6 b/ N2 h" `! ^
# K5 r0 r! X9 X# ?& _1 m$ }/ z7 m4 G5 ]# R6 z) M3 j
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:
$ Y% p" i# x: S+ [# {0 ~3 K6 b+ T) Z3 i, z5 `' ~7 X2 {3 d
dennisdra
, o9 T, l: V8 u, N& l! F.Crasy
2 q2 q. x+ H* ~% L6 S©ross
' d$ n6 A% O8 {7 b# x, u1 Z* f% |Sedrika) I- r& ?) N# p( C, r$ E* J

$ o, H  ]" x# @. Y0 W- G" j  eeverything 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! $ s7 Z% s/ S, e3 @7 A$ A

5 Q" E* l$ V$ DP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less* `# @; o3 x. C; B

5 V4 q0 d! ?3 b  L. B5 A
  z! ]3 j0 |" {4 N" WUpdate 1:
how to turn off "Profiler" in worldserver.exe
1 Q1 B0 ~4 S; t, j
9 }( a) b% J: f; l; ?  b

, m4 \' i2 ~& x0 O, V2 K' U7 \7 ~5 Sin VersionCommon.h of Worldserver Solution
. t9 h( z& U  ALook for
/ T' m# ?4 A* |; M/ P& o' M* I/ A) l4 _' M. Y* O
#define __PROFILE_RUN" l- ]- c7 F: v2 J# v1 `# x: U
& C' @7 W, c$ t0 L5 M3 p+ j
comment it or simply0 @: I& a6 m5 `2 V

& P; _' h/ R/ L, }7 F//#define __PROFILE_RUN
/ k3 [) A/ u; D: m  }+ n5 e' O6 {8 P1 g  C
+ k" `( i. q& @& ^/ e- n' \
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投寄。谢谢。我添加更多的很快如果你有病加太

9 y3 Y8 w: W' E4 [2 G  m
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-11-22 13:18 , Processed in 0.073843 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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