|
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 - { d' t1 ~2 I5 J& d1 p" j/ @& J
change level without Rebirth
5 i* G& _( G$ D* L) I$ @2 M0 Z! n$ h1 q( Y0 Y, u
Now, let us begin.
0 w/ K$ K- m; M* q8 k9 [8 \8 @1 k3 D; J
Requirements:
6 @* {6 @2 T5 f& rSource/ c0 N5 N2 [% i3 _, p" \
Notepad / Editor
2 V0 A! S+ G$ o+ J! V+ O
! f7 z) r/ i3 X. Q' b7 |/ / Tips by Sedrika( K2 O1 L0 [8 _; ^3 p. M- q
8 p6 Y- G- d' {! X2 w4 s" I* _
It is up to you how you do it ^ ^2 q& z' Z; N a+ b
7 H: G5 r* T5 a$ x4 r5 n
Go into your source folder and open the definejob.h
$ x, i, c* o" |) b8 D; h9 g( G; x) _Search there for:
8 X/ v* D" u2 m$ e) ]+ t7 n4 \1 q: U3 G/ O9 O
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
+ L. l9 i: ~$ u1 m! `' L5 J+ U7 T& t#define MAX_LEGEND_LEVEL 129. a; n5 G# L: Q; _( y
#define MAX_MONSTER_LEVEL 160- {% T1 u8 R3 ^
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
+ T* s# i6 R# v" S9 {8 c#define MAX_LEGEND_LEVEL 121' J) r. q! G$ a) o F7 f8 B8 z" ]) g
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
* C( s p& N1 i p# {: E/ z8 P( L- h5 @9 C6 o, q6 L
3 v# \3 H4 y. aRed: Player Max. Level
3 |0 j9 o& N8 ^* I+ b! m' eGreen: Monster Max. Level
4 [! h1 L. y5 }6 {
( ^' t3 A7 B- ~7 B! @9 F( EThese changes as simple as you want.8 ]. S4 ]6 l! i6 t
1 o' l; v1 D: Q7 I
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source., d' `7 u0 ]( K3 f0 J4 B0 q
$ {; D' f) q0 f% }& ^1 p! z Part 1 of blocking CE / B. }2 G& `$ Y( S) J
1 M, c7 D5 r: N( ]2 h% y4 D. z/ E
In this tutorial I will show you how to change the Head of Mark flyff.6 n5 j6 M( p' w+ h; l/ z4 n
The current Head Mark is well known, 5E, which results as a string ('^').
& l% M! K( f9 \ [# J1 r2 v
2 q% q! c8 U% s+ Z L0 ?2 \For this we go to the World (Project) and looking at the Buffer.h after thistext( x/ C4 h( \$ d/ c& v6 \0 O
Quote:2 Y: V! s# Z% T5 ` _
# Define HEADER MARK '^' / / Normal messageheader
) ]9 _7 x' y" Q2 w+ {+ r8 v' ^# Define SYSHEADERMARK '%' / / System message header
5 f I0 a) z d( a0 p XWhat the Sysheadmark is looking for is not even the top 5E.2 V% z; q( l. _
Change this and it makes the CE Not work on server.
. y& M+ X. H; h& J0 T! F% g' f# J* _. K. J; [
Then Tom's anti-hack is no longer useful.
) C1 m" M, S# C7 G8 Q. M0 G
8 m* x( [3 c9 Q2 s2 mLG Sedrika Part 2 of blocking CE
; p# v1 d2 Q, F
% p& g6 ?) L! \; ]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. . }& I6 q) S. s s1 j
What does this have an advantage?
' s8 m1 [. R$ b* o& }4 s$ J* RThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
0 x) f4 r& m+ r- F
$ b/ ^8 [8 a! R( z6 q% K# e( k/ A; [; O- W
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.- S3 ~( L' f+ P; O
1 w5 C* q4 j5 _6 n1 V! V
Then search for the following content in HwOption.cpp ; M) q* Z: z& A6 C$ I( q3 C+ V
+ H* i# Z9 I9 c
^- V+ E( P! ^5 R/ }
if (scan.Token == _T ("ip"))% W# d+ S0 V+ ~/ z4 j/ v5 W7 J
{' A7 A( P: k7 |" D
scan.GetTokenEx ();) h/ u$ e1 S. V6 G& K- T% ^
strcpy (m_IPAddress scan.Token);
! m( Z# I9 e: S}
* J2 n5 w9 p' c( e1 Kand turn it into this:# d8 h3 W( h, n2 l" m( S* V. A
Quote:
1 K) [* ^$ L$ x# q4 [if (scan.Token == _T ("ip"))2 B3 E/ ~$ x" a o
{6 i, g7 H( @$ w. |: S
/ / Scan.GetTokenEx ();
. ]9 r9 T' A' A8 g( j! N' |7 C/ / Strcpy (m_IPAddress, scan.Token);4 f9 \. m- \6 N$ B
}9 D+ }; _4 O, G$ l- X1 H
And you created the solution.
8 G& T* M" q/ y- H4 r( [, _' W* Y' k. u7 v* B
8 `/ ], b- B- \Then read the Neuz not the IP from the INI anymore. even if put in it
# L7 @% M1 X% ?' ^6 d/ m; K2 H7 [$ I" `3 U
Max skill's
0 o+ ]8 Q6 e0 |) ]* I# w" t& H+ o* p
2 C- n( M+ [# J. {" S7 C( k- @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
1 z. Y) U: Y z( G
: ^/ c$ c' [9 O2 sWith the TUT can provide the remedy it& `- K: k/ ?# B5 n5 L' I- X
# A/ q9 S+ F8 b. i. H7 z: V* Z# 1 opens the file SkillInfluence.h E6 J5 d- U4 \) x6 d1 g
# 2 Search* f; W" ` I" W4 a' u
Code:
* \6 k; B7 B8 g8 j
: p7 l/ H& Q; y6 T# Define MAX_SKILLBUFF_COUNT 14
3 s1 J1 ~8 r, W4 |. J" K) {0 O) X+ o7 S ~2 x8 H
# 3 Change the 14 to your number (eg 21) and save it from- @% Q* o* a# ]# @- v. ?
# 4 compilation and ready9 r' e: J% W, H& ?/ `; ~0 Y
1 B( n/ V$ C/ h8 i# k: S- |
4 C2 j1 T% P: N1 f* h- V) U0 dI 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:- L. y4 U& `6 b4 D8 K& L
! f7 X6 }( j1 y. C& N$ d8 X: j1 Y
dennisdra' l- R0 r* J. b- D2 e
.Crasy5 E/ L" V0 {, d3 }) U
©ross
& ~7 g2 u# ~% r1 h" S MSedrika
/ _' g6 t$ O4 h! H, H( h9 k B1 K& T" i
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!
% y9 U. \( S q
, y* {# c+ x2 GP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less3 |, E( W5 h: j9 d3 A4 v' z
: M" E+ ~) ~7 V" B5 ?# t7 g0 g4 R2 C. r' X
Update 1:
how to turn off "Profiler" in worldserver.exe
( V% h! H/ I* D/ u; z, p, Z* d1 Q/ R& z4 F! `( V
: c; V! Q# m; Z6 L% C
in VersionCommon.h of Worldserver Solution8 L4 A% N4 ]( u; ^2 C4 K& ^
Look for
% ? y0 L3 p2 e
" {$ ?" }- \% R; ?#define __PROFILE_RUN
5 {5 V# x2 F8 y) N' n; x4 i
8 s* b; i0 G" q' o, l7 T3 ?comment it or simply9 Q# ?' @" e: A \) o/ k
! @% {* h& b- d6 x1 u
//#define __PROFILE_RUN 2 h* R: d# J5 u1 {' [2 p
: ~' K/ z( ?, I, W
# r0 P y1 [7 I; | ^% wcredits 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投寄。谢谢。我添加更多的很快如果你有病加太
0 f& `+ F \& V |