|
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 # P0 J- {# x0 E: N0 D
change level without Rebirth( l. f/ `8 M2 c. M8 c9 B
4 e6 L3 n* }% o$ o) }) z. @Now, let us begin.' G3 k$ U; ]/ j! ~5 h0 d" |
! q. W6 _4 [/ ^ e. q4 {Requirements:
, y6 j( P3 s% X& A: C& I0 x X* [: SSource
5 U1 D7 b2 N+ \8 TNotepad / Editor
* C& ]/ A2 C; F! S' c( d. M2 W) K2 Z( l2 E) i
/ / Tips by Sedrika! v; i" i* ^ ~
) a( X# R" O) r0 b7 i! R
It is up to you how you do it ^ ^
4 M {% d5 P% K( _; C0 l7 E/ d# _4 B% [. S3 l. ?5 h# J
Go into your source folder and open the definejob.h- q# x' t3 b% Z; C/ o/ O7 A6 e$ t
Search there for:
$ ~- i/ V& r7 l( O/ ]" i2 y4 a! `7 Z
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå. D+ W/ l! h7 ^
#define MAX_LEGEND_LEVEL 129! X9 x4 O" \% F1 e; F$ f
#define MAX_MONSTER_LEVEL 160
( ?0 k2 k' {1 d5 W#else // 15Â÷ è÷¾î·Î ·1o§è®àå3 T2 Y% X Y9 X7 ?
#define MAX_LEGEND_LEVEL 121$ G" U! b4 S- x( m! M$ ], }; u
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
8 Z$ q5 }) P q( R c7 m/ ?5 y; e+ o' m/ V6 z9 K- E* S. C9 l2 d
5 o5 h' I9 w9 ?6 W$ O* c
Red: Player Max. Level
6 Q w- G8 l7 x' V ~Green: Monster Max. Level( F& Y- W( o5 d2 Z" Y1 f, K: b& D
4 i8 h: N) M+ z7 W
These changes as simple as you want.$ ~1 j9 T( r+ V3 u
$ P$ [4 P3 D+ L4 C
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. {" Q9 c6 ~1 B+ J
2 m" ]0 `! T# m" |
Part 1 of blocking CE % y# G, l% S1 j; h) i) \
! G. C k! q) l, W1 m! yIn this tutorial I will show you how to change the Head of Mark flyff./ H/ A3 X5 {, u9 T1 t
The current Head Mark is well known, 5E, which results as a string ('^').; E7 v( F, C, W5 k8 w9 o! @
' {( x9 g; o( ?/ x7 o3 `( VFor this we go to the World (Project) and looking at the Buffer.h after thistext
% r; T4 p& i* b& |; {Quote:
) @( k4 b6 {5 F# Define HEADER MARK '^' / / Normal messageheader/ ~. U. T/ ]1 n( q: s5 q5 d9 X8 u* O$ h
# Define SYSHEADERMARK '%' / / System message header
7 M# D3 M9 ]2 x0 A2 Z( nWhat the Sysheadmark is looking for is not even the top 5E.
$ c! y' i$ v* G8 B. y9 G! pChange this and it makes the CE Not work on server.
x; `% b& _+ |+ Q. D9 n+ h. S( K0 O9 ?) b" C7 f# L5 v; Q6 s4 A: M
Then Tom's anti-hack is no longer useful.) J2 n+ I, s% \# y1 W8 j
5 w$ k' |0 x& ~0 j# `
LG Sedrika Part 2 of blocking CE ! s7 B3 K4 ]* b a
' l: |& h' y" v, q, b9 e
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.
! _( {9 [) q; M0 XWhat does this have an advantage?
0 Q! p" ^& D# B' QThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
9 J; M# h2 M/ s5 R
/ @, T) _) P0 _% F$ C/ Z) V
1 ?/ k5 n, f/ c P" cFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.5 E/ z v8 F( D4 N( O# K- A6 Y0 }
, j/ P+ O# b" ~6 }* J
Then search for the following content in HwOption.cpp j+ {2 \! l, A3 I8 K7 _
, ]/ I& Y) N2 H* I. ~
7 f4 j' ^+ ~0 C, q; p! kif (scan.Token == _T ("ip"))
" w8 ?2 h. B4 {{
4 A! W1 o6 z7 {9 B; e- zscan.GetTokenEx ();# V! S' Q( b0 m8 e0 Q- d
strcpy (m_IPAddress scan.Token);" H$ m6 m9 v! |8 N8 n
}
* w% G! K, ^/ Q0 r2 land turn it into this:& l) |- y# V8 P! t) R$ a
Quote:" L7 W x* Y; A, e. ?0 ]
if (scan.Token == _T ("ip"))
+ A. a( E) \5 O1 I- C{% o$ Q8 J1 L3 i1 J- W) ?
/ / Scan.GetTokenEx ();, F0 `/ S5 T$ c: z& t8 u' k, B% [
/ / Strcpy (m_IPAddress, scan.Token);
; }. z) K5 a( k- Z! z6 S}/ w6 ^9 }: R8 \2 g1 t* g: l
And you created the solution.
9 }# Z- |7 d1 J6 g$ d: C; b' r* Q# Z- G2 P+ L9 \
! Q/ d* }9 x. AThen read the Neuz not the IP from the INI anymore. even if put in it. I. O/ b+ ` O+ \4 i" I- x; b% d
0 Y" X7 d: U& c; A& K a5 Y5 k
Max skill's
5 k& I& T/ K) @- O3 z6 u& x4 R o- }: x# R
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
! u& Z0 N( m2 x) \% @+ O* _& C3 Y3 R/ g/ L
With the TUT can provide the remedy it
/ y% i8 t" D6 m. ?! L; J: Q1 I1 r3 i
# 1 opens the file SkillInfluence.h. t- y- G% ?2 v- a' Z- ]- n+ D5 F. V
# 2 Search( V, y2 F8 f6 y" C" x) e
Code:7 t/ [& G8 _# m
9 X" u' c" e' r& i& C
# Define MAX_SKILLBUFF_COUNT 14
( q1 j3 _+ i/ j5 W9 J: a. w' x8 v- C( I3 e+ S8 y
# 3 Change the 14 to your number (eg 21) and save it from
" ]; t3 ], `1 G8 P0 f' q# 4 compilation and ready
4 \7 O! @! f- N) T+ V3 o
7 e- K5 m, S z" A/ R
7 r" o) T1 L5 vI 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:/ H" L4 w/ c% q) h1 J
' v. F, d6 p, N3 p4 S
dennisdra# L) B( e5 ] R# T* l9 ~7 D) c# _, i* f
.Crasy
" C W0 d! K. f7 R' y, g$ O©ross
$ q& F( {$ q8 |2 z2 m! ^$ m- v$ ]Sedrika; l, s. V* m) }
; K4 A/ C0 O5 K( D" j* p
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! ( n5 t# @% [' I
3 ` w3 b! w& \1 k5 ^' {& g& QP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
- Q. D: L/ U1 l8 F- R; P2 n* ?1 v2 r1 E8 b8 K2 z' U- {) Z
' t3 Y: l2 a- \' i4 t3 C
Update 1:
how to turn off "Profiler" in worldserver.exe
% t& X* I/ \* @9 ^4 L1 @
: K! j5 ?5 @( d0 N H# w6 W6 `! X* T) e9 ?! {- w' p, K8 p
in VersionCommon.h of Worldserver Solution, ^4 E9 r! E- k, K
Look for
! h, B$ R9 ]9 G {
9 S1 H7 y, L, ~5 A3 _#define __PROFILE_RUN1 q: ^0 c5 t* ], o3 |$ W& q: ~
. r" G$ m$ E8 i+ z2 q `. |comment it or simply
! p1 B( j2 G8 ]8 s. I9 @ c/ {. g0 X
//#define __PROFILE_RUN
, u; a) D( S1 E _# C- p4 V y' v* Y0 j
! ^% n) h/ Y( W3 ~
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投寄。谢谢。我添加更多的很快如果你有病加太
& j8 H( R+ k8 L" t4 W0 p |