|
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
7 ^0 S8 _- ~- Qchange level without Rebirth
# I" S) L$ H5 K3 T( I
5 ~1 O9 m; M' X, ^( M6 G/ k) nNow, let us begin.
; n+ w) q% D0 O8 \
* n, i. h' t" gRequirements:: }) }9 z, d" h$ T" w4 J
Source
% i6 H3 C/ k/ K8 {0 V1 bNotepad / Editor+ ^0 } D- N& D' O; Z3 d" E* b* `% E7 a
* }/ j3 Y& M8 }; }9 Z U b/ / Tips by Sedrika4 k! G# l! F& I \# \5 z
6 l6 Y* M `2 p8 M5 h0 n8 M" |
It is up to you how you do it ^ ^: P6 L4 i; m4 a+ r6 w
& h; \) A9 C( s8 {) S% \Go into your source folder and open the definejob.h
& R7 E, {$ W1 F: TSearch there for:. |2 j9 E: l" }. U
& ^$ ~5 f9 B o, a#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå* I0 E% h% y: |! Q
#define MAX_LEGEND_LEVEL 1298 @8 T+ G" S+ T/ G8 H& h, c
#define MAX_MONSTER_LEVEL 160/ m' l$ v# G3 F9 ^( M5 [$ d0 L( _
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
0 Z) }- G* z7 i) Q#define MAX_LEGEND_LEVEL 121
+ u8 {* h7 C3 B( y: V! Q$ e#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 9 M, \' ]4 y1 [5 [/ [# c2 m x
; N! A: m E8 ]" m( `0 x; I4 S$ R! B8 t3 Z
Red: Player Max. Level% R/ B4 Z/ {! ?# @- J, [
Green: Monster Max. Level
* d t. N% `+ `$ i' X7 E) ]
' ^( g1 p0 _1 _; H4 b+ d. f1 v) |; d; IThese changes as simple as you want.
- A& C( r8 R, T5 [8 U( l3 ?
# ~! I) `$ R7 D6 q+ YThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.1 J" [$ W) L8 |# I v9 P0 H
: E2 ~9 \* U$ P1 Z( e
Part 1 of blocking CE $ C' C8 J; `9 O+ _/ C* l+ l( q
) P- i, n3 z4 j% |! d
In this tutorial I will show you how to change the Head of Mark flyff.
. `9 a+ `6 E& X4 l4 \The current Head Mark is well known, 5E, which results as a string ('^').
( Z/ W( {* r0 y; D# w1 D. ]. r8 n3 u9 |- T
For this we go to the World (Project) and looking at the Buffer.h after thistext. e7 @* h1 D, h& M& ?3 d8 A
Quote:/ w7 e2 O k' i# o- j5 ^& @4 i
# Define HEADER MARK '^' / / Normal messageheader
) O0 v4 C! W1 H0 X# Define SYSHEADERMARK '%' / / System message header: s/ q: t2 C( |9 }5 N. |3 T
What the Sysheadmark is looking for is not even the top 5E.! g( M8 N/ c6 x
Change this and it makes the CE Not work on server.
5 ]" ?9 P' X. s& W# C6 |2 x- p$ Q' n. O6 p
Then Tom's anti-hack is no longer useful.
& J. C7 A `/ b$ ~6 P$ y4 l7 P( ^4 f0 |; J G
LG Sedrika Part 2 of blocking CE
' e9 k5 n0 g9 }% I V2 h" E1 r
% L% e4 }; |* _; p V; s; G( IIn 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. # G: ~9 A2 t) D. T: h, D( F
What does this have an advantage?& a9 C! q* B: b7 g$ I
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself f$ P. i! J8 P; C7 g+ c
: h, v7 W2 n, y, _! I: p1 V/ ]( G- l' g3 j
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.- n7 g7 a3 ]& W( F- H4 @$ d
! e8 ~* _, h+ k* ?1 JThen search for the following content in HwOption.cpp " s4 V* V% @0 M
3 C% i# K& i$ [( g7 d' d
& [* a! @4 i4 M
if (scan.Token == _T ("ip"))
2 V% O) z% }( X: Q, q# Z{
; m" h8 `% l0 l; nscan.GetTokenEx ();
9 Y/ X! Y# S7 Q3 Xstrcpy (m_IPAddress scan.Token);( ? K& C6 v4 U1 e" a
}& [: o. ~- r: n2 P2 L! k
and turn it into this:
- J( }/ R3 H; l; @Quote:
2 c, _. g' ], D0 Y9 y( Mif (scan.Token == _T ("ip"))
5 }! k/ R9 U* L{+ f3 `+ W) C9 r& i$ e
/ / Scan.GetTokenEx ();
) I/ w: w. }3 \- F/ / Strcpy (m_IPAddress, scan.Token);
; `( s8 J( Z5 G* \1 X# `}+ [# @2 z0 g3 f' F1 N. A
And you created the solution.
1 L) t2 H" N& n5 ^
B% o8 `: _: C: e
- d8 j4 W+ ?1 X2 D4 d9 K, A8 ^0 [% {Then read the Neuz not the IP from the INI anymore. even if put in it
5 z! L7 B( _( ]7 _
% K- ~& ]9 N9 L6 @
Max skill's : P4 E, O. c! i
, l. ?0 ~1 T; G' G6 o3 \& F
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 7 N5 |7 X; U1 T* [1 V7 t
, w2 S3 P6 ] N. ~: N% ?) _With the TUT can provide the remedy it
% }( b, _5 G& z( G
1 D' c: v. B3 z8 ?8 z# 1 opens the file SkillInfluence.h
0 \. W+ B8 e7 [9 Z" r: w6 t# 2 Search; X* P3 g! |: m% ]
Code:. }9 m! c/ R0 O2 g# C+ t
. g8 B2 ^3 s" a
# Define MAX_SKILLBUFF_COUNT 14
0 D% x- j% N. {. e( ]/ j; t
& I' V2 x/ h: u( x; l& S# 3 Change the 14 to your number (eg 21) and save it from5 |- s; E" b3 K# A: A$ ^
# 4 compilation and ready
5 _3 \' ^, e) L+ N r8 Q; e1 H4 e8 P' I! U ]
& E% a3 m: ]7 r k) q
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 [$ M' T! b+ [5 {2 f, L6 t) v7 K2 T' Y$ d/ V8 b# C) J
dennisdra% b1 T# b' P R
.Crasy
7 C3 o% K" j, R$ U) ]©ross
# F& }5 `% p* y4 p. g7 }Sedrika
6 { G( }1 H/ |! M) d U* h9 F% S8 o( k$ E7 o
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! 8 m/ m4 o/ L+ c3 K, j6 y7 l
( b( J0 M3 |8 u' z
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less+ N% L- U; L, S- v! |
, b8 S0 L" J& S0 j" Z" ]3 Q0 r, w5 L0 _5 R: g
Update 1: how to turn off "Profiler" in worldserver.exe
, G9 e _# V: x, W' X! Z# {1 l* Q% ^7 [7 {
/ w9 H: v! Q' i
in VersionCommon.h of Worldserver Solution
9 V* @# B0 x* {0 N% L% @" \Look for
( ]) D; d( n9 B6 m
% I! I$ x: q, g( a5 q#define __PROFILE_RUN
/ b/ Z. r' x0 F, {" o, e8 d' S
$ n L- c0 X5 @6 i- Scomment it or simply1 p5 o: \2 I3 H& A: G0 N$ K
# C4 W) z; Z1 g2 s0 B" Z. }" p
//#define __PROFILE_RUN - H& R. A! h ?1 f4 N4 X
9 L6 B* X/ p5 c1 u% ]
& `" v$ ~" T1 K# B; Bcredits 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投寄。谢谢。我添加更多的很快如果你有病加太 / R6 B5 x: `$ k: `
|