|
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 _# j% @5 x+ C6 Y" g4 T0 vchange level without Rebirth: a9 i% G8 W* @. `2 T
! m! a, Z* X3 h' m' H% ~1 \
Now, let us begin.
) o9 g e+ U6 A/ ]$ d
) e4 U1 m! }; ]& B7 bRequirements:
0 U4 e: H+ G. [" c2 x: I! |$ ~ wSource
( ]) e5 H9 B* f& bNotepad / Editor
& r9 w3 O- K n7 E
7 h1 q3 N8 H$ r: U) O/ \/ / Tips by Sedrika1 I+ U( v$ a9 i7 c, [* _) ]# b }4 y3 R
1 n4 ~# `5 x2 `& F( G! I7 n* ^3 n
It is up to you how you do it ^ ^- Q* M0 A8 j: J& `& }) ~
8 s& p6 f Y$ |5 a) b3 OGo into your source folder and open the definejob.h5 {; |% O3 c7 ?
Search there for:! J/ ~% p( {( ?
3 D6 Q& g* @! n1 ^( c
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
9 f1 S, X* \; {. I5 M#define MAX_LEGEND_LEVEL 129% q1 I& W& ]0 y5 O' \: i# B
#define MAX_MONSTER_LEVEL 160
& {5 j" J5 c4 }7 }( P' j1 O8 @#else // 15Â÷ è÷¾î·Î ·1o§è®àå
/ S* i; T, H& B( B9 i#define MAX_LEGEND_LEVEL 121
: F6 {; y5 \; Z3 a5 \#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 8 @3 y$ Z- [" {" _. @ [
. N5 B/ N5 \: p( t
4 M) N. u: R. U8 Y3 P
Red: Player Max. Level
1 C- I5 L3 b' \5 O, T2 UGreen: Monster Max. Level
) j1 A" s' B: C) H
# N* o9 ]$ z w3 n* S) \These changes as simple as you want.
; Z8 M' u+ L6 G8 O" B
1 C- H/ l) v8 f1 ]# y5 n$ X: Q6 hThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
6 v K3 w4 r) [* Y( `% \9 M( I& s
' k; m: {. t |9 y) D# M7 E
Part 1 of blocking CE ' f" Y- C* y5 k2 X I
+ I2 Q/ _/ |4 |: M, h: uIn this tutorial I will show you how to change the Head of Mark flyff.
7 Y! e: X4 }) E. k2 W) mThe current Head Mark is well known, 5E, which results as a string ('^').! o- h& J& U% n% j" k7 V4 G' F `
8 e: U- T8 ^+ G& v& {* o6 w9 NFor this we go to the World (Project) and looking at the Buffer.h after thistext
& B# r1 ~: U0 U W0 J% e$ ZQuote:& u% E7 y6 b; ~6 t$ c, g9 o
# Define HEADER MARK '^' / / Normal messageheader& W. g5 W- Z+ }$ V& J
# Define SYSHEADERMARK '%' / / System message header0 b6 C( j# U# Q( l8 l8 R x
What the Sysheadmark is looking for is not even the top 5E.7 s. J+ q" n" F
Change this and it makes the CE Not work on server.4 N4 _9 f! r* j- U$ B8 i9 x
9 O+ K' {$ e0 L, @: kThen Tom's anti-hack is no longer useful.
/ r7 U- e. w0 I7 M4 p
0 C# s Z' c+ M' c- E: S' E& K8 cLG Sedrika Part 2 of blocking CE
4 i2 _6 D0 |" Z) S3 @# y& T
" c9 Z& V5 g" U' @/ u' N$ kIn 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. $ }6 ^: s! U. l
What does this have an advantage?
1 l' |, E( ~* v$ k# NThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself 8 E9 t& A- @1 q$ E/ d; g* x
+ K: R$ F" [8 m" v7 c ]) `! x
5 Y! D' @9 G i V% L3 gFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.% _5 o( r( E& L1 W
2 ?) V3 h' Y; d& U% a
Then search for the following content in HwOption.cpp : z# f" S4 i e& w/ a
# a! E, m; U, `1 G6 O* N. }9 [+ |% }! @9 I6 g
if (scan.Token == _T ("ip"))) _# P! n6 _9 a* x4 E) `5 k3 K
{% a1 }+ y6 z7 w1 @$ N& ]5 o ]0 f, T
scan.GetTokenEx ();7 k3 {7 J0 _2 k
strcpy (m_IPAddress scan.Token);
" R3 |7 x3 y) O" G2 c, g( w}$ V/ Q' K0 a- f3 j2 U2 ^
and turn it into this:& |$ W% x7 G" b3 K) B7 F
Quote:
: w+ l& T2 X- V* S! \if (scan.Token == _T ("ip"))
0 {* s+ N8 L$ {3 e' D{8 {6 S- U' H/ C9 f% q0 ^* y/ V3 {
/ / Scan.GetTokenEx ();
: } @, z! m* x6 c/ / Strcpy (m_IPAddress, scan.Token);" n6 H" U4 ?+ c3 b, e7 E6 [" z! Y
}# b! J9 x$ a* u# `& j
And you created the solution.8 J2 u# _9 q# S- L, g8 t, ]* a
4 ?, f |7 V. I0 {9 {2 Z3 k8 r" z1 F- W" o: M/ q
Then read the Neuz not the IP from the INI anymore. even if put in it
6 W+ S* e* c, q1 v; |) n8 y
, q; g# o: T0 s3 Y1 U `! f' V3 ~
Max skill's . k0 f* H3 B0 q$ o+ r4 P( Z
, O& ?7 L4 l$ x, Z# K" F0 e6 c+ X
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
. w. _/ l& I P9 m- s
* c/ j+ C9 |( a* G2 ?With the TUT can provide the remedy it
' g: F, ]& Z9 x5 S; n7 P$ |+ S, d( ?' t9 t
# 1 opens the file SkillInfluence.h
# }/ Z. s, ~! e9 L% K- s# 2 Search$ E; O6 [. L% ?. Y$ t `
Code:
4 C! L% u8 s& }" L& a# F5 ?7 n0 o [2 q+ d5 F9 u
# Define MAX_SKILLBUFF_COUNT 14
8 d3 N+ I# s2 l6 [
1 g5 K. T) }" N; b a# 3 Change the 14 to your number (eg 21) and save it from
$ _3 Y( F6 |+ R( D# 4 compilation and ready ^; o1 v3 J8 k$ I9 ~3 G- I
5 @# Q: C. c; D+ t5 ~
+ k# J# Q `, B( f C, OI 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:
& F5 N- S; i; t& R
1 H9 H+ }4 {+ [% Z# I5 \# Ldennisdra
! C$ @8 O! y( l5 g1 x.Crasy
9 F, A2 }$ H4 a8 v6 I7 a1 K5 i4 _! }©ross& |% q+ \- u U- @8 a8 D3 D
Sedrika
" |( z8 n- Q* x! s: ?+ A8 z3 f$ H' {. d9 B: _4 X2 d6 ~- H
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! & J$ M/ ~9 x4 r& N- a$ l0 K- ?* s. }
- c! B' E8 V8 I
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less' j5 i* u E- ~' {
4 P- b9 D) |3 \) o Q; {: t2 S& M. C$ k
Update 1: how to turn off "Profiler" in worldserver.exe
" t% V+ n$ f0 Q, S( L0 }( M7 E
% C5 \ u. ?6 a2 v) X5 `8 u6 `3 z! Y4 B5 F+ ~, ]9 L* u
in VersionCommon.h of Worldserver Solution
' H5 y& G+ s) n3 B& {( \9 ~1 |Look for
R& n% a% H, P7 |- P
6 Q H6 t0 h2 E( V#define __PROFILE_RUN
* P( M2 d+ ?- p) m# i* M }$ P0 G+ B! F# I/ R- F' d' L
comment it or simply: |' R2 k1 ?9 m; \0 P. m5 i9 C
' [9 W' q! R5 q" i//#define __PROFILE_RUN
/ b8 u- o% ?4 ?% V0 C. b D& v2 E: m% B+ Q1 v/ y
+ ~ c0 q5 `4 o) B7 }3 }3 `! A5 Y( Ccredits 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投寄。谢谢。我添加更多的很快如果你有病加太
9 D7 C5 A! s& X2 ~. z |