|
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 , x" x, h3 y0 a1 O+ X0 S
change level without Rebirth- D7 X d8 v+ _) C4 }5 l$ R
$ R+ c" J! Q: Y' R+ S" g# z
Now, let us begin.
# }! x% d1 Q/ Q: k% P$ r- B; w! t! o1 g
Requirements: v$ s5 U0 S8 z
Source, A8 L* p% ?& Z ?% t' {- U9 i9 s
Notepad / Editor
; ?2 Z. f9 m# w+ c1 }2 d! d8 o5 N# n( S1 Z
/ / Tips by Sedrika
$ n. S% h* ~1 R6 H1 O8 A& Z8 o& N+ B6 A# p9 ?5 j; t7 Y A% l6 K6 N) w4 J
It is up to you how you do it ^ ^
% b5 V2 T$ m3 A! A) } R; W9 C5 N8 D/ M
Go into your source folder and open the definejob.h. ^# X- p- F8 W* O# c$ F4 R+ \1 D
Search there for:8 C: J j4 w5 \9 c
% O/ L% K L P1 R- e
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå' b% s1 {. C' @
#define MAX_LEGEND_LEVEL 1293 }3 C: _8 F8 k- d3 P
#define MAX_MONSTER_LEVEL 1604 D' f- Y. Z" d# ~( u v
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
# Y' P; c6 l6 s9 L- r |/ x' B#define MAX_LEGEND_LEVEL 121; I2 w& g( I5 D! z$ W
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå ' `9 H% H% H2 A$ |/ y
! R% @) e/ i$ Q+ Y* o& P; I3 n( ~# l4 H9 k6 \* G) S) d0 V
Red: Player Max. Level, T3 x. K& E) j g9 S& N
Green: Monster Max. Level
# t7 @& N* v! z8 o
1 W/ W1 b( ^3 z T- ^) r$ ]. KThese changes as simple as you want.
, V; \0 x8 S) S( c6 x5 @- u; i" H% G* 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.6 r1 v& l3 G4 B* _* B
8 B! N/ O- P7 b E8 f) D
Part 1 of blocking CE
5 {- H3 c- p" G _* m& \; |+ r
- z. u' e! P3 mIn this tutorial I will show you how to change the Head of Mark flyff.& X! R, P' m( M2 L$ o( r. p
The current Head Mark is well known, 5E, which results as a string ('^')./ B l2 i% C% @" A0 ^. s
+ F, y3 {- L2 r* G' H, |For this we go to the World (Project) and looking at the Buffer.h after thistext- k( C: P0 V7 H, F
Quote:; Q" w# I$ n' j- T* L- F. L8 U
# Define HEADER MARK '^' / / Normal messageheader
- O( z+ X+ r- }/ [* q2 O# Define SYSHEADERMARK '%' / / System message header
3 \( O$ D! A7 D8 \What the Sysheadmark is looking for is not even the top 5E.
- T: F9 O' x% }+ AChange this and it makes the CE Not work on server.
0 _' p% J6 @4 g
9 X3 @& l& B, S5 x5 z {/ _Then Tom's anti-hack is no longer useful.5 K: \, `3 ]3 q: Y( A7 K
/ m8 X# S! t: x& R0 L
LG Sedrika
Part 2 of blocking CE / X7 [: M) v8 y) ]
; v5 P! U( X! t) I: A8 W1 V# @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. / L$ _* q6 E, Z) t L$ E3 E
What does this have an advantage?
. Y) W% ^' U# i, G! J& `The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself - G3 ~. ] x D1 q6 Z2 Z; a( q" ?8 D1 n0 J
, C4 F b" L+ J2 b4 E; L V4 S- U
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
: B( l. E* \4 A! B) u9 w$ n; U2 W6 x3 X0 ^- K5 ~0 f
Then search for the following content in HwOption.cpp # v. z& n( j4 B: j5 q
1 a$ b Z$ v4 e
( f( r) o: y5 a A; _, l: Q
if (scan.Token == _T ("ip"))
- s# \# l& c% k; z: Y( }{
8 k- q# \. y P c% z7 r" Nscan.GetTokenEx ();8 e) B/ {+ i: f2 P' W7 Q$ q
strcpy (m_IPAddress scan.Token);
4 ]5 G' M- C. u}. e/ J- F* x" g- l& \! m3 m+ I6 }
and turn it into this:$ F' E( s4 h* M T8 Z8 y
Quote:7 ?# K3 M7 g8 G7 q0 H2 w
if (scan.Token == _T ("ip"))
2 C$ E" L# W* t% o& W, v7 k{
5 N; i9 }% w/ Z6 v+ v7 H# C& _" C/ / Scan.GetTokenEx ();
( e& \* X& L% V# H6 k/ / Strcpy (m_IPAddress, scan.Token);
; R+ j: d1 Z2 I* A& c! j' l! b}
; h: z; U. F( u) s/ P% V+ G9 SAnd you created the solution.
* q2 z" u' ~: B" N% q" E! y/ N& k$ k
# G( p% W8 _( `0 j: C- o' i' v
Then read the Neuz not the IP from the INI anymore. even if put in it
S6 ?; M: _8 p9 D
' b5 z$ }3 t1 [* ` Max skill's 3 s2 @ d: Z8 q
. y9 n. S3 G [% e1 a
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 # }. S7 r$ R" n% ~8 A Q# g) z
$ j$ @6 J$ `7 ~" G0 ^; L ]8 ]With the TUT can provide the remedy it: n4 e! i0 ?& |$ U" h
$ t$ d1 Q7 h+ ^: Q# 1 opens the file SkillInfluence.h
4 I& r1 |! I, T- W# 2 Search
. j( I0 Q/ N+ h! e: e/ M: \1 M* NCode:& K5 _% g t; [+ |
6 O! f% \4 y; f. X# Define MAX_SKILLBUFF_COUNT 14* x3 y$ n) ^0 k) W
* M; M& x3 m* \( O# I
# 3 Change the 14 to your number (eg 21) and save it from
5 r0 y8 z& v/ y* n$ I# T/ P# 4 compilation and ready; j, J+ i$ i) V4 }
7 w: n, }8 l. \/ G7 R. j
& I* R# r! @, }6 T4 D4 eI 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:; u: I1 f* U- ?# p
+ ]$ Y0 V4 e- ^
dennisdra
+ ~; b+ V9 U- B: m.Crasy$ t0 d$ a1 e' {) ~1 G
©ross
# f2 v8 f1 C' u. B `8 HSedrika
9 m7 c2 u1 U$ H( n v6 S+ j- M8 [! x
" H3 j/ N1 z: p \: Q* c5 O: Qeverything 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! , h9 a4 h- _, v7 S
- ^# |( \" Y+ T$ O7 Z: p
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less! y5 N+ A5 [, O% u' t4 m
0 I( z! ?2 I; O1 b$ A# ?9 P2 } j' b, R p" h3 [. ]! [ j+ \4 O! {: Z
Update 1: how to turn off "Profiler" in worldserver.exe
) l, f+ \- }1 p, P+ g0 U
# {5 m) I* t% U: V
( R1 ]* v, G' q) \: Qin VersionCommon.h of Worldserver Solution; ~; B( }- K* R/ @8 x; |0 Q' b) i
Look for6 q. B( w4 Q1 Z( E" Y: T! _; P2 E
5 U X6 u# r9 s" e2 N
#define __PROFILE_RUN
" y Q/ M" C8 O, r/ U
" u, |0 c2 k" V0 M% w+ _comment it or simply7 {' O' h$ U @/ N7 |, Q. G* j& `6 J
1 Y( H% K6 k3 F! S* v, D+ Q: M//#define __PROFILE_RUN . F. s& O4 b' V* ]' p5 U
) g1 M) l }+ q, w u# e* q
& b2 _4 R, T3 V+ U b5 }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投寄。谢谢。我添加更多的很快如果你有病加太
) h! P F4 d. M: i% w- A0 X |