|
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 8 [1 D" l0 |: G! f! Q ~' L- c
change level without Rebirth E% `& B- \; f" r- k$ d
7 B# t( Q5 c; `7 q, W! Z2 @
Now, let us begin.
, E% w+ N( H" r+ ^) N1 q$ x) f- G2 A: m* p0 h5 D
Requirements:
@$ `0 K% u3 N Z# ]2 Y- \. kSource
, N! z7 O5 ^. jNotepad / Editor
( T$ F! B1 n. u9 E" J0 n" ?
* F" S9 L: ]- `/ ^2 L/ / Tips by Sedrika) {6 k" k* p9 t
- V& K1 ^2 D0 B" l! N2 q
It is up to you how you do it ^ ^
M, w3 R4 U1 x
8 {, M& B/ K' i$ }4 OGo into your source folder and open the definejob.h5 P% {8 r/ _7 {/ j& T: E
Search there for:
3 @. e, y" E/ |- j( O$ A# @, L$ u% U% f
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
3 O: r" A% K) O9 H1 U#define MAX_LEGEND_LEVEL 1293 i' ?6 ] n6 q
#define MAX_MONSTER_LEVEL 160( }* p4 G! q2 g! p0 F( s2 ^
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
: b* S; ]7 l1 r& N% S#define MAX_LEGEND_LEVEL 121
6 E& Q% [; t) M/ B6 j% Y#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
9 H9 D5 m; {7 z) B S! j) R; u8 P/ C4 W
. r3 a. L0 ^1 i! j v( r- rRed: Player Max. Level1 d+ O2 ]2 M+ l, p5 v8 V
Green: Monster Max. Level& K. }+ ^- p% h0 N1 T; A
; l3 O" Y) w& N. b, H0 `; z
These changes as simple as you want.- `8 _: j( w; d* X
/ z4 U0 N$ ^% j- I+ WThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source. x: N# L4 }% Q4 d+ `1 O$ `
: n/ ~ Q3 F( m% y1 f Part 1 of blocking CE ' e6 z1 {, |% r; Z' a5 X
" d% N8 K) n; |" I
In this tutorial I will show you how to change the Head of Mark flyff.$ g8 c; l ^7 T3 @
The current Head Mark is well known, 5E, which results as a string ('^').
( |7 \0 {& L* ^/ `4 S# p
o6 y" L, c2 O B; nFor this we go to the World (Project) and looking at the Buffer.h after thistext6 c% s0 b$ O f! V8 E
Quote:+ Y; D: o# f# j( f
# Define HEADER MARK '^' / / Normal messageheader/ N9 H7 x* y$ U# ]
# Define SYSHEADERMARK '%' / / System message header
# e, X; S; f! [3 p3 J7 X( vWhat the Sysheadmark is looking for is not even the top 5E./ K9 S4 C2 V, Y7 s
Change this and it makes the CE Not work on server.
$ v3 s* P! F, w! l
( o5 Y; ^: Y) S7 Q" c l" c7 R6 EThen Tom's anti-hack is no longer useful.# U; n! l9 p- L- x
1 u1 y/ w" X& [1 l0 ELG Sedrika Part 2 of blocking CE
7 F0 Q9 A$ j+ y& g, _- K8 ~" q+ f, [1 r7 J' Z
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. . z' p5 g5 M3 `! v
What does this have an advantage?' n% Y6 [" V" @4 [# H! d+ ?
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself ( L+ O& z- W) K4 `
% q" H) c8 s% r1 q4 I0 w' [/ Z$ w3 `
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.+ y. a& H1 Y' B! p
, y: e3 b$ W. b! jThen search for the following content in HwOption.cpp
* D/ y' J& n/ p9 O* _6 F' p- }$ g; O& N r# A0 d
: R' Y1 S8 D3 w9 R" O$ d, Tif (scan.Token == _T ("ip"))) `) }' g7 G1 L0 }
{
! S. [2 N3 T1 B G5 i( Pscan.GetTokenEx ();1 \# V; g0 y7 Q4 \9 X
strcpy (m_IPAddress scan.Token);
$ h; I& Y2 p) t( w, I# d}6 M* P5 i& v4 b+ k9 J9 w1 f4 @$ J
and turn it into this:
* Y1 P2 F8 T6 S& }Quote:
" ?9 o5 p' @6 wif (scan.Token == _T ("ip"))$ U+ e [. _8 r. V- L
{
5 R7 }: l4 X9 n1 ^: M1 f: P$ m& I/ / Scan.GetTokenEx ();4 U( N; i S. n" Y: p
/ / Strcpy (m_IPAddress, scan.Token);
# d& \5 P+ d N2 G6 N}$ b1 a, j; E2 l3 m0 ?* [
And you created the solution.5 T% o- F8 J% l: k
% Q0 l! v8 S' g' q1 a
0 w" X% }, p& E% X3 G8 L0 F' wThen read the Neuz not the IP from the INI anymore. even if put in it
9 x& x+ U9 I; c- k4 W
6 h0 u+ b: {0 a9 i* D/ U2 M- J8 \% ^- J
Max skill's $ s3 v2 a& p+ C8 {
1 @3 _9 u* N$ {, s& M! w# m
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
f6 y3 P) ^8 i K ^# t" k4 K4 [5 g) g( }
With the TUT can provide the remedy it
+ i% [' l! g' T. @- ?9 V$ ~
! T9 X4 O- u$ t: }" J# 1 opens the file SkillInfluence.h
% T5 E! ]5 y1 D$ l) s$ G0 G5 i$ s0 r2 H# 2 Search Y& b$ ?5 g$ E3 J6 s
Code:, }3 W# ^9 W( t& M$ Z7 J
4 c3 P0 t3 D$ O. i! n- M$ {0 G# Define MAX_SKILLBUFF_COUNT 14
Q# A/ ^# F, k# u' r' T# G( m5 A& L" `( ] n3 q3 d$ @
# 3 Change the 14 to your number (eg 21) and save it from% d* W5 S O' T' k; h
# 4 compilation and ready# Y: T) D8 R0 D* Z
0 v1 j6 F, E2 i/ B6 T
( A) X# E' C4 |) B8 K
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:
" S8 P" W( W9 h" I7 w3 q) J! M2 x0 A5 t" z5 `1 G) ~* a
dennisdra6 x( k# j2 c6 m! w; o5 @; }8 _
.Crasy+ q$ ^6 _' T1 d$ |
©ross9 H& A0 M2 y1 C1 d# @# j1 x" J
Sedrika! V) m$ ~7 F. |, g
6 E) U. W3 e$ d; {7 k/ K% L
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! P: B3 _' N( X1 ^, { y4 O
% Y6 e5 C& j, a3 I% l$ kP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
$ l5 `, d8 P6 w& k& v0 Q# {# `( p: j
+ W2 k7 u2 n! ]/ S6 A7 `7 `6 PUpdate 1: how to turn off "Profiler" in worldserver.exe
6 \" T0 `7 g3 k) z1 h4 s
$ ^3 b4 a3 X$ b- S5 L) |+ t1 Q7 f8 |' V
in VersionCommon.h of Worldserver Solution
; ]* t3 h- K& u( s' l( NLook for
" x' ?( d; Y" M; n
' Q* J$ Z n6 y6 U* y- l+ X#define __PROFILE_RUN* I% p; |8 T3 l/ c9 y
/ D V( ^/ ^" O# o5 I( {! @
comment it or simply
* r R B8 N7 j2 o" ]" F* J* `, f
//#define __PROFILE_RUN ! C2 s$ F3 ~$ i" g% n
* @: L( c, F+ N0 @! P5 L4 t
, `' k$ J {' S [) {4 Vcredits 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投寄。谢谢。我添加更多的很快如果你有病加太
4 Q0 r- Y) E4 q( p |