|
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 , z% W \! F( u7 l+ B3 [$ g; O
change level without Rebirth3 J: E/ Z) c; x$ C6 Y2 x8 ?' m
0 `" J# _$ O2 M- F2 H! P9 ~' ^Now, let us begin.
7 ^" Q# ^' r4 h( e& n3 r. U
2 R3 j' D# p5 @, U t0 g( z* SRequirements:2 w- m$ a% A- l
Source
. j3 H+ D8 D2 oNotepad / Editor- ~2 V5 b2 u/ h$ f
; e# [6 N3 D0 Z4 }/ / Tips by Sedrika
. Z# q5 W. d0 m: Z v9 h3 K5 ]$ O" D' n
It is up to you how you do it ^ ^% V! @& | N: B$ X6 q; `7 Q
& v [. W n: L: B) n$ I, xGo into your source folder and open the definejob.h
! V- V7 K; d4 y) sSearch there for:2 f% V4 ~* @- [1 e0 e$ {
) S4 n: n/ P0 f" G0 o#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
4 A: s& @0 f! y#define MAX_LEGEND_LEVEL 129
( w+ F, \: g2 y: o#define MAX_MONSTER_LEVEL 1602 R8 j4 }; g- f! S! d- w
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
* Q0 Q$ d1 w6 m$ \: P#define MAX_LEGEND_LEVEL 121; z1 @) s b( I. A6 h1 h7 w. R
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå : R2 T' v' B" _- ~
) G7 t+ J3 Q* k: w8 h4 P3 W
, ]0 [8 ?2 K8 hRed: Player Max. Level
+ k/ o0 t+ x8 x; V) e; }; h- U. U: B/ FGreen: Monster Max. Level
, ]% O; |, q e: r$ V* ^3 f# L8 m; B5 A( I7 j$ p* R
These changes as simple as you want.9 Y6 O2 O$ q8 w9 X
9 \9 v! h0 @5 R$ J
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
" y: c, ]4 [5 ?$ D7 z$ ~* Q' D% i
7 y' `, C% c+ Z/ {" D4 C! ^" l7 o Part 1 of blocking CE 1 M: d+ A4 p4 H; c) O5 Y( C% L i
( p4 C$ ]" C4 W& c% h- }
In this tutorial I will show you how to change the Head of Mark flyff.
! N0 n7 s' f( FThe current Head Mark is well known, 5E, which results as a string ('^').
8 G/ q! D; j4 a2 D( Y
5 p7 h% Q0 ^# iFor this we go to the World (Project) and looking at the Buffer.h after thistext
$ c$ M9 y P0 l& B5 C( D+ I8 \# YQuote:# X4 Q/ B3 M1 F- x0 [, G
# Define HEADER MARK '^' / / Normal messageheader" ^! M0 L+ L; \. F1 w" m7 P2 p
# Define SYSHEADERMARK '%' / / System message header
) @0 y, _0 [ N8 z' EWhat the Sysheadmark is looking for is not even the top 5E.
1 d1 }6 L2 I( k6 w) l. C9 ]* o" \' ZChange this and it makes the CE Not work on server.3 h! w* @! @( r+ k" I. O. a6 P
# ?' M9 D9 P" e9 S
Then Tom's anti-hack is no longer useful. r, q' D0 g5 @; \1 M. }
, F2 S+ v2 ^4 p. F, A# O+ Y+ @
LG Sedrika Part 2 of blocking CE 0 Y( U' `* j2 X/ i9 t' [
9 [5 M& g$ H8 I/ bIn 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.
. M- [( m$ b2 w/ N% MWhat does this have an advantage?- b4 H6 p" ^/ I3 u9 y
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself & H# T6 z& _% H3 w" C
, U8 b+ X2 j9 V0 L( [6 y/ n
: {& a) e! e- J2 a
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.* l+ _& b/ V+ D1 r4 X& w: |) ^
. U o- E/ D& g) {7 [& a% M7 C7 e
Then search for the following content in HwOption.cpp + g( P; [' Y8 A2 r7 ^9 I! Q. a% D
3 s5 L5 [ T! E9 V8 t
; H! v3 ~8 r/ k5 N( Q; r
if (scan.Token == _T ("ip"))9 ?9 Z7 B0 e6 [ |2 J4 x- d
{) d: t7 q1 S+ Q) |# }
scan.GetTokenEx ();
8 i# Q5 X+ x+ C$ v/ n3 astrcpy (m_IPAddress scan.Token);
( @6 V; m4 u0 |8 q" [, D}% |6 d( H+ w% L. W* n7 \: l
and turn it into this:. V2 y( F( [1 b! g: d, o+ X, h
Quote:
+ Z | y { |1 c# kif (scan.Token == _T ("ip"))
) ]/ r0 @4 ^0 e* M. x, T! |" Q1 K{7 f: ~! d3 {1 `' q; x r
/ / Scan.GetTokenEx ();
7 J& J0 w. B5 i; h M1 V3 N/ / Strcpy (m_IPAddress, scan.Token);
* R* @# v' c( z4 z% Q}
4 t8 _0 e* v# s; n2 `And you created the solution.' g; c# J( T* F1 G e
* @; p7 c5 ]6 W" a) K4 ^
& Q E6 ?5 f7 n; i6 u
Then read the Neuz not the IP from the INI anymore. even if put in it
8 T5 y y3 G5 S
8 }1 r3 l% {; v) ~8 b Max skill's 7 R4 W" M O C2 m n( a
0 r6 ~0 ]6 T8 v2 zAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc 7 Y8 B! [ Y4 V
( y( x2 r& R7 {2 j3 k6 P+ D( y& bWith the TUT can provide the remedy it. L% `' X3 c8 M
! d. W) M( h8 K% a3 i4 |
# 1 opens the file SkillInfluence.h& M* ?6 i4 m$ D+ i/ k! ] E2 _
# 2 Search
3 [, z6 Z+ C( i. K: ^Code:4 y0 j4 g4 `* B4 `! b2 C
" U) Z D2 j' W" {: o$ x
# Define MAX_SKILLBUFF_COUNT 14
4 M* u, \2 D) m2 X$ v; Z2 C+ {5 @
5 f8 O, ~/ M+ e; y9 u0 C6 b5 E# 3 Change the 14 to your number (eg 21) and save it from
7 F4 D8 f% a" v3 I5 D1 Y# 4 compilation and ready$ M; h/ j! F/ \+ E* s
8 M8 c0 \) d( ^/ S( ]; I! J( R3 z; A/ g7 w5 Z) B
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:/ I+ i. o g& m5 A- d& i
! X u6 n# E0 f6 y2 g
dennisdra
( d! P- O, s, l7 {5 k.Crasy
3 p7 s4 k) `* P5 P! g2 C5 x©ross! M* e9 B Q2 V% j- Y2 O* g8 k
Sedrika4 M. u6 Y5 y& l3 s
2 D X% ?8 h) v' neverything 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! ) e0 F1 K9 j* w9 X
q+ e1 h3 b( Y, _: x {( l
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
! r$ {+ V9 w. @4 G# v3 r$ r
) F0 M( `. s* s- D: b H6 q# i$ W
6 D3 w# S6 o, r0 {% ^Update 1: how to turn off "Profiler" in worldserver.exe
* n# C* d/ R! z& N; [1 Z
. m1 Z2 ~2 a5 U2 f
" p. [, T! ?- E" ]. s4 k) h( rin VersionCommon.h of Worldserver Solution, c0 z+ h: Q6 j3 j
Look for$ n4 t# j7 W h0 Z
/ d4 s8 g* A o# k9 x
#define __PROFILE_RUN" w4 P5 @% J6 v: p0 t
3 o- N9 a' w7 R+ T- lcomment it or simply
4 a8 P- \. R$ L5 I7 P5 z1 s9 p2 U! t _9 `& D' }
//#define __PROFILE_RUN / e' n+ f- M {, | x
) l8 _" {% Z. X0 u
7 @% U3 S; L. P% V" I2 _
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投寄。谢谢。我添加更多的很快如果你有病加太
( p; i4 @: K) C2 z0 y |