|
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
7 o1 ~* _% i; y6 r- T% U0 E1 L. Ochange level without Rebirth. v7 ]! ?2 }: A* W* O- \; j
+ C8 h4 l' u" l
Now, let us begin.
* I8 J" t1 ^8 R3 T8 i O9 a$ @1 }8 g) F
Requirements:
# u2 u4 L! k7 T+ P$ ]7 zSource
+ y. O6 T: u6 e& y* V) ?Notepad / Editor
4 b. ]& B6 r1 Z2 Q' O& [3 B9 W, U3 s. M. ~! [
/ / Tips by Sedrika* x# y% w" t2 a) B8 O
6 m o& e0 e* j. O
It is up to you how you do it ^ ^
3 D# s4 n* E+ ^1 [; n
2 t1 v. @3 U9 i' Z e8 TGo into your source folder and open the definejob.h; k3 S9 N3 z- T
Search there for:' s5 D! F9 R& G9 Y) ?2 V. ^8 Z
6 ^3 Z$ L: ~# Q4 f6 @2 W#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
% P' K8 S. B0 v3 ~8 B#define MAX_LEGEND_LEVEL 129* k4 o/ Y7 k/ D
#define MAX_MONSTER_LEVEL 160
( t0 X# ^1 F F! [# S#else // 15Â÷ è÷¾î·Î ·1o§è®àå
/ Q) F1 u W. f2 A' I+ f8 G5 }$ }7 O#define MAX_LEGEND_LEVEL 121
8 b# j/ B% W O7 i* [' e+ b9 q#endif // 15Â÷ è÷¾î·Î ·1o§è®àå + w5 ]$ r; @6 P/ f8 Q, y
( W# a5 |) R6 h5 J* m9 y- g. z! m& J/ X3 O6 t8 K* ?" {4 q
Red: Player Max. Level0 |0 T( I0 U2 x" o. s
Green: Monster Max. Level0 G7 ~$ u' }6 m% i& D! [) d
2 b6 r& V2 t' [These changes as simple as you want.
8 v* o) r# E) |% a5 \# f! ]. G" t- t/ W! \& u# r
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.8 d' p9 |9 B9 R& r
* S, }4 g- S. o
Part 1 of blocking CE
, y+ V; D8 C& d: O1 |
1 q$ |( w8 Y1 n* D8 C bIn this tutorial I will show you how to change the Head of Mark flyff.
, P. b" a: O- t/ S. C, @$ pThe current Head Mark is well known, 5E, which results as a string ('^').
7 n: G: @/ s7 q3 F o+ r! k$ Z5 [5 o7 G1 c }& B
For this we go to the World (Project) and looking at the Buffer.h after thistext
& B7 o2 B+ H0 ^5 t& Z" LQuote:
9 a; \9 F) b p# Define HEADER MARK '^' / / Normal messageheader# \3 ]+ f( R# {9 D$ k& O
# Define SYSHEADERMARK '%' / / System message header
6 N+ Y% r0 K% DWhat the Sysheadmark is looking for is not even the top 5E.
, w3 P- y- R4 E2 g5 b, E+ ZChange this and it makes the CE Not work on server./ c4 V" E4 j8 F! _$ V
3 L7 }7 T" K6 M
Then Tom's anti-hack is no longer useful.
. Q# \2 K) a+ `1 ~5 ^% y, K _7 E
: _& h. C8 G h v9 Y/ hLG Sedrika
Part 2 of blocking CE 5 U& I( \ x7 W$ A) ]
- ~! W/ X( K- ^* T
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.
+ i9 B' ?1 D8 h5 }4 l% ~+ YWhat does this have an advantage?4 ], j+ o* o+ R; m
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
- P, }9 W. x/ C* ?, j4 k
* E3 u6 B! A2 P% k# x% M2 n. e4 u' l! L# ]7 R
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.( u5 a& P* z# a$ \: e0 b+ W
0 b- P B. ?* J
Then search for the following content in HwOption.cpp $ o @: P% J- \0 z2 ?
( A% i+ f4 Z/ R% ]4 F+ |! Z
) s3 h- U% M: ~9 B4 Aif (scan.Token == _T ("ip"))( v6 E8 d' T" n: ~" F( X
{7 e% g/ Z) F2 n0 k! Q6 @% S
scan.GetTokenEx ();
& w: m. I, o" Xstrcpy (m_IPAddress scan.Token);
- B; B& g- I/ U}' Q$ o- C5 ]7 o* x
and turn it into this:
5 c, m& E& B# W9 @( GQuote:
/ j: K& w/ G4 c$ E; u* v# W, [if (scan.Token == _T ("ip"))+ U% ~; J1 |9 R; k
{
, w/ x% ?$ t7 ~5 z$ d- P8 l/ / Scan.GetTokenEx ();; q" \9 s5 z0 I/ O% ]) f
/ / Strcpy (m_IPAddress, scan.Token);; n3 ?$ R, @7 U
}
1 f# ^; J0 u$ V2 \# J2 |3 dAnd you created the solution.. v5 `8 o- _$ a( _, R) _* _& T
/ e5 _$ ?- K& T# u: O
# J6 Y4 C' ~/ BThen read the Neuz not the IP from the INI anymore. even if put in it
& e; ~5 T( K7 a. C: j- e e# o4 T
$ u) h' `' L; e Max skill's
9 E9 S0 c; p5 n1 ?" W( V# R5 _' B/ I8 Q$ _: C3 w/ j7 V
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 * P2 }" L3 ~7 s% T+ M0 ^$ o
/ `7 \' e7 S' Z! ^, C4 r
With the TUT can provide the remedy it. }5 l/ f: M6 p
% V5 R3 x1 i) Y1 R* W# 1 opens the file SkillInfluence.h1 W/ L, D/ u0 f+ V" G$ q
# 2 Search( d# p5 }) K3 u& Q3 _ N/ A1 c+ s
Code:
1 M( K4 V$ D: L0 e" @0 z4 s/ s8 m& _ f8 |& `5 l6 n
# Define MAX_SKILLBUFF_COUNT 14. F. C. h, P4 @6 s% S& x
! R1 J% T% w+ }( I! R+ Y% A1 u
# 3 Change the 14 to your number (eg 21) and save it from
e& ^+ {+ c C8 l( Z# 4 compilation and ready9 x/ p/ x9 m! x! s( A
9 [8 @$ x1 k1 N. E- \# k8 K! z3 B8 L8 M6 g# {6 A: ?& t* Z
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:
8 K+ ]8 C( ^. l% G) x) u9 F3 m8 m7 C" h% B
dennisdra
+ Q. E+ V/ d& P! {.Crasy
( F. J6 |# U8 x/ a: [3 j9 f( B©ross& [, y5 R3 Q/ S/ e/ b
Sedrika
. u% b/ ` q1 H9 O. ]/ Y* s- B- }) n: F& O6 w' u( Q1 ?
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!
' A9 N% \" i4 U8 g m" M/ |& q" s% p3 l. k
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less. {! W8 ]4 d5 B: v& w5 ~9 Q+ Y
6 K& l; f' W/ H' H( k% u
0 Q: ?0 P. Y- }6 i2 j+ W% b ~
Update 1:
how to turn off "Profiler" in worldserver.exe ; u) K6 w/ m1 A% R/ V+ o! e* K8 U
* z B" W# _! E' D
& f6 L2 Q- K tin VersionCommon.h of Worldserver Solution; K. L- F% T' Q6 [' @. F% K' a! B
Look for) V2 u {1 }+ p g
; ^0 O2 n) h& w#define __PROFILE_RUN
8 Y7 ^1 v& z6 K7 T; j% v2 [: `* s7 N0 |$ [" O% j; D; y& c
comment it or simply. L$ L; x9 Q, ~' i& i% [1 Y
2 T2 ~/ N3 r% E) d2 j/ f# s//#define __PROFILE_RUN 8 ^+ V( _6 ^1 p* v4 m
( h0 t6 ^; F( W! Y
0 @* M# u1 _$ r8 j4 z2 w
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投寄。谢谢。我添加更多的很快如果你有病加太 2 r) P) q" J1 o' c# `
|