|
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" c3 v8 \& C$ r6 Echange level without Rebirth+ p2 ?! |7 I4 h2 u& I
( U/ z- [$ d( s: o+ P7 sNow, let us begin.
/ R {$ H6 ^( M
0 r$ @$ ~7 t* X# G; c% yRequirements:0 a& J" @) g* p2 f
Source/ H1 Z( B& ]" T$ I! @ a4 d# Q
Notepad / Editor
/ z) S% [( n" k" c7 u7 d1 h: M
' ]( M% u, C/ k: n' D& B/ / Tips by Sedrika
) N1 w" X* w& Z% T# F: z# V
& j, W& j% C0 j J6 }8 fIt is up to you how you do it ^ ^
9 i% g; b" J" X& c) H, n0 ~5 s1 q' N8 w) N# B; `
Go into your source folder and open the definejob.h
9 J9 z, V) e4 {! h) uSearch there for:* \+ D2 M7 W8 r+ ]
7 L8 g1 u7 j* J- N( T
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
M. y7 P! }/ G+ i- @ }: w#define MAX_LEGEND_LEVEL 1298 ^1 M6 [7 @# }7 \8 _
#define MAX_MONSTER_LEVEL 160
! H e# t8 ~% g( U- c0 u#else // 15Â÷ è÷¾î·Î ·1o§è®àå
5 U. X h% L Z% k( e#define MAX_LEGEND_LEVEL 121
( b2 E& W9 G6 `0 m6 Z9 H#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
u' I( A( \5 C* B7 j6 }6 j: s/ z
) ~& L5 R. @+ B3 }; A1 g# G, y3 g( z3 n7 F, G8 A
Red: Player Max. Level
/ P6 X9 {, q) b! Y$ ?1 ^1 ]! M. qGreen: Monster Max. Level& t0 H( m7 t1 ?" L9 \
+ a R9 T" a$ n( V/ [7 dThese changes as simple as you want.# ?% C# p/ ^+ w
! X( @7 X. f% Y* w
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
$ ~1 ^7 Z/ ^" }' X; h" O9 G4 O5 ]( ~0 X* I1 g h
Part 1 of blocking CE & h" T, H; w3 |& u3 X w3 j! r
- N. k2 E7 a! w# KIn this tutorial I will show you how to change the Head of Mark flyff.& O, \# K6 a$ y3 K* w9 N
The current Head Mark is well known, 5E, which results as a string ('^')." K7 \$ ]5 E/ c' q% A' T
7 m2 Y7 B* I5 N1 y. U7 KFor this we go to the World (Project) and looking at the Buffer.h after thistext+ h$ h. I/ k, |& N* u- c
Quote:# v: v/ O# k V# X- U: Y; ]) `
# Define HEADER MARK '^' / / Normal messageheader
0 K1 D( d1 Q3 t# Define SYSHEADERMARK '%' / / System message header
+ @# h+ [2 B- P( vWhat the Sysheadmark is looking for is not even the top 5E.3 I2 H1 u D4 M# K0 w$ W, q
Change this and it makes the CE Not work on server.' X0 @$ @1 j4 W7 ^& H
* E5 ]6 |- G+ h9 }4 h4 AThen Tom's anti-hack is no longer useful.
' _* B; P+ i5 r7 {! x# \3 o# d A( q) J, E/ Q. d5 N
LG Sedrika Part 2 of blocking CE : r0 f! I8 L% x/ z
- v: q1 ]( Q) 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. 4 W6 f1 n4 Z `# j: U( J! O
What does this have an advantage?: D1 A' L# E3 h! p4 Y7 ^
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
" t$ f3 [; e2 n: A8 S! \
: Y o: d, x( K5 A$ n* ?, Z2 a2 M: O
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz." f6 ]+ d! e7 P
: A" G: E8 u/ e# \Then search for the following content in HwOption.cpp % r1 ^: }/ ^. A0 q4 x0 H
, p( e; U0 u" C6 R+ m
( J1 _( U* c! Xif (scan.Token == _T ("ip"))
9 }3 Y( e9 C0 m1 {, _# e. H* F{
- l# z' w6 `8 P7 I$ Escan.GetTokenEx ();% f( n: d2 C5 |3 ]8 R
strcpy (m_IPAddress scan.Token);
/ N/ [* L; g5 N}
* g: z- A# E0 W) u5 W0 Y" F% Hand turn it into this:. ?0 e$ N* N* @# U! [
Quote:$ \( p$ u: a6 _# D
if (scan.Token == _T ("ip"))4 `( K; H0 M }9 Y
{2 ^# t4 I/ z7 a( w9 P# w
/ / Scan.GetTokenEx ();2 n5 ?/ G# F) `' b# |
/ / Strcpy (m_IPAddress, scan.Token);9 i" n) u' H% x- l3 I. W3 \# [
}
/ N0 [7 u, _, ~' k" LAnd you created the solution.6 X8 i# `) w- X6 A) `( f8 L
6 D/ {) k" U' H. r @, c8 k; K4 i- ~; @" G
Then read the Neuz not the IP from the INI anymore. even if put in it. ?( F8 @+ V2 N1 K
2 l6 X' P! S6 ?) F& L, `/ c
Max skill's 2 q3 O6 V3 a5 m
' f0 ?" E R3 z( N/ y/ LAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc % o9 c/ e6 ?% j" b1 s
4 Q2 y; g' m5 r$ JWith the TUT can provide the remedy it+ i( m" s, @5 b( b$ d
/ d9 t/ T' m7 J7 B' C$ _# 1 opens the file SkillInfluence.h
) G2 E2 g+ Y& i# 2 Search
: l+ O5 H" D! I$ A! [4 {Code:1 M, b$ T L- T9 c8 N
( j! R7 q7 w" y7 \/ k4 f' W8 l% W
# Define MAX_SKILLBUFF_COUNT 14+ F) j1 M8 |+ _8 z' j& M6 d
2 h3 [: b" D5 h7 a" p# T# 3 Change the 14 to your number (eg 21) and save it from
5 r2 c6 w) y! S# 4 compilation and ready
$ u: S- a4 f0 V+ O2 i! p0 [; Z" w' [5 O
* B# a x% J0 k2 xI 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:& A$ W7 q! m* h* i. V: s) b# _7 w
# E& V, c8 o- Odennisdra* d2 j, {+ I+ G5 M6 c+ v$ q, l
.Crasy
0 y) ?" g; \! r! c/ J©ross
& o3 ]1 N. i) z1 e4 gSedrika
' e( M/ P+ r, n o) }& Q& _- t1 ` Q
9 Y! H! X' N9 z" r7 severything 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!
6 h. m5 ^% [0 S) c( c S% O
& L; \- x; P, {, E0 KP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
% @1 }0 H1 ~. o/ m. j6 t" W) w* _9 d: q* @% \
7 o$ @# @' m1 J0 W7 d1 B
Update 1: how to turn off "Profiler" in worldserver.exe 5 z+ B6 K A0 U* x
( `& e) m8 N) A6 O$ w- o2 L
4 s b5 |. l) S' `& Iin VersionCommon.h of Worldserver Solution
, T7 B3 D. g! |7 X: vLook for1 s9 y4 |9 R. I) k8 {
" \, O7 G- y( f3 g8 b" M
#define __PROFILE_RUN! g+ w$ d' u' t* t( I0 K3 j. O
9 y+ n: @6 b/ S4 x$ hcomment it or simply
; A; {$ K; k8 P9 H! m
4 h/ L8 \8 X% A! Y//#define __PROFILE_RUN B G$ i2 Q8 O8 ]
, S: F6 {. Q7 G- C H8 ]- k2 c C/ ^: o7 s( i, J
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投寄。谢谢。我添加更多的很快如果你有病加太 ) x: z3 s- f# r/ \, X
|