|
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
. s4 ~5 K* i+ J1 W# ychange level without Rebirth; M& h9 @5 [; H4 o# Q2 R3 C5 K
+ Y5 q: o! n2 `Now, let us begin.
+ `" o/ O* e0 i6 O5 t& w6 L: X4 D) W: {3 Z0 o+ V* Q
Requirements:2 ~& e. t- p( f
Source
1 @1 V+ e, ]9 r3 @5 CNotepad / Editor6 K0 a) \& @5 Y( M, L
- M5 Y8 O' X+ g1 [& q1 j! Y5 o
/ / Tips by Sedrika( z1 C1 g3 [" f* ?+ a$ q
5 d0 p5 x0 a/ \/ a9 x1 w1 RIt is up to you how you do it ^ ^
( F9 |0 D% a( x; U4 ~
0 e7 W$ e3 ^$ NGo into your source folder and open the definejob.h; ?9 c- \, `1 t) S7 g
Search there for:
. f' Q( s. r+ J
2 Y0 {* Q/ J/ \% ^4 n$ N+ B#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå2 b" P1 h( l8 d, i* \9 `, F
#define MAX_LEGEND_LEVEL 129 T o1 F6 q3 F2 g- b0 L( V& x
#define MAX_MONSTER_LEVEL 160
2 ]- C% t6 b# z) s#else // 15Â÷ è÷¾î·Î ·1o§è®àå
. k0 o5 q0 _! L1 ^$ d6 D+ r: q( o. U#define MAX_LEGEND_LEVEL 121) D% g( b l% j1 X9 b% J: d0 t, @
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 8 A& b1 e& o3 X
; k3 e8 [0 U4 v4 V( `0 R5 X! D* q; \
Red: Player Max. Level
; w( E% @" J& x4 E2 ?- Y) LGreen: Monster Max. Level* R0 ~ D" Q9 w' K& B
1 B6 F( V- H- c, w0 C3 R
These changes as simple as you want.
: k @) A, ^+ y$ t- _8 u
. O; H |8 d5 CThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
0 K8 ^# e7 [. b6 i
# \. I: v% b# @
Part 1 of blocking CE
( n! K: k3 Q3 y! [; ^: P2 u+ [) f. H* x b% m
In this tutorial I will show you how to change the Head of Mark flyff.- l* i# |7 f* y9 f5 \3 Q
The current Head Mark is well known, 5E, which results as a string ('^').3 J) t" m9 H! Q% W6 Q7 H
* i/ `# P% L) M) h* Q2 _For this we go to the World (Project) and looking at the Buffer.h after thistext
9 \! e+ s/ D+ L4 V& aQuote:
( q, | d! p0 }2 |& y& G# Define HEADER MARK '^' / / Normal messageheader' }3 j+ H: k: a1 w! [
# Define SYSHEADERMARK '%' / / System message header) P# u* `" B6 q7 `! D
What the Sysheadmark is looking for is not even the top 5E.
* U6 e' ]8 l* N) _3 I a! V7 wChange this and it makes the CE Not work on server.
1 Z2 y k- G# j A9 H7 n+ J6 p/ E2 ]' Y0 Q6 l
Then Tom's anti-hack is no longer useful.
; y' i/ n/ s6 [% Y9 Q3 D. @( U2 b1 k# P) T
LG Sedrika
Part 2 of blocking CE 4 c6 {* R8 _+ b
" }2 P& r# c) WIn 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. & t2 M9 r) j% K- P
What does this have an advantage?
( p! u4 ~! V5 I. i$ ~3 dThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
: t' }5 m9 W2 Z# f
7 b) j( k- y8 R" V1 t! Y& L1 ]5 t, U' J" L2 \
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
" W9 e B2 u) t) e0 I; I7 ^5 D3 L+ ]% u2 _3 F4 V
Then search for the following content in HwOption.cpp
. g/ D! I5 t3 q% o
/ _& ~! V; X$ J, e, k' w1 V3 a+ s" w0 H% m/ f
if (scan.Token == _T ("ip"))2 l* I# _. f4 e! e0 I# m( z
{
" Q) Y1 k$ p$ _$ x! O8 F( Qscan.GetTokenEx ();- ^+ J; f7 I3 P: K% i
strcpy (m_IPAddress scan.Token);" ]! P9 ^% h0 A6 c1 f+ a
}4 e& x' A; P% e& M3 e1 ?/ t
and turn it into this:
$ A0 L9 h' P9 q. ?! j8 M% JQuote:' h+ x% L- G* U) ~0 A
if (scan.Token == _T ("ip"))0 D8 w+ h+ e$ z/ J- P r/ q
{5 o) S @. A. h. R Y
/ / Scan.GetTokenEx ();& Y9 ?. a f( p. z% |! r- d$ N
/ / Strcpy (m_IPAddress, scan.Token);1 G) O5 Q8 } X6 F' _7 K
}; ~% _) z# u% x* x, N1 d
And you created the solution.: [# K0 O# J0 n7 D7 y+ y4 ?
R. W7 i$ I8 H" p1 K* N/ w; k1 O' g, a0 `$ [0 k+ t, `
Then read the Neuz not the IP from the INI anymore. even if put in it2 F9 s( n9 a" t6 d" x
, L& O* Z6 z" }6 b
Max skill's
Q) |" Q2 ^' p% \5 p; {0 P
1 c* r6 S* k% h& Z/ w* RAll 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 E! M/ }* n( g# \, |# \( C
6 W) C5 w2 \7 W. L2 L8 j
With the TUT can provide the remedy it
! O- L+ [# E$ k$ \! s1 |# X* H/ R0 Q/ k5 P h6 q& E# l
# 1 opens the file SkillInfluence.h
# o+ r" P5 q) u/ o F# 2 Search
' o0 R1 N- F9 T& _0 ?Code:
# W4 r# ~0 P8 [8 c, i
. e: J/ A- h; r) y. H3 X% D# Define MAX_SKILLBUFF_COUNT 14/ {& u; B; S! F+ H
+ L/ H6 {" \6 H" M7 \. g
# 3 Change the 14 to your number (eg 21) and save it from
, G$ ~5 f! E, A& p4 O9 l$ P# 4 compilation and ready9 {6 W8 q1 k5 K3 X& y8 H
% |! N# o5 _+ n1 x1 J1 N' Y
; E& b H: x% P1 vI 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:
4 r. P, E* b/ p$ ~& _
- d+ \) Q2 Y0 Idennisdra1 J6 g% q) b) n4 ?) k
.Crasy& u5 W8 k- m b) k2 R3 V7 F& p
©ross
4 Z }9 H' e) T! z: ~, FSedrika
8 b& r; v4 ?8 X, K: C" B9 Z! q1 |% q5 ^; g0 S
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!
# K/ p' k3 R) k q& m7 j/ \" M5 Q+ ~+ Y/ t$ L. w
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less* a2 ? F% \' b& }, M" Y1 [
) x9 C2 p6 L, F8 e4 D) k( b) g
6 Y/ W# {; S, j1 d5 z4 iUpdate 1:
how to turn off "Profiler" in worldserver.exe : V5 h" ?) C# Z7 W9 S0 g* s- I
4 _3 x/ W5 ?+ O
: s E e; y% o5 ^* ^5 L6 F4 A/ c
in VersionCommon.h of Worldserver Solution, R( ?- U- L! q" J
Look for
" F6 x5 w1 M* J4 E K' d
7 S" O* p9 B$ p C, i#define __PROFILE_RUN) R$ G2 l1 {) j! R1 A) a
$ R# ^, s9 Y$ l' _, c" t
comment it or simply
: I6 _9 o+ L2 |, x( |$ u4 L1 Y/ S. F9 v, ]% J8 e; z
//#define __PROFILE_RUN " U) |: L1 A1 g5 _
3 {/ h! u) f( Q4 E) X* D; {
4 n& e- A5 s9 g1 Xcredits 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投寄。谢谢。我添加更多的很快如果你有病加太 " `, C1 O0 e4 q5 l( S7 P2 u* V
|