|
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
0 _/ h$ P/ u' k, }2 Kchange level without Rebirth
- g- D5 m k0 F S0 r+ y u
/ D: T2 ` X$ |Now, let us begin.% k/ v5 J& t6 C l2 Y7 P }5 ]" b
- H( A$ _& w; g! YRequirements:
0 y6 _. W$ M: v4 S: }* Q" ^' c5 VSource1 d5 P5 Q* o7 R! S. f
Notepad / Editor
1 \! w6 W0 p0 ?- y. V9 [& v3 g; g9 C) n; k0 v* D2 z, r
/ / Tips by Sedrika3 V, F; Q, ~6 u
; {% _. W& g" t6 Z! p
It is up to you how you do it ^ ^
5 |" z# L; o$ P3 o: @ z2 f
8 X6 k9 _2 ^- O1 AGo into your source folder and open the definejob.h( K# x. C9 Z, K {; d. O9 [9 E
Search there for:. L k5 ?9 `+ `( X4 h8 z' m
: U1 P+ V2 A* e0 T6 K" ~#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
! }, a( s$ }4 v$ U7 t i( i4 z+ @#define MAX_LEGEND_LEVEL 129
1 w# \$ [, Z: V% r. X#define MAX_MONSTER_LEVEL 1602 P7 ~& i$ ^ |0 }
#else // 15Â÷ è÷¾î·Î ·1o§è®àå e8 o7 U% O7 c
#define MAX_LEGEND_LEVEL 121
9 d9 X) ^: {- E, g#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
1 T9 ^& I8 j# s
1 Z2 W' p- h( N1 j0 K. [+ q j: f# e3 m$ S) B
Red: Player Max. Level7 Y7 r* C8 V' t% g n
Green: Monster Max. Level1 y0 G/ R- A9 Q' e9 o
# S( o; D$ c5 i+ x: s- \
These changes as simple as you want.7 ^* K. e0 W& g" R
& }2 ~. ]( l9 m0 X$ A. p5 J+ h
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
+ y: s1 v0 S+ [
0 D6 R$ V+ }: |+ X; E) D. B" m
Part 1 of blocking CE 5 j x- y0 w u* f5 |$ [" C
) L9 ]- ]" s4 Q
In this tutorial I will show you how to change the Head of Mark flyff.! B% \; ]+ ]5 f/ \
The current Head Mark is well known, 5E, which results as a string ('^').
, p$ v- \! ^# d `+ ?2 [, A% D9 s$ I0 \
For this we go to the World (Project) and looking at the Buffer.h after thistext
1 t: F; C0 u, C7 `: PQuote:
9 ~: S+ g* Q1 T# |# Define HEADER MARK '^' / / Normal messageheader
/ Y; q$ R5 a5 r/ \9 _( N; c# Define SYSHEADERMARK '%' / / System message header8 r% W" Z: \2 y* m- c
What the Sysheadmark is looking for is not even the top 5E.5 z: ^: f0 o7 A5 ?
Change this and it makes the CE Not work on server.
; X/ v8 ?# p. J9 h y% b) h
. `; h1 ?$ N: p7 BThen Tom's anti-hack is no longer useful.7 G% X3 [, Q. J7 A
* ^% ~, z: }$ |4 i7 b7 n- k% ~
LG Sedrika Part 2 of blocking CE + n# C/ l& s X9 h {
& Y6 t2 p3 I, f: N9 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. / _0 |; \0 n3 Z( J1 y# y q2 L' c
What does this have an advantage?6 M8 Y- U% \6 C( |2 T3 C
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
1 M. J! l) e$ j1 j u4 z1 I0 D, r/ s) x
6 V# L7 _9 }$ C
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
) U `) l% r' a; O6 {& g9 y( E- n
4 `: \$ Z' K5 z0 A% tThen search for the following content in HwOption.cpp . G' ^' w. B5 O5 j: O
0 P3 b5 @' ~# {) f# {. n+ `2 n3 F% A- o( Q
if (scan.Token == _T ("ip"))
, a: s% G3 r% e6 O{- F6 {) b! Z0 I, I
scan.GetTokenEx (); P) N* Q/ Q W: `4 w# l& P7 E
strcpy (m_IPAddress scan.Token);3 u) b8 M, [+ q) R- N; v) [4 f
}
5 p" ~8 ~( X) q; kand turn it into this:
8 S& S: R8 b. f2 Y5 fQuote:, P/ G* I. V- w4 B3 u2 t0 b
if (scan.Token == _T ("ip"))4 g- e+ N2 C: G5 B! s. P0 X6 H. ^
{
0 T" ?6 Z3 ?8 N! C" P7 C7 [/ / Scan.GetTokenEx (); R) I- W x/ j4 }5 R% [# t6 {. J* g
/ / Strcpy (m_IPAddress, scan.Token);
1 n# d" k! r* {2 k6 r}# X! e1 n* l/ [; U
And you created the solution.' c8 }& R6 x5 O# ~4 v# P& U
8 o6 p7 }4 e& N; l5 _1 W- c) T7 s$ H% D
Then read the Neuz not the IP from the INI anymore. even if put in it
: [- p( G$ `" T8 W" E; b* y( Z, H. F/ b1 `$ _. e
Max skill's / q; v2 X" F* \: [# t/ |
/ O5 D% t$ ]( |3 D* M) \4 iAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc
# M' K( c( T3 l) S6 Z1 M
5 [" r% ~0 Y% B1 T+ kWith the TUT can provide the remedy it
: q% {8 C, }8 a% i1 x+ ]
9 _& F: ~; X8 p a$ t0 U+ N# 1 opens the file SkillInfluence.h, U7 n% S! B u2 z8 E+ W% x
# 2 Search
5 R7 T9 p$ Q5 z2 ]6 w7 `4 w% h/ eCode:$ u9 i4 E& |* d# H7 I
/ \$ _( d& Y* |6 e3 d, {* g# g, V9 T* W
# Define MAX_SKILLBUFF_COUNT 14
$ x( ^1 U* r5 [; y8 {* g
) T( \) n2 U, V) x! [) r# 3 Change the 14 to your number (eg 21) and save it from* f' {+ l& v3 F& m9 E: S3 v) m
# 4 compilation and ready/ e6 s5 F# i6 Z4 Z
5 t) c1 N( Q9 I& V+ G; |7 n; Z- M9 x# l0 {; }* v' y
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:1 s# l4 _4 z$ C! g8 H
Y6 L# y1 K+ r+ W0 I
dennisdra
G$ T$ S$ Z: u.Crasy
: x d3 B3 ]: T: d: V `©ross2 w! m2 c" A9 }
Sedrika' I3 S+ J! S8 R7 ^( m2 }* A
" Y! @1 j9 G' n2 d- C
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! 5 j' c) y6 l. [$ q
* _. a) o. S- U1 x: z2 E/ p8 T/ XP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less% i- j* d, N# |3 E1 w$ o
7 w8 m+ u( k: g+ ~$ F3 z b5 ]
/ O" J; x. D$ o4 T
Update 1: how to turn off "Profiler" in worldserver.exe
! A/ }9 ~% m: G2 Y: k' h, @" W8 e% C; Y6 X9 N* K
$ q& U+ p& t$ v, e% L
in VersionCommon.h of Worldserver Solution! K# f& O1 D, D9 K- W% v" B
Look for
$ c3 U) J+ u- l6 | R7 l2 Q6 L4 c7 Q! {& l
#define __PROFILE_RUN$ U" X8 L' b+ m+ h& G3 t
9 x! ^4 V4 z" f+ v! J& c, c. B; Bcomment it or simply- M: V' }, s a- _( A4 n
8 v7 f" V9 h9 v5 h//#define __PROFILE_RUN
) |! R( S: o5 i' ?9 |
+ J% r* n2 w! L2 f) V& Y
+ u1 ]# r! w9 e4 D8 ^: ocredits 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投寄。谢谢。我添加更多的很快如果你有病加太
1 I' L" M2 y6 b |