|
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 1 _9 \4 w5 @# Z# e7 {
change level without Rebirth G( n- q% j0 K1 {7 U
: n7 R# O- Q" C+ Y0 y% e$ I$ q1 cNow, let us begin.# D" v1 J- I1 X3 M. M' w9 j
; z; n" ^/ B: v" u; k% [Requirements:
- \! o/ v4 k3 t0 ]3 uSource5 y. X- M0 j0 v( l; K ^
Notepad / Editor
+ S8 _6 x0 _2 H' W( E& Z1 e% t3 o
/ / Tips by Sedrika
9 b: m {1 H0 L5 X; E0 a4 ]0 Q
5 K. `# K8 t+ YIt is up to you how you do it ^ ^: v* {/ |7 y$ l
2 j" R) a; R3 E- YGo into your source folder and open the definejob.h) x+ _. H1 X9 |' T7 r( c
Search there for:
" f* e* p0 E. T4 E
9 {6 Q& j/ B% D1 D0 a$ S4 C8 H, N* N#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
# c% A' y6 N" G* _#define MAX_LEGEND_LEVEL 129. ^' {- [4 y/ t" P+ M+ j) m
#define MAX_MONSTER_LEVEL 160
; n- T/ [! T" f* j' f: i6 T: h#else // 15Â÷ è÷¾î·Î ·1o§è®àå
( R! e' J' E1 D+ ~#define MAX_LEGEND_LEVEL 121( B3 p5 w" a# k
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå & P! v1 |8 m- N+ w
, C5 b/ i/ @1 U$ N4 ?4 F
, z" S0 Z. z& s- hRed: Player Max. Level' S) M) z# f! o
Green: Monster Max. Level
& E8 Q& D' W) r) s1 _9 {7 A8 h9 l. `- `4 w7 U* ?3 ?- O. L
These changes as simple as you want.% G- f) @+ Y8 T2 ~
+ g# R2 M/ ]' ^, `4 C: FThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
! t* U$ k; B6 G2 p2 f2 B0 F: s
% k) f5 V. f1 x6 L Part 1 of blocking CE 8 r. {0 g5 H) G* Z6 Q: u1 X
; U. L. i I1 L2 G. yIn this tutorial I will show you how to change the Head of Mark flyff.
- w7 f+ [$ Q2 C! |The current Head Mark is well known, 5E, which results as a string ('^').* P# W* b( O) P! ~
, E/ c( x3 n2 k" d7 FFor this we go to the World (Project) and looking at the Buffer.h after thistext
5 `9 h, F) o+ P! X: s$ AQuote:
; E( z. q4 Z3 T# Define HEADER MARK '^' / / Normal messageheader ~4 t/ ^' l% _/ [4 ]0 P; C/ d
# Define SYSHEADERMARK '%' / / System message header
+ _% @0 q2 Q1 o3 ]2 G: A/ w5 RWhat the Sysheadmark is looking for is not even the top 5E.2 S2 l8 U/ e% }# A" Y$ ~$ L( v
Change this and it makes the CE Not work on server.
R" { U8 l3 U2 {2 S4 `% ^' v* }% ^; x! C# G
Then Tom's anti-hack is no longer useful." s5 a( h+ j0 _6 f8 G
$ W% \3 D+ j, b+ }5 ELG Sedrika Part 2 of blocking CE / V, p/ s( J+ S4 _' u# o
1 }1 B4 r" M3 l" A- R9 X4 }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.
2 R3 ?7 q: s$ b. mWhat does this have an advantage?
2 u# ?3 ]/ i/ Z* d& q4 L5 H/ NThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
& K1 V5 ?7 o( N) b' a# u8 {- J& d+ o! ]8 r! @
* h H' {3 v3 ?: x7 z
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.$ l, z0 l9 b0 q
( u; R& l" J* R& g5 l( r
Then search for the following content in HwOption.cpp 1 _9 m Y$ y6 r# G9 z* r# H
7 C% |$ s H8 y
) q$ S. }. }" ?+ X* n9 r
if (scan.Token == _T ("ip")), r. {' Z h# T e/ O
{
8 c& @* ^% h9 ]* Rscan.GetTokenEx ();$ ~2 {8 G* b( G# |! R6 w& ]
strcpy (m_IPAddress scan.Token);
' m' j. J B% C5 g( p9 l}
; P3 h8 Q" R/ C; yand turn it into this:
& \8 p5 l: N2 p* O& gQuote:, E) n* Y5 S+ }+ W) W
if (scan.Token == _T ("ip"))
, `' ?, q$ ^8 @. V) O$ R{/ x% X5 D' |( S/ [, ?
/ / Scan.GetTokenEx ();+ `% Q' T( P4 P/ a3 w
/ / Strcpy (m_IPAddress, scan.Token);; Q, p3 p5 C! X
}# u9 s* g9 L9 o( T. r# r/ ~) {
And you created the solution.
. G) R9 Y+ k7 E5 C5 t$ L
5 @; ^4 e" \4 \ r' t8 C3 C* u9 o3 ]. e/ d* G
Then read the Neuz not the IP from the INI anymore. even if put in it
5 R6 `: e j6 \* p2 t; N1 j4 b: U9 w5 `. x S+ C) D
Max skill's & W3 S v7 ~1 U8 _0 O
7 o' H) e9 C8 S* S4 L0 h# |* }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 $ E! O* S( U; d) ^ Q
! Z0 W' v$ e9 F8 Z( v( O. |With the TUT can provide the remedy it# x/ ?# ~% Y& O7 [3 j
I$ e' {5 R- e+ C/ S' G# 1 opens the file SkillInfluence.h e- s4 r. s* U( ]! a4 E/ R0 }
# 2 Search# _- Z. S9 K* Y* \, W; m9 m$ I
Code:
& I' M7 q& P, H: V* S! ^2 s% d9 E: ~1 ]5 b: E& u9 P
# Define MAX_SKILLBUFF_COUNT 14
3 g ?4 F6 v: o: R" N4 }# R& p
$ V9 ~) x2 x" P; i; N: j) |# 3 Change the 14 to your number (eg 21) and save it from
) ^/ q' C% }0 L% h5 k% W2 t8 P# 4 compilation and ready+ C5 e' \; D! r0 |. B7 m: t
8 z6 y0 x% J- W) X! F! l' V, k7 P# c7 K) D' w& Z$ H7 N, s
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:# C# l9 i: z3 b, i* G! n* v" p
/ F5 [9 ?. h% h: ^, q' Q
dennisdra
$ d# A) C: o( B, v. S( F( k; p.Crasy6 v# G) ?3 B5 }' x% g+ I @5 t2 y L
©ross
, z4 W5 s7 N. d6 B8 o0 V$ |Sedrika
! W8 \1 B4 {8 |3 }
" ?9 a# P+ f/ J4 Oeverything 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! 3 S) E) F0 @ D8 J% N6 t8 Q6 a
; W1 \ d) y6 M
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less) L+ u& l: M1 s* |- b4 c
% w3 `. b, y( |) ]# e0 [& G
9 ~1 r9 z7 ^ [/ l: ^2 F3 M- }0 \1 P hUpdate 1: how to turn off "Profiler" in worldserver.exe 9 R# W9 e' _8 i( d' W% w
: n( R& n4 O6 ?
( v( e, E" \6 b p! uin VersionCommon.h of Worldserver Solution
( }% _ j; t' v* DLook for3 m2 T$ q: l* J0 x
% O4 F8 K# v1 b1 }/ G' }1 W
#define __PROFILE_RUN: v/ {4 f$ y* ?
& Q4 e7 t E+ ]/ h8 mcomment it or simply+ r9 |/ U6 G5 L5 k
. W) Q% y5 [! T$ M0 s6 D
//#define __PROFILE_RUN / r9 ?7 T/ C/ p9 X4 [3 A
5 l) n1 ]% e5 u( M7 R
5 b# B" F7 T0 i, A) O
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投寄。谢谢。我添加更多的很快如果你有病加太 5 \ e0 r9 W! F. o6 h# f4 I7 {' P; Q
|