|
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
- l" u( M Q6 z$ l9 J; z9 Wchange level without Rebirth
4 X- q$ d! k t, w; v# F5 B
& @4 G* c9 A7 t* j9 ENow, let us begin.+ a- C: u; m/ A. s" v
9 x) T5 a7 L: {" h
Requirements:4 r5 n! W1 v$ o4 r1 w0 k
Source- r% S, t1 n5 e% r# e: k* F
Notepad / Editor
/ ^: f3 ]8 M) ~ y
4 v- r+ L/ V0 Z3 a( n' Z: @5 ^' K/ / Tips by Sedrika
" A4 j& Q% T" {
% ?0 C% b% v- v1 aIt is up to you how you do it ^ ^
( K# V2 `" U( l6 \8 N/ [
9 ?* U6 k3 _ K+ u/ u) LGo into your source folder and open the definejob.h0 w* r: t* z I i: h
Search there for:7 f& A( U0 p4 U9 B
# a, X" t3 w: {6 G0 t' N' B0 c
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
% N+ k* ]+ t9 q; Y _3 t- X+ D#define MAX_LEGEND_LEVEL 129& T) L, l0 s1 }+ B+ C' L9 u8 @/ k( B* O
#define MAX_MONSTER_LEVEL 160
5 Y+ r( B1 p. B4 k5 l, R#else // 15Â÷ è÷¾î·Î ·1o§è®àå0 F/ h+ }& |# I7 \1 A8 F/ R
#define MAX_LEGEND_LEVEL 1212 i/ F% u+ ~$ n9 \4 _$ b
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå $ J8 i0 W' W6 ~! m: c
5 A' N9 v1 x4 N8 V$ z
( @& Q; W( w$ w z2 s' b" x$ kRed: Player Max. Level0 R. L0 P6 a8 ?9 A- M3 Q
Green: Monster Max. Level
* W5 D. w/ m" I# G- `/ |5 |: e: B. }
These changes as simple as you want.
7 a7 d0 M/ S. V- c
" O$ Z' J( \+ L# M; z: p! ]Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.. x, ]$ A0 h1 W' t" `
2 |' c) u) b7 G4 R! C7 \
Part 1 of blocking CE 0 D5 d, @; f6 q6 Y) g8 h' E$ G
" G9 E( v4 z3 G" Z3 bIn this tutorial I will show you how to change the Head of Mark flyff.
7 i# l, N0 t; t5 W. TThe current Head Mark is well known, 5E, which results as a string ('^').
$ k) f* c- u/ `# A' N
e# y' [2 N( j' vFor this we go to the World (Project) and looking at the Buffer.h after thistext) K+ y6 N! q8 H5 F
Quote:
8 H. ^) b# w, M; ?/ \8 J2 l) l# Define HEADER MARK '^' / / Normal messageheader
4 g% m- G, K' [1 h' E2 z5 q# Define SYSHEADERMARK '%' / / System message header
+ z9 o7 T! I& w7 B) Z2 k+ uWhat the Sysheadmark is looking for is not even the top 5E.' I$ }1 N# @: J" ?/ p
Change this and it makes the CE Not work on server.
) ]$ @' f9 `6 L3 }
2 a) f T. J% e# c; {) N D1 wThen Tom's anti-hack is no longer useful.
- {; j; ]. m0 H4 U5 r: N- l$ Y
. C) \1 H, i6 d7 _7 A' nLG Sedrika Part 2 of blocking CE
; _% {% H, F `
, f! F: d, B( g! QIn 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. + }# k% o: ]& z" q. U
What does this have an advantage?$ l& }2 R( Y7 a
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself * R1 O. d! P. m/ H
! P, J* y& d( R2 n- [6 F' U7 B6 U, ]# Y
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.8 x/ e$ F# c! D0 J% m' S
9 w+ U l a$ K2 Y
Then search for the following content in HwOption.cpp ( F |$ h2 B- ^6 L; m- p
; T8 a$ o, i1 }! X
) k& ]8 c3 D" S" Y
if (scan.Token == _T ("ip"))' T5 m0 o1 b2 m+ A. o8 c
{
0 Q2 L: P }& W O1 `& ]+ T& J6 mscan.GetTokenEx ();
; K1 z- E" p, g1 i- ?& ?strcpy (m_IPAddress scan.Token);. v1 E( d$ N5 u3 q' e: D
}
9 S$ i/ ~& I( p- i1 A' Jand turn it into this:
, S9 R% N/ D, \9 I; _" o0 qQuote:
, L5 w' P4 J* M! [: T! K7 y$ L5 jif (scan.Token == _T ("ip"))5 R: H3 t! `, Q, k
{* m. t7 m( a$ g' s8 R* K
/ / Scan.GetTokenEx ();+ J6 l2 \5 b( L, ^" j0 z
/ / Strcpy (m_IPAddress, scan.Token);
0 S/ ~4 n$ ^! t: T4 o- p+ e}. J9 B3 d* u& e0 T
And you created the solution.7 ?4 A5 ^0 ^1 K& r; `
: z3 K7 }. P$ {9 A3 M
/ Z Q% z+ E( cThen read the Neuz not the IP from the INI anymore. even if put in it- o e5 s" m6 L: _5 x2 T* V
! K: n5 j" M% S
Max skill's
+ \- `* g H6 G J
9 {" K4 F; c1 ^) T$ `) F# A4 K, F) SAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc
# C3 B6 G, z2 {$ v, B3 P" J
( y0 N6 @7 ] Y5 f0 T2 T; BWith the TUT can provide the remedy it, S* T, N. y+ S: ^1 @) `$ Z
- G5 T0 O4 e" Y& n, W
# 1 opens the file SkillInfluence.h
/ G; |6 m5 a5 h! b4 L5 j% a4 E# 2 Search; b9 F+ _$ G1 u& Q* b; u5 Z) a. {
Code:
) f Q/ K" ]* Z, d$ p( x0 [' x7 ^" V4 C+ Z6 d& c W* K9 b
# Define MAX_SKILLBUFF_COUNT 14
8 G4 O% }- b7 H; [; g L" [
6 X) e0 |: M; F/ K" t1 i( G: i# 3 Change the 14 to your number (eg 21) and save it from
+ B& B7 v) S; x: c3 s! ?# 4 compilation and ready2 p* {2 ]7 G( r" I
/ }" f ]7 L" k$ H( Q2 @( X) [
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:
6 T6 [9 i) k. E4 F: S" B
' O" J- W% A3 Jdennisdra
6 S5 z; |& Z8 N. N2 _.Crasy
* Q$ v- _% V) t/ n# M©ross& L, h. o# O* c1 r, m5 a3 e3 S
Sedrika+ z! C9 n8 v; ~( ^4 X) F) P1 I. h
. P" h( S# _+ }- p3 ~$ ^0 Xeverything 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!
( m9 Y# x( B* H, x, K" z; W$ a# B# l
i: a, z, t7 d4 jP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less" G9 U8 h2 Y) C0 q0 g, z
3 y, K) ~1 M: b
+ f- ]5 M3 ~1 A+ X! I/ |Update 1:
how to turn off "Profiler" in worldserver.exe 7 V9 r' S5 @ [& j" n# \7 z
" c B0 \; p- a- V* I/ b3 j, a' T7 L& u4 C M& h6 [2 \' U
in VersionCommon.h of Worldserver Solution! q7 I! P; l5 [4 A3 T
Look for6 {) j! u' |. u
/ L, w2 p+ l+ _# s. r1 a( I( s#define __PROFILE_RUN5 ]- I; W* o0 s& y( p
" W$ q7 D" o/ t/ f7 _comment it or simply
& `! b, j$ a$ |( w8 o6 }. }3 x) D
//#define __PROFILE_RUN % H1 q O# ?8 T1 J/ U
- f1 p1 ^8 Z, ^2 K0 i: T' E& C- s7 e9 n2 g$ X+ ?5 ?
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投寄。谢谢。我添加更多的很快如果你有病加太 # ^; _7 a2 F; \/ T9 R% d, c
|