|
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, P. f* E% X; u
change level without Rebirth2 O) c* a% l. _+ p
6 U1 O3 }/ [6 ?" [) x; aNow, let us begin.
: M, }; w6 W* V/ E p8 W
9 P# ?0 G' _# @/ H( h: q' Q0 iRequirements:. ?, e5 e1 `5 I3 E
Source
4 `* ]$ v! {6 ^- M9 G( ~Notepad / Editor5 J7 v5 L2 O$ x5 S6 U# ? C3 G8 \
) u9 Z( {) O. g( s! _; i2 e, H2 W/ / Tips by Sedrika
; ]! R2 K- n/ C
$ T' a! M4 x9 A$ q* E* w4 hIt is up to you how you do it ^ ^# O& q- s* W' ~2 x9 S, @0 i! ?
* b+ B+ u G t/ J( | h4 |& WGo into your source folder and open the definejob.h
, _3 G; h3 f$ I; Y0 @% O% FSearch there for:
5 M# b8 `2 q2 C8 F6 X% J+ N5 ?4 c; f; R- R; k+ s3 z
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå; n5 e7 d1 p& x' M; x" K! L& b- G# x a, m
#define MAX_LEGEND_LEVEL 1291 t) D* x5 J7 N8 i% H
#define MAX_MONSTER_LEVEL 160
+ Q( w4 {+ N2 T, r#else // 15Â÷ è÷¾î·Î ·1o§è®àå
2 q( [7 b2 E$ J#define MAX_LEGEND_LEVEL 121
+ s4 C1 T- B+ H5 s: x! ? v#endif // 15Â÷ è÷¾î·Î ·1o§è®àå # M2 W5 A$ n' e& l% i4 Y% A
' q3 Y0 R( g: I
" ~* H2 A7 }4 e/ x) C3 [Red: Player Max. Level- v3 e5 y( ^, c3 l
Green: Monster Max. Level# c& T, Q( k, r- j r# }$ G! I
" Q% s% s! y# d% S3 M( XThese changes as simple as you want.
$ u1 m4 n1 G3 u( n) x2 I) d( O
0 G' o4 U& K! D+ Q* h! `0 J- L, nThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.2 e" T/ h: \6 |6 p1 A8 s- X2 J
, W2 b7 y9 ]4 Q2 O* C Part 1 of blocking CE
( H3 F/ |1 d: i3 O4 y
4 l! ~% S/ R" ~% v$ w% ]In this tutorial I will show you how to change the Head of Mark flyff.
7 y. G# R$ _: J# @( IThe current Head Mark is well known, 5E, which results as a string ('^').3 D9 M5 o8 `8 A7 i; C$ X
& x P; n- s3 O. e. Z0 b* B3 l
For this we go to the World (Project) and looking at the Buffer.h after thistext* t# i v V$ z' ]
Quote:
! v9 w7 ]$ R' P7 Q' l+ v. O; r# Define HEADER MARK '^' / / Normal messageheader J8 ~# p, }; h" s. y
# Define SYSHEADERMARK '%' / / System message header2 x9 _3 Q( x2 R: ?# T% A
What the Sysheadmark is looking for is not even the top 5E.
# G- D+ n: J4 f' a, d' `/ K( NChange this and it makes the CE Not work on server./ e: y1 j$ [& B/ s4 b3 m9 w* w
" z# S5 v# z0 O- e! [1 R, g7 x9 Y
Then Tom's anti-hack is no longer useful.8 ^) Y8 { r4 ?2 f; S3 S
% X& U7 d- v. y8 rLG Sedrika
Part 2 of blocking CE 6 X. k: R( _8 n! C" q( G
) W0 J l" {5 f! G/ J) ^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. ; Z0 E1 S, l0 O3 B& @4 E8 @) A
What does this have an advantage?
1 e. T, X; S* AThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself 9 k1 {3 j5 U1 Z% z
; {( T# @ [8 O/ \0 @7 E X! [
) O( H1 v$ c* P0 j3 @$ nFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
8 o. {$ O' H" a' a7 L4 X2 E
. x1 s$ _/ c X: j9 C0 NThen search for the following content in HwOption.cpp
6 i& C) S8 t3 C1 @. F) k1 n7 l- D% k- e
8 [7 ]" w/ Z% y( Vif (scan.Token == _T ("ip"))
4 ~6 j9 @9 X d, y{% A0 ?7 s5 R- r' u% _; H
scan.GetTokenEx ();
% K$ c) F) F% E9 l; n1 B( zstrcpy (m_IPAddress scan.Token);
$ X2 q1 S% G" W, r}* C' v/ e. z- z" C9 t6 A
and turn it into this:
1 _2 B' V, i* j8 `% K4 l# Z8 H: `Quote: O! t- r* ^: I) @
if (scan.Token == _T ("ip"))" Q) w( l5 ?5 e; h
{
8 }+ z; A- M6 X8 i. b' P/ Q/ / Scan.GetTokenEx ();
9 t/ V+ u$ A# ] n/ / Strcpy (m_IPAddress, scan.Token);
6 p% F' n( H' @1 Q}6 X1 W; ]% q3 T4 J. P4 z8 w# X
And you created the solution.
% \. E' z; M) \; ]% L, P6 T5 N9 j4 z0 g+ U% E( w
. |) [. F1 ?' d
Then read the Neuz not the IP from the INI anymore. even if put in it2 F) L* j9 v7 @8 \' @% P
/ F9 o' i1 X, ^- ]
Max skill's ' _. e O7 A6 d) M+ X* ~: L
9 K( r$ E1 M, P! b: EAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc 1 e: |) }9 ?( K! ~; _# E- z6 _
7 U9 X, J9 K+ t* ] g9 {
With the TUT can provide the remedy it
/ p% X% N! d( V: P+ ]% ~: F3 u$ v$ G9 M1 z! s: O
# 1 opens the file SkillInfluence.h
& G$ z" k" D4 M4 j# 2 Search
" O! L0 p- P9 z5 K( LCode:5 v. H6 C) ^5 \) C# S( u8 o$ z
% c& G3 d( a C8 a: C# Define MAX_SKILLBUFF_COUNT 144 p" X6 t9 H8 A, b }& c; u" e
6 q5 t, P" g/ F' X. t7 D) c8 u
# 3 Change the 14 to your number (eg 21) and save it from7 f2 g( M' c, q) M% T
# 4 compilation and ready! G8 V6 {, A+ f1 K) O! }0 J _
/ C" M. M) |# y2 q/ C( }2 m" x( T& @8 R, ?! {" i0 m
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:$ k+ Q5 s" y" D& J& A4 B
' I* `6 q2 p; ~3 V. h! _2 |dennisdra
6 I0 J) _4 K) q) z" ~" B* o.Crasy
4 a. ~8 z( I4 ~/ A+ C, _1 F2 @©ross
' F9 N+ Q- b1 I- G6 \Sedrika
; P; [2 Q0 U8 [' c! q! S4 b/ x
/ Z6 d: C2 {2 `7 @5 Deverything 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!
! N6 V+ ]/ _/ a" [ W) O3 ?1 p9 Q
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
5 w1 Y8 X& T8 A- e W; l& f, U$ m5 e/ X( F) f
4 {* C( C8 Y/ I" Y8 a8 g" }4 ^0 a
Update 1: how to turn off "Profiler" in worldserver.exe + \0 U; b# W8 y& _, @) X
# Y, ^( b: W; b( ^# i
2 H- c, b6 s% @1 T( R% f9 \in VersionCommon.h of Worldserver Solution
0 E* u1 I7 ?9 F6 {Look for
' x- r1 \6 W# r# s; L- U9 I! P' A% @, i
#define __PROFILE_RUN$ g# m5 Y" G! Y. {( [
P, K* E- |" B1 g- ^
comment it or simply9 R- E2 a1 \9 \1 _3 C# u( L; L
* Z' k9 x4 f8 a
//#define __PROFILE_RUN ; M' g( M* G; U d5 S
# z* d5 f0 X, A( y( q$ N1 @4 {
, I, Z6 w: W3 P% Scredits 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投寄。谢谢。我添加更多的很快如果你有病加太 & }- Z- P: v" |7 Q( [
|