|
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
5 y' c& f& L1 j8 Hchange level without Rebirth7 H+ ~; ?/ Z, n t( l
5 `1 `2 Y, g! C; I2 ?5 cNow, let us begin.
/ E+ w7 G* w, c1 [ J# m) p% x7 G7 s2 I5 Y
Requirements:. K& }2 I2 ?) e$ k7 ~$ R
Source! \0 g) H, x8 X7 Q
Notepad / Editor
( H- Z' l$ k* X: o% j' k' s/ k
7 S ~! _% q I( M! _) q/ K/ / Tips by Sedrika
- T- {' u; d* _. G- j( w6 l- x Y" L O( k8 O- p8 k( {% X2 C' C
It is up to you how you do it ^ ^/ `! ^ g# D( d4 R, ]7 }& ]
; q& A* u5 r) e) q
Go into your source folder and open the definejob.h# g7 v$ Q1 E& m; o
Search there for:
5 i# @* U% H* L' p: z5 d$ H0 E; P' }0 c& K! _
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
. X+ ] t. \' v" F- @& x#define MAX_LEGEND_LEVEL 1299 P$ \0 h' S2 g2 ]& t) p2 }+ U( C
#define MAX_MONSTER_LEVEL 160% G. M- W2 p8 @3 _' Z. {
#else // 15Â÷ è÷¾î·Î ·1o§è®àå5 G/ |: _* o0 k
#define MAX_LEGEND_LEVEL 121% }; k- J/ P/ F/ n
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå ; ~! C2 _% ?" G0 q" G# _
2 d) u) y9 }2 Q9 z5 P
* O1 e8 u) l J y( n; }
Red: Player Max. Level' R: M9 }9 ]+ m( C
Green: Monster Max. Level, o' F# K$ I+ @
: t' a. J* q, H, P: k) u
These changes as simple as you want.
* k$ ~, w' j1 q5 U. J7 c4 V3 s# z! m2 S
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.3 z0 t: v; J R4 Q
. o, c- Q; |8 A4 a$ G; u
Part 1 of blocking CE * b) o& t. }2 p- C+ J: u
& }' [( u# i/ h, h8 W' ]. n9 Y8 W VIn this tutorial I will show you how to change the Head of Mark flyff.5 n3 l6 X" l" d/ b
The current Head Mark is well known, 5E, which results as a string ('^').
. L" [" }1 {+ Y$ Q9 x; F8 a; X T* e# T9 p6 s+ |
For this we go to the World (Project) and looking at the Buffer.h after thistext
. [7 P0 z; c4 R) M5 p4 L; C* m% e, oQuote:
4 I; v4 s% b O6 q; C$ s# x# Define HEADER MARK '^' / / Normal messageheader
, ~! N+ V& F; Y# Define SYSHEADERMARK '%' / / System message header* D5 s! b' i0 d3 x* @ z9 C0 W
What the Sysheadmark is looking for is not even the top 5E.
5 H( {4 O! C8 e" a5 ZChange this and it makes the CE Not work on server.
+ o' i6 V' @+ {: P# a& S
" ~ Y6 _; ^$ V& t; UThen Tom's anti-hack is no longer useful.
9 \5 t1 B @- ?
6 \/ X9 N" |- q( ?LG Sedrika Part 2 of blocking CE 0 g# o/ ]" v5 n$ v5 ^& u) R& T3 j+ {% Z
3 P) P- U( P6 E7 Z6 A* u
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. ; j) o* y$ |, U3 x
What does this have an advantage?
0 @ w; F& g n7 }: n" A! e) MThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
" g$ H3 e1 o. B; J- i" _+ o( r0 ?; S* ]& K5 t
9 o1 K o2 ?3 o% o" xFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.! ~ p7 N5 w( ?+ @ ?
4 J* ~. ~5 d+ y- F3 ?' r# O4 x
Then search for the following content in HwOption.cpp
$ J: a) B0 E5 o) J4 x% a
2 q2 V; Y1 L; S/ z: m
: x; Y r' o" Z+ X/ @- Qif (scan.Token == _T ("ip"))
T- C' Y" B! Y& S4 }( O8 z+ O" K{
6 \0 B0 u$ A" H7 Z+ qscan.GetTokenEx ();
. F/ ?+ j) ?5 W$ K) Ystrcpy (m_IPAddress scan.Token);
/ K+ A" H3 c0 M3 u+ A# q}
' Q- x" a/ I7 P: \and turn it into this:/ N v1 s J4 r) x$ k
Quote:
' V' A) G0 H4 E8 r0 X4 Fif (scan.Token == _T ("ip"))& U. ` ?8 b7 b% i) _- S. g
{4 {7 X/ S2 I5 z/ s# ?( Z
/ / Scan.GetTokenEx ();
$ b5 R3 F& V1 ~/ / Strcpy (m_IPAddress, scan.Token);+ C+ s* `# x# c+ z
}# m% _ X7 I7 D
And you created the solution.8 z8 G! c3 @3 C) T0 T" n
K r; d; c, `
. k2 \/ j5 u2 dThen read the Neuz not the IP from the INI anymore. even if put in it2 y; H% n; L, p* M
" `% c( e! X: P7 C. T% B8 C) f
Max skill's 4 z6 T. V) p* V. I. l
3 ?% ]( x V; q- pAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc ^9 b, S) ?1 B2 @1 X4 i6 m$ w
; P$ V: _) f- A/ e6 I! q3 LWith the TUT can provide the remedy it
( o" }( J. ~# u$ x% Z
* O+ U8 K! p5 T, w) n1 m2 `4 @. k6 h# 1 opens the file SkillInfluence.h
/ Q$ Q% I4 D9 O+ ]0 [, ?: c/ h2 j# 2 Search) b+ o. g) o- a- m, k+ U' q) r
Code:. h6 g! r0 i7 `8 r! W- r
- {" h; Z) A# C2 {4 Y9 R# Define MAX_SKILLBUFF_COUNT 14
/ a! c. g9 p# E8 i8 v! r4 `2 `" T' r( f+ f" ]
# 3 Change the 14 to your number (eg 21) and save it from2 A: y' P0 R. q
# 4 compilation and ready
- Y1 E! O/ W2 S- ?/ Z3 W$ S/ \: A1 D
5 s, t# a8 r- o; kI 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 x$ B* {$ d$ P9 b# |/ p' u
7 `5 I0 Q* r" i; `" Z N
dennisdra
s, l2 ~, u% K2 r.Crasy
W7 [0 [+ c9 m8 U' O! _( ]# q* i©ross
4 L) j% M* b) }6 y0 KSedrika3 b. q- M2 G6 o. [( O& n
# [1 [0 }- E" _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!
( D% |! R/ w8 @; f
! a) b/ B/ J( I3 n! hP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
0 j% h& M! d" S# Z, G* u
7 M( m7 ` x: V; B5 q" z1 @+ P: @9 ~7 R
Update 1: how to turn off "Profiler" in worldserver.exe
) r6 W0 k" K) O1 Y! B' B# u" |# D1 [
8 A+ o+ l- @1 B7 Y& N5 D1 tin VersionCommon.h of Worldserver Solution3 n! u! }. x* Y% R/ E0 _' g/ g6 J
Look for
2 m. b+ a7 P! y; a w
, k, T4 t; Q7 E" d1 d% [4 g$ M#define __PROFILE_RUN
5 k' a8 ?) y$ i- D3 H& X0 h. ?2 g% C
comment it or simply/ k' ~2 ]9 S+ g9 S' u) A
' Y6 d4 i3 d% I7 p//#define __PROFILE_RUN ( |% l" t# |9 D: @2 Z }8 W
( b9 Y# @) y+ j) F: h# x9 P9 i
( P! q# ]) Z0 q5 `5 r0 \
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投寄。谢谢。我添加更多的很快如果你有病加太
" j8 H- @* V' J# R3 w/ B |