|
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 % M/ R# E% ^# Y& G
change level without Rebirth4 B, H( E( G1 E3 Y
6 U. e! M1 f$ }# K7 `3 `% [Now, let us begin.
d8 F5 v/ w7 [) n* Z; m. @! _5 a
& C T7 }* e5 T, uRequirements:3 H% O2 X) ?# z' M: t
Source
: j4 o) n/ q1 ?! B X* n$ a- oNotepad / Editor. G' C7 ?, {6 | G( `' y
4 { A( H- t* N1 I
/ / Tips by Sedrika; }& M1 k2 K- h8 t1 n0 n
8 L# O) |" P! \3 P5 b
It is up to you how you do it ^ ^
5 H$ o& s# t" E/ m- X4 O' t A. J; Z/ \+ G& r/ L6 a' [
Go into your source folder and open the definejob.h
2 `) a3 {3 ]. P J6 s4 ^Search there for:
: m+ C$ e8 f. f* c# G. @) m
1 R: P6 Z3 u) v# a% m/ R#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå5 Y% K# ]5 f1 _5 X
#define MAX_LEGEND_LEVEL 129
& G: f- \* h, E' r#define MAX_MONSTER_LEVEL 1602 m& e" f( Z# d! e X
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
3 H0 d- f& e+ @#define MAX_LEGEND_LEVEL 121
( F3 m; P# H* z# O5 {) |#endif // 15Â÷ è÷¾î·Î ·1o§è®àå & E. B u* c( B/ `/ E0 }' y
" X. M, U7 e8 D1 d' @$ S2 L; }+ I C( R# U8 N3 J
Red: Player Max. Level* |. B5 Q _( D
Green: Monster Max. Level' A5 |/ ~$ s* w
* N7 A$ i- ?0 x$ ^These changes as simple as you want.7 a1 [1 l' B$ Z
. i3 V) f! U: h1 I% 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.
3 g1 P! [0 t) N7 r- N* Z* c
1 p4 q* M$ b! ^; J Part 1 of blocking CE + @" y8 c' V, z g: @7 j7 c
! U, n& F( Q+ l, K. z2 ]In this tutorial I will show you how to change the Head of Mark flyff.2 X3 C& |( g1 t! ~% I* C
The current Head Mark is well known, 5E, which results as a string ('^').! I' N( q$ b, @6 W8 K
1 C7 v/ x( r1 y" Y
For this we go to the World (Project) and looking at the Buffer.h after thistext
" ]6 x$ w# g4 L' p9 @Quote:7 P( m3 A0 I8 ^' I* c* \, H
# Define HEADER MARK '^' / / Normal messageheader; z0 E* Z3 n% q% e$ d* l, a! U
# Define SYSHEADERMARK '%' / / System message header( a) B" ]/ |- f: q7 m
What the Sysheadmark is looking for is not even the top 5E.) r4 p" E! g8 w0 \% }
Change this and it makes the CE Not work on server.
* M- H& r* M& ]1 `" n; E+ A1 R4 J6 E5 {8 o# m' k( R
Then Tom's anti-hack is no longer useful.
- }8 u- s4 ]/ y8 s/ F O! N- `& [: f
LG Sedrika Part 2 of blocking CE 7 M2 R/ g; j" V' B* A: J
; Q# n0 ~3 ]6 R1 t& U+ }! cIn 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. 3 ^& B0 Q+ H- k0 r
What does this have an advantage?
2 k( b8 Q! u, g% SThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
: t5 z2 h/ l% _/ v' I+ [
( ~' t6 R1 d7 ? u t
$ X+ t+ V) O1 x7 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.2 `, r- @' {- A, @& t7 r) m+ e
2 Q. D" H& W/ J; j% {/ l# i$ w
Then search for the following content in HwOption.cpp
! H# o) f) r. F8 W& C& x7 F9 Q- C5 w8 j2 c8 w
. T( h6 T7 u' Z5 K" Vif (scan.Token == _T ("ip"))
3 N2 k0 M' y: m* |- \) A" e3 {{
5 c& j; y: k; Q# }& B. T6 Gscan.GetTokenEx ();
) ^# `1 ^: D; n& @9 ~- zstrcpy (m_IPAddress scan.Token); R: B: c3 e$ v# [6 }' L
}, L g. q6 ~7 B) o! k
and turn it into this: G- |* a6 a, p8 d0 A' H
Quote: D5 Y8 f8 o3 r% M% L
if (scan.Token == _T ("ip"))
. D5 O" g1 G1 k6 c# U5 P7 e{
' Z$ m( b# r" c7 u7 P+ i/ / Scan.GetTokenEx ();
* {7 J; P+ P9 `# j9 h/ / Strcpy (m_IPAddress, scan.Token);
4 ]$ `" ?! @: q7 f$ D' l& Y+ F}
" R0 j& {2 r! I' f/ K9 CAnd you created the solution.
8 ~3 S6 E' l" b1 |( k; ], i1 r+ L* a% q/ I* g7 `6 x6 E
1 @: L( C' |- J9 B- r) }, b5 @Then read the Neuz not the IP from the INI anymore. even if put in it% i& h9 x; p+ J4 I3 f
. @& z: y1 ?+ `- C ?! ]. V/ N Max skill's
4 ?# F6 R5 w N( m4 ~+ l
1 b6 Y; u# F+ d( B+ r. MAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc 2 z& j- I- y# l0 X
. c3 a1 l @: N+ C, {
With the TUT can provide the remedy it
& S5 I) E* I5 x7 z' X
+ a7 X V$ ^% C+ \8 F# 1 opens the file SkillInfluence.h
4 Y% I- a3 [- m- m# 2 Search7 [' Y7 J& L+ u8 ^$ o \5 u5 E
Code:
5 s! m6 c+ x: d8 |& \# h" J/ Y8 S/ ~+ Y% F4 A* K2 ]
# Define MAX_SKILLBUFF_COUNT 14
. @+ ?9 D9 v! [9 Y' M8 _: L
& l9 p4 X8 m7 K# 3 Change the 14 to your number (eg 21) and save it from5 d7 L7 r& X. N7 b7 o2 {
# 4 compilation and ready+ _( D( l. s6 H0 B) E
( M* R# M$ I4 @5 \' O/ _5 k
; C0 F' G; s1 H" D4 ]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:, z6 L4 P, d3 O! u$ @1 i' m# |/ Y
6 e& k5 V, C: D+ J. b" S" n& B: Z( e
dennisdra
4 X6 ^1 p+ |9 E* o% T0 L.Crasy
1 H2 u* w. P2 D/ i©ross
3 d8 Z% Y# U4 q# z7 HSedrika
d. d- u( z P: f9 {* I+ S5 [# W1 L+ H* I( C
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!
) o3 X/ Y6 y: v. G
7 r; v& e- X/ {6 m0 RP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less& n# T, n1 B+ V7 E
7 g5 f% X& y; q" Y- z' [6 j
2 ^' b2 k$ a" U! u! R& y% s& QUpdate 1:
how to turn off "Profiler" in worldserver.exe
% @, |8 y% r0 P) P+ f; F* y) i+ M8 [8 T9 ]! f# H+ }
0 Q1 l. E2 n2 h
in VersionCommon.h of Worldserver Solution2 r, c/ V* c& ?; f( C: ^
Look for4 ~( I7 c: _* y
E3 p( X1 Q$ d$ R- x
#define __PROFILE_RUN
( t$ u% j, ~9 b. T! [. d! g* O$ w) Y1 R1 v Q
comment it or simply
) { }2 y Y" G4 x; T+ q: ~1 ]5 A8 t! X z, i% L/ T( }
//#define __PROFILE_RUN
9 \' ~5 H6 j" p' x9 c4 p* b# r7 \8 q: X# u
; r% L: U; _: I3 } c4 vcredits 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投寄。谢谢。我添加更多的很快如果你有病加太
# J( x8 O7 J- m; X+ H2 p |