|
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
( O, y; C6 Z: D: S* Ychange level without Rebirth
% |4 A7 p; D- i
/ |& u, b) o4 e$ a' i" bNow, let us begin.
1 ^9 @+ r2 `4 L3 G1 `: z% A0 \0 m% z/ d% `
Requirements:. Q' C* c; r# s4 F) T$ W5 `
Source
[+ s1 p! x. b# M6 F8 |Notepad / Editor/ ?- D& A$ g% \
; g* l$ @& h+ f3 d: L
/ / Tips by Sedrika
7 O) w' q- X! S5 k& h
* s" y( T+ [5 P9 b) p+ \It is up to you how you do it ^ ^9 a; Z6 M m# e& t- `, \
# s3 z! O5 {! a8 RGo into your source folder and open the definejob.h
0 C: h+ Q K( X- p" tSearch there for:7 s4 F! k* j- Y
1 [; a2 r N, ^' x7 B2 }#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå' Q/ |. ?! T- z: ^! n; ~2 N# _2 S
#define MAX_LEGEND_LEVEL 129
0 k% D% l z+ u8 Q6 \#define MAX_MONSTER_LEVEL 160
1 Y0 S4 w$ d Y( t$ j#else // 15Â÷ è÷¾î·Î ·1o§è®àå7 |) S# S/ z6 G: @& F; R' d
#define MAX_LEGEND_LEVEL 121$ l E/ _- B$ N- Z, e" b5 B. o
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
i0 V, O6 z) C! p
& D1 ?% w, y6 Q) a2 Z# q- J- `8 b" A7 f) e& W9 U6 i
Red: Player Max. Level
5 F- \9 W" G6 z7 C7 w; y% c( oGreen: Monster Max. Level
8 g5 e7 ^" o/ C* J9 u4 |
* x( y# V: x% N5 zThese changes as simple as you want.
* a/ Y4 P5 G# B/ @* E# C5 C _5 I7 d/ ]6 L3 S0 R, I* _$ K
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
; I' U- {7 k! P8 e I B
8 s+ ^; n( W% u/ N- [
Part 1 of blocking CE + C* y# g- V/ L8 ^
- t' L: c/ a1 D( u$ Q( n( C2 e4 m7 j
In this tutorial I will show you how to change the Head of Mark flyff.
2 w$ D: I1 Y- ^# z) @The current Head Mark is well known, 5E, which results as a string ('^').
; {2 j8 y" w/ x! b6 i
/ v& w6 x+ K& |; c. o) U- ZFor this we go to the World (Project) and looking at the Buffer.h after thistext% I. [) s$ d0 \$ I
Quote:
6 a0 p$ M/ ?: \6 ]# Define HEADER MARK '^' / / Normal messageheader
$ R4 `9 J# m9 g% p# Define SYSHEADERMARK '%' / / System message header
6 \+ I6 P7 |, j) M W% gWhat the Sysheadmark is looking for is not even the top 5E.
. `# \7 U" l9 D$ }1 tChange this and it makes the CE Not work on server.
4 R+ \: ]2 G4 d- z( J# i8 m. v# W1 X% E$ b
Then Tom's anti-hack is no longer useful.) n8 l( O) K1 i
$ ~/ l- k4 k& C! c. C$ U. a
LG Sedrika Part 2 of blocking CE ! T A6 C6 c. A$ D
# h# y n( R8 i$ H9 @/ A
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. 0 A+ G8 @4 y: \9 P0 ~
What does this have an advantage?
# ^' C' {- M v& v0 H& cThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
! C( Z5 i& A+ M
7 N& \4 ]6 J) J N; F7 o- G2 W1 w) n$ Q- O+ u7 z) V8 [
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.7 |0 Z2 S9 T8 p6 N" o( ^" c
8 P {# @, @1 B- P
Then search for the following content in HwOption.cpp
& Y/ H2 M$ S. g' l/ W8 P6 ^* P/ l- E" L
: i" F/ b; {3 [% Uif (scan.Token == _T ("ip"))
. N/ J Y. g5 M6 w' v; a{
" u2 u ^7 U' [scan.GetTokenEx ();4 s* {! D$ z! Q/ m7 d" I
strcpy (m_IPAddress scan.Token);
, e" L* Z; l' Q4 s1 k}
0 M, r- Y) n9 t# J% S+ V6 `and turn it into this:
5 Z! c6 ?$ S+ r$ F6 V8 SQuote:
0 g# `- N: [* K7 a7 H0 Z; x1 tif (scan.Token == _T ("ip"))9 b D& A- s& B1 m
{
, ]6 O2 z: q8 {; \3 [/ / Scan.GetTokenEx ();3 c# g( j% D: i# b, E `& D
/ / Strcpy (m_IPAddress, scan.Token);' H- `$ t5 G6 E, L6 L
}
7 `+ ^8 S* y7 X8 x6 B# LAnd you created the solution.& L/ h i. h- {
! |% g" Y& ~+ z4 k5 g; N! Y! K0 x% Q y W- x
Then read the Neuz not the IP from the INI anymore. even if put in it3 D" R; T l% x" k3 _
( @6 V5 a" ~# V; t } Max skill's
% `4 s0 a. F9 T' W* T7 [
& z l# j. e6 I! t T0 KAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc ) A. @" O% u" A: G; _3 J
7 d2 [2 \5 _4 E. t$ M a+ y5 W
With the TUT can provide the remedy it
; o: `8 d: m' I& P
- z! O$ K! ~: s3 I5 J+ H+ m# 1 opens the file SkillInfluence.h4 ?$ y, x! A, {+ Y8 j/ Q( W. L# ~3 C
# 2 Search
( Q( u: {' j% S- q0 OCode:1 _2 P: p/ X' ~( {# f( f ?
( b$ B2 f O0 N4 U0 i, a3 B# Define MAX_SKILLBUFF_COUNT 14
2 M6 s& [5 Q5 ?0 w- X0 H3 }( {! C
# 3 Change the 14 to your number (eg 21) and save it from
- @ {5 C7 J4 f4 B4 o1 r# 4 compilation and ready2 P1 h& K1 [3 Z7 a6 X
3 X4 }" T! ^( X; P' D
4 ]1 @# p8 @ uI 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:- }* O V$ P! w9 c+ Z- f
# g" J1 I$ v& Zdennisdra i8 ?: q! q1 q( f& v {) C
.Crasy
) n2 c6 Q, e9 P©ross
% ]" m `: _3 QSedrika6 a, K8 ^& d4 N2 c0 _
+ A6 n6 Y/ H/ b" I" l! k
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! . S3 k6 ~1 ^' E9 E( V
) i4 h; f7 k, f; _2 M0 ^9 B9 yP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
( V$ G3 Z0 W9 O: y5 D: R3 v" C; o- J, C, U) I( z: q8 q
% C$ U; L' V/ ]6 l7 M. z) }, D, U
Update 1:
how to turn off "Profiler" in worldserver.exe 0 f- j* l8 b/ N4 ^! L& w
* }1 I) C) o5 a
+ [% I# _( q) I$ Iin VersionCommon.h of Worldserver Solution( Y8 b& f8 J1 b: e/ p- l
Look for
5 w$ d9 C, Q9 K( A" M1 }: a* Y4 T0 x
#define __PROFILE_RUN# [/ T: r: d3 R
; J3 s1 R2 j( h8 C$ E+ [5 Y6 Y6 T
comment it or simply
% E& _: l" h: C# r9 i% Y( l$ [9 l- V) A6 K& P7 o9 u1 C
//#define __PROFILE_RUN
1 S* z4 P5 U* t: u! g3 f. P5 u, U$ L" w
3 N, f7 b9 W% G
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投寄。谢谢。我添加更多的很快如果你有病加太 : H9 c/ o* V- k% i
|