|
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" |" a f5 Nchange level without Rebirth
! k) o: h( x5 p2 @* f" D- O9 H
3 I3 T; q% {% [* {% ^Now, let us begin.. z; A+ M9 x4 O
6 ?; w9 Z$ X+ y& y7 y
Requirements:
/ m5 T. q3 ]% _/ ZSource) N7 W0 \3 V$ o8 C
Notepad / Editor
% T' q# h$ r- u: h7 l2 W& L9 P% y+ k+ W
/ / Tips by Sedrika$ f, z7 B+ F [! d, \/ }
^% R( L. K1 E. A" y" iIt is up to you how you do it ^ ^, e' v2 { t0 f( c2 P; u
8 I. }% k- }9 r+ SGo into your source folder and open the definejob.h
! G% m: `7 t5 \1 s7 eSearch there for:
4 U3 _3 O8 }; L! t* b+ J# f9 o) d% w: t# }
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
3 c6 [9 d: ^5 h#define MAX_LEGEND_LEVEL 129) ^ }6 v6 ^5 X! E- u$ W
#define MAX_MONSTER_LEVEL 160
$ s$ ]; f* ^ ?& a9 o#else // 15Â÷ è÷¾î·Î ·1o§è®àå9 ^3 [1 W& M: ^0 q& t6 X) v$ J- C
#define MAX_LEGEND_LEVEL 121
% o& ~' r, [% x8 |& U#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
, Z0 j: v0 l+ K+ x3 o' u6 H! q- Z: j3 T) V. M
8 a6 x* T; a0 `# a: \
Red: Player Max. Level% {8 r ?1 i; N6 k6 `
Green: Monster Max. Level9 O) x9 y& _' Q, [; B- a
( E6 e% ^4 s9 ^% G; H+ u0 V {
These changes as simple as you want.
" J u0 p _4 ~( H- J$ p2 Y3 W9 B& d ^
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
- h9 ?- o4 }- q' M) y3 M( P& j
U+ N+ J+ j! L0 {6 l
Part 1 of blocking CE $ @& U# X o2 \/ k
2 o j5 a1 V+ ~; G' _0 W
In this tutorial I will show you how to change the Head of Mark flyff.0 z" R |6 G. u) T, M
The current Head Mark is well known, 5E, which results as a string ('^')." K' d% A4 X& \3 |+ x" Z
6 E- }* E+ i; e
For this we go to the World (Project) and looking at the Buffer.h after thistext5 n# _0 c# [ ^& U6 k) w% Y% O
Quote:
, {& h6 _5 N9 L, Q# Define HEADER MARK '^' / / Normal messageheader. T3 a# Q5 v2 C: o0 T) O
# Define SYSHEADERMARK '%' / / System message header
. j Q) \" e; q1 D+ U* sWhat the Sysheadmark is looking for is not even the top 5E.
5 b& q. w* g. Z! I! \5 B' s6 ?Change this and it makes the CE Not work on server.* u( J4 _1 g. H2 p
3 Y7 C* R5 H' b! y& o( [) e
Then Tom's anti-hack is no longer useful.
v8 p$ G7 W" f) B! T& S f: @+ x) }+ \/ d0 N
LG Sedrika Part 2 of blocking CE I& c" w5 g I- K+ ^7 X7 r
. |# N9 {5 p! e1 O3 L
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.
5 Q# f$ u D0 m! FWhat does this have an advantage?, t9 }6 g) q* v4 o3 v
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
7 V* i! e: p6 y: X' m i. b7 M$ [: ?& j2 A0 i8 E8 p3 d
( K6 [" t; b# M1 x2 d
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.. @: q6 y9 \0 F% l; ?
. ?) P9 E% Q7 k
Then search for the following content in HwOption.cpp
1 ~. J/ q" g9 S" W6 r
9 j8 E6 j$ {* S# t5 s: \( U. d5 x4 O) f
if (scan.Token == _T ("ip"))
& ~4 t0 d2 d& T/ G* s+ c) e& g{
0 `2 I Z& f8 ]6 H6 z& ]scan.GetTokenEx ();- P$ A4 P' K0 A7 Q' k
strcpy (m_IPAddress scan.Token);
& E+ c; J$ A8 r4 k0 I}
0 a3 t7 I; H' dand turn it into this:5 p! g- i7 C1 k/ N4 D
Quote:" x; Z. d. n g
if (scan.Token == _T ("ip"))
- _/ _6 m4 b7 e# R% P{
' m- W: ?7 `! ]3 r/ / Scan.GetTokenEx (); u# K. ]) @1 E ~- B5 p) d7 p
/ / Strcpy (m_IPAddress, scan.Token);) @* P) d2 ^; h B. }* ^1 R- x4 `
}
0 p% d& Q# I. Z$ V' T) h% ^" \$ ZAnd you created the solution.! |( h( s5 V2 G# z; l# K i9 M
; |: c- W6 G; Q' R, `" Q; ~9 C
8 J) U& k0 |) Q. I' h" [) Y# I! f- ] ^
Then read the Neuz not the IP from the INI anymore. even if put in it
- [1 e( |( e7 d; _
5 Q& K% G) A' ]7 U6 ^3 P Max skill's * D P0 g/ Q! }
6 `' V1 m/ w5 C+ O# N5 z' g
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
* }4 p! E' K: r9 A$ {6 J6 v! M# d d5 v `
With the TUT can provide the remedy it
! y. o, G( q$ [1 u
k2 \& z, s8 p6 @% A& f# 1 opens the file SkillInfluence.h
/ E+ f4 \: N& X8 D9 `4 C6 H3 o: c5 R# 2 Search0 N, D$ _0 C3 ~9 D
Code:( ~" n; w) ^: b3 Z+ p# O8 k
5 h6 ]: @9 b# t# Define MAX_SKILLBUFF_COUNT 14, z1 `: L7 d. M; B2 ~) i, L
7 a# V6 L9 ]3 }" S9 f# 3 Change the 14 to your number (eg 21) and save it from
% s9 b& }9 _: e4 [# 4 compilation and ready
_( ~5 U* o$ G7 C5 _! T- y" Q9 _0 L; B! p, z
% V* Z) g7 d' E. p! 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:2 m3 Q: a, z' ]0 U: z: z5 j. Q
# W! j# m' C( w+ p# n
dennisdra
/ z7 Q" h' P& ~% P0 s7 C% K.Crasy
' @0 r5 }8 @2 V©ross. m" W3 p2 c0 f. m7 Y; K
Sedrika
$ I2 I8 C4 j& U( @& s: P5 s- l( l9 N, u
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! - h8 X' R2 I0 c6 j
/ f3 v& z$ g: E2 ?/ T2 y
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
6 ^: P% J `* S$ f: {
% J9 h' b# \, A6 m$ x$ L" \' J3 |' N' w% Q j
Update 1: how to turn off "Profiler" in worldserver.exe
0 ~# [3 B3 G: k' ~3 F- V' o" J$ s# G
5 }' R3 o6 `5 ?# Rin VersionCommon.h of Worldserver Solution1 H9 o* b; S9 j9 D$ ~
Look for
# w& V" @! K Q4 d# D: v: K% {# W1 }
#define __PROFILE_RUN
2 f7 D+ G. @, L# a! E$ o3 \* e' L/ R
comment it or simply
: A1 ~! {5 [: P) W; O& m9 I/ ~% x3 O) o8 t+ `
//#define __PROFILE_RUN
2 t/ @7 d6 i+ W, s' o) E3 E5 V- I! }% u
' B. S% @& T z b; Z' Tcredits 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投寄。谢谢。我添加更多的很快如果你有病加太 * t% \: D8 |$ s
|