|
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 ' F- u3 r$ r9 n% W* _
change level without Rebirth1 u/ x; Q- }) x, h) s0 ]
+ ^ m* h9 b7 |9 T5 @% L
Now, let us begin.! u/ E& L, r- x9 Y9 O- H: g
/ ?: u& l5 A2 t7 X6 RRequirements:, h2 d$ R6 [/ X9 m
Source6 M: N. z) X9 [; o3 Z
Notepad / Editor
0 j; L/ B& \2 }$ o9 a9 U$ B5 ]8 z/ f9 c8 K. A' I6 }
/ / Tips by Sedrika
& @: v. e3 M# ~9 t
$ i% j9 h; J) b7 y4 x* U% e+ G5 O MIt is up to you how you do it ^ ^
' L; l) @+ `1 K! y) v" m
0 z6 ~- ~; s: J: |& X* h$ `* zGo into your source folder and open the definejob.h
) |2 N3 M: ]% ]Search there for:
+ ?# v u, I& I' K0 @
2 ?: p8 V$ E$ B#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå' i: R$ R ?& i$ M
#define MAX_LEGEND_LEVEL 129
8 i8 U) k. |0 G* @0 N; ~9 J& n#define MAX_MONSTER_LEVEL 160
6 ]+ }. h1 Y* S7 y9 u+ T8 U9 D#else // 15Â÷ è÷¾î·Î ·1o§è®àå
0 h8 T) U3 M% k#define MAX_LEGEND_LEVEL 1218 C- s! I- W. q$ n8 `7 R
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 0 y: I2 a; C4 ^. d) M% R* l S5 Q
- c. d+ p% x" l1 i; h4 |, [
3 D# `# h0 t% j T" C
Red: Player Max. Level* d, o: g# u R2 J) r: l {4 z) C
Green: Monster Max. Level; w7 o: Z% J& G# _
" j, d( a+ [% l) s+ x* NThese changes as simple as you want.& |) N0 _2 d# x. c6 y5 f3 h5 _
5 G. [, W K3 h! t9 ~
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source., L2 W: {) H2 {# D/ p6 n
) s3 q' p2 m5 V Part 1 of blocking CE
# _7 g7 l& e8 f7 D0 p( r5 `" F4 }
In this tutorial I will show you how to change the Head of Mark flyff.) ^8 L, S& R8 U* p7 R0 p
The current Head Mark is well known, 5E, which results as a string ('^').: ?2 L' [) K f1 o. L3 u
7 L5 d6 K9 B5 T, |. X
For this we go to the World (Project) and looking at the Buffer.h after thistext
; `! V& Z: O1 K3 j) ^/ {Quote:
. I, H* E: D& ]. S# Define HEADER MARK '^' / / Normal messageheader
. I1 H, `- }; E; k; ]& a% d# Define SYSHEADERMARK '%' / / System message header
, n8 m {. h) E1 [" eWhat the Sysheadmark is looking for is not even the top 5E.
" Z0 H; _5 d1 S5 NChange this and it makes the CE Not work on server.1 P3 E' g e! P" Y
2 J$ B- G& I! w/ ]8 r
Then Tom's anti-hack is no longer useful.
; O2 B5 l! v: [( R) R. T5 e
( z( z% x8 a& A$ n7 c: O' vLG Sedrika
Part 2 of blocking CE
5 q% c3 ]$ x0 x! b. N, m; z: ^( |) Q6 N* g8 d- o
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. & {: _+ U! _& u: Y$ K4 k* b% o
What does this have an advantage?* t0 @$ k* }, T' E
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
! c" {# Y* M" f4 S
9 R. J( I& [5 O$ |$ C `, S
4 A( [" ]& C- B( M5 |First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
# P6 u- K2 p* P6 H
) f% D; G1 m- e2 }$ l& j% cThen search for the following content in HwOption.cpp
) B2 ^% I5 d1 K# Z% |( i$ q, V* ~$ P
( p! q) S4 V( G: \if (scan.Token == _T ("ip"))
% M6 X) k, [0 n' a- Q* K- o{
% n8 ?3 o& N# Q, P# Cscan.GetTokenEx ();
+ ~7 P2 V& z# X- c, r; {+ E4 cstrcpy (m_IPAddress scan.Token);4 a$ N4 g5 o8 A, d
}/ i1 x6 H9 K: N, {: t( S
and turn it into this:/ Z8 p: R: g, ~3 L
Quote:
* G O8 I; q# o# hif (scan.Token == _T ("ip"))
& y4 L% e7 R9 ^6 `" H: w: E4 K) M{
, s5 G. y* X4 l* D8 W1 z9 C7 |/ / Scan.GetTokenEx ();! O3 K C/ r5 @
/ / Strcpy (m_IPAddress, scan.Token);
" g# {8 t z% k* G" s}
& `; f9 H2 k0 ?( ~- CAnd you created the solution.
8 K; j0 B( M8 [$ r' d% z0 P; L$ K* V. Z" P3 Y9 v; t$ q
0 {7 W. G9 Z, y/ m s+ R9 e i
Then read the Neuz not the IP from the INI anymore. even if put in it' V4 s6 y9 G2 _, R
: e' x! X2 U9 B7 F9 Q
Max skill's , b3 W# C. Q( f% H9 c9 f2 D+ W
& J1 B6 O1 ]7 L. qAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc
5 P6 n* y* f2 S! }- r* I0 u% A6 F8 o% R+ A8 X! P( ^" W/ Q$ j/ u
With the TUT can provide the remedy it; h4 G2 N: O- D+ N9 h4 v# e
9 s0 }8 Q; w' c( \& q1 @
# 1 opens the file SkillInfluence.h- O6 Q/ c1 C. g
# 2 Search
* t& o) F; @$ L, i" _Code:0 U+ d8 `# _9 d) w! T9 P
8 y) j0 r% s$ X. c3 I( c% Y( V# Define MAX_SKILLBUFF_COUNT 147 S8 T P {( o, w: e0 | P
. ^, r i# x% e' f
# 3 Change the 14 to your number (eg 21) and save it from! C, U- X: {$ |+ h& T! d1 L9 g
# 4 compilation and ready
6 t$ S: h$ R1 N* H6 n M2 x ?7 k1 e+ b- B( h7 |! A/ R8 ~
2 K9 v; }- n2 W7 ^& W# ]: R" LI 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:
0 @' f R7 x# B. ^
/ B; K- g2 \& c6 X1 ?2 ?dennisdra7 C: m0 m9 r. d1 D) F3 U) H/ T
.Crasy4 |2 i5 [' r. e. o" V, U
©ross1 ?0 o7 Q& K( r/ ]' X% g
Sedrika5 |9 G" x( n8 b( h
' h3 G1 E- v; l+ i7 {# e# yeverything 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!
( }! i4 A2 m. a0 U" g8 x- I7 J- O" {* M+ V3 Q# y2 g; s9 U( r
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
N3 h- p- l* q$ d1 Z2 r2 c
, n5 @0 l Q, `6 h2 K0 T+ k, W
+ k: o: A+ F2 I) p, jUpdate 1: how to turn off "Profiler" in worldserver.exe 2 Q# m. V0 @8 T) A; ^$ P# q: n
% h, t0 f- g0 s+ E+ h( [
% w8 ~& w$ m" k, lin VersionCommon.h of Worldserver Solution7 I# O0 |$ ^% F3 t( m1 u2 P
Look for' ^+ ], w9 r+ w3 d- q: w
. D) J0 }5 I) \- r
#define __PROFILE_RUN5 A+ ~3 i0 S% m# h6 v; Y& w* Z
+ u% O/ i( I4 h! _/ e
comment it or simply+ v7 o5 J; ^1 t2 O+ r7 ?5 a5 F( L
+ F$ R( H k. s1 s0 X- ~! v6 `//#define __PROFILE_RUN , \; C# z) q1 n' d; l# J
: e$ W8 |& ^! g! V$ c0 N
- i' k0 m/ I" H9 d Fcredits 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( o4 k) N: m0 ~ |