飞飞世界论坛

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

4 c! \$ y8 S2 Y0 ~6 h: Xchange level without Rebirth6 Z+ |1 \8 i- S5 H2 ]
3 B: b% `/ c; B* n* f
Now, let us begin.
; G7 l2 @) ^: r# m
) m& x9 f0 t- b4 \, sRequirements:
; g  D; ?! K! y9 `# F! l' ^% `- kSource
' ~9 c( f9 h6 Y. R! uNotepad / Editor
% w' v9 L8 R5 R; z2 s0 T+ ^0 ]& @4 u, {$ X* ^- ]6 n
/ / Tips by Sedrika* s( L1 ?( ^( J: y3 A4 V2 d

% D6 H' Y' C3 f4 U' A+ W1 hIt is up to you how you do it ^ ^& }: Q8 z, o7 G4 n) y% N

* _& r: e+ J* l% ^4 w1 OGo into your source folder and open the definejob.h
6 B/ N( j, Q5 J9 D4 b  QSearch there for:
7 e9 T5 ~' H; ]/ s4 _1 E0 c* M6 h2 H5 y; U( C
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå- `) u% S1 K/ x
#define MAX_LEGEND_LEVEL 129
  N1 i9 J1 y8 m) m! M0 r#define MAX_MONSTER_LEVEL 160
  C6 J3 N; O1 n% [. q! C#else // 15Â÷ è÷¾î·Î ·1o§è®àå
( E/ ]; p1 k% p/ ?$ `#define MAX_LEGEND_LEVEL 1213 T1 f, j4 o3 h/ A6 o
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
' {% n4 T6 G. s6 E. F. t1 |
' b9 i; S5 |6 A" y& [/ v& ^
$ k1 L! v0 Y7 @8 O9 J  h$ HRed: Player Max. Level
0 i1 U4 L6 C$ \9 b1 b1 uGreen: Monster Max. Level( \& M/ m7 U. r8 [3 U- \  u; {- ]

; s7 n1 j3 i% Z3 Z2 DThese changes as simple as you want.
, n) A  q( \4 o7 e& c! f( \. q: T' y) J( Q( k6 {. ?5 Q
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
# S( Y5 Z) Z7 D( v6 k& T6 G
2 C: E3 f0 j$ q& z
Part 1 of blocking CE

. I. k7 C$ I! g7 }
6 M  M" u, |4 U' p# E5 MIn this tutorial I will show you how to change the Head of Mark flyff.
3 C# t7 R3 O! v: [The current Head Mark is well known, 5E, which results as a string ('^').
9 z! i/ [, }( y' x0 z; Z
; |2 c8 z1 \+ Q1 @For this we go to the World (Project) and looking at the Buffer.h after thistext$ _' O: }2 m  J9 f- p3 h, s
Quote:; B6 ?- v& Y  F7 v
# Define HEADER MARK '^' / / Normal messageheader
, v! i0 E% n* A- u( w# A# Define SYSHEADERMARK '%' / / System message header
8 F9 h$ l+ U5 hWhat the Sysheadmark is looking for is not even the top 5E.$ b. `6 x: @/ i6 U7 @
Change this and it makes the CE Not work on server." c9 t) O2 r$ N( L9 D7 _  ]
' h$ D3 m, H+ s) U, o, T' m& O+ G
Then Tom's anti-hack is no longer useful.
8 D- W9 @3 h1 l9 Z/ J2 W1 w8 \; X$ X+ G7 H
LG Sedrika
Part 2 of blocking CE
2 w* }+ [# S% R8 ^

2 z) Q- u; H" v2 ^) n" ]/ @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.
2 j& E- ^9 q2 ?1 JWhat does this have an advantage?/ U7 ~8 b$ P! \
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself 0 V4 p. ^# p+ V; O
; N! k7 m5 C; W% B- K, m. Z

0 z% Y$ m9 b, R4 [3 Y: g# d( f0 W) d1 `First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.) c' s- C( g, K4 _! [" i

) V' X: A/ Q# Q' r/ T( n+ n0 }Then search for the following content in HwOption.cpp $ V+ c6 y8 m: O$ \3 x

$ g7 e; u0 E! h3 @+ g0 D; ^9 }& Q/ R+ p, V2 }: r( S5 Y4 E7 N
if (scan.Token == _T ("ip"))
! [: L+ U) `/ c$ `{4 T0 A4 x7 W/ w* M
scan.GetTokenEx ();! V$ T# O& h* \9 j) R8 j, ?2 h5 _$ _
strcpy (m_IPAddress scan.Token);
& Z2 g8 l* w7 Q. O1 i& M# B}6 m5 r, W4 U) I- L
and turn it into this:. }7 O, F6 ^* S9 ~1 ~7 Z) G+ Z7 U
Quote:
: R7 T$ Z2 b# {  H. q6 vif (scan.Token == _T ("ip"))
% c; S6 ~  B1 h2 {{
5 s+ O4 o; q8 g! y9 j/ / Scan.GetTokenEx ();
5 }5 k: F( ?' n- ]9 A! L/ / Strcpy (m_IPAddress, scan.Token);/ Z3 |# a; w9 W$ U  R2 w$ s$ J% u
}
" h' K' `3 Z! `: t8 o' ^; _And you created the solution.! I/ A( Q$ R9 k) ^  n1 W# Z

8 l+ T, J( U* D! J: @
! ~7 f/ O; ~: j; C1 k9 zThen read the Neuz not the IP from the INI anymore. even if put in it
& u6 Z7 ^& F# P' o4 B( r3 S+ [: }$ e8 e% e
Max skill's

4 {: j$ K) F! w; p* }3 \( b% `( P( n3 J4 v" 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 ) B) ]% d) n" [7 J6 ^' V2 |8 g
1 e& P4 n* S. L$ Z! U8 G$ m- U( a
With the TUT can provide the remedy it
/ x- C, M6 ?  P$ @* M7 [2 W7 ?/ ^( B  z9 N) U
# 1 opens the file SkillInfluence.h
1 q8 T- g7 |+ m( M" V6 T# H5 J# 2 Search/ F: ~7 i/ s3 ~( D7 m9 }
Code:
1 M, E; C4 v2 @, ^5 w  q3 g6 U" k6 h( ~- }: C0 l' r( S) r% H
# Define MAX_SKILLBUFF_COUNT 14
- K1 A% d) ^0 a  S/ q* G1 \1 ~) b1 j
# 3 Change the 14 to your number (eg 21) and save it from
7 ^( m$ U: S" F' r. ?2 h  |# 4 compilation and ready& ~" i! b; m, }1 {, m3 N3 U, @9 B2 s
0 x0 I, L& Y; b9 J7 T* {- |
' k% G9 F# d2 N% i- X
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:& {' l+ g2 @; d" {; s
( U# @% q9 x% L+ t& O1 d
dennisdra
$ F+ h8 N9 X/ y) i$ g. z3 f.Crasy
$ R+ S$ N! i6 |- H- n1 @©ross
7 W* h, G7 j! r- G# O: V: n, y' ?6 oSedrika/ L. T. V% U: p; P2 r0 c+ A
1 r8 ?6 o- C2 R, d' w
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!
% ~. Y5 W" x- Y/ o1 ?" r
- U. d0 R7 a. y' R6 m9 h5 p" J9 eP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
0 @' }, N( }- j* P- g' U9 T1 T) H( b5 ^6 q8 H* V
9 [* l3 h) \: g# Z$ G; P, [
Update 1:
how to turn off "Profiler" in worldserver.exe
" I* I5 ?7 V* j1 H' ~

5 ^! D" z: x7 P7 Q( q/ e# ^3 @4 |6 {# k1 S- |0 x- P
in VersionCommon.h of Worldserver Solution
8 A+ p( O6 C& TLook for
: j6 r8 W& \9 X" m0 S/ E: C
5 M+ m7 E" C$ a. p#define __PROFILE_RUN
2 e+ D) Z& ?2 S! Q8 u- {* C4 g! P) x# K* V$ e
comment it or simply
5 Q$ H5 ?( ~1 \1 l/ i9 ?  G8 t3 L. ^6 y3 N
//#define __PROFILE_RUN ' ?; O" E% h: M+ n
5 D2 |5 B6 ~/ [7 r: Y
* l+ H1 _1 Z, d, }- S1 W  v" K# \
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投寄。谢谢。我添加更多的很快如果你有病加太

7 }; L1 j/ L1 A' c/ Y% p. S
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-11-19 04:11 , Processed in 0.062318 second(s), 22 queries , Gzip On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

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