|
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 8 V( P J( a$ U5 W
change level without Rebirth5 G; e0 s, ?9 t8 i2 N3 N
* y2 F- k4 W9 h Q/ @Now, let us begin.
; q p. m+ N; N/ C+ p! Y" O; [2 |% f# J8 s. P
Requirements:
6 |) h1 D0 |2 K# S( PSource2 N4 V% |5 H4 M! U* M
Notepad / Editor/ u/ {2 m; y# O5 a+ X8 r& |
. D$ @* E" i# c) r0 U- v' f
/ / Tips by Sedrika
; Y9 P( ]5 e! t: U+ I% _: O7 E5 [ |
It is up to you how you do it ^ ^
8 t# [: @; r3 D6 P# B3 _/ b Z a* D! `! { D
Go into your source folder and open the definejob.h. e3 @5 E, d4 |) o" v
Search there for:
5 `$ M+ k6 V. Q- e0 E5 ]
r6 z! {* H, P* m% p#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
2 I6 Q7 ^. u5 e- |% s#define MAX_LEGEND_LEVEL 1298 r2 C4 G' j# j4 B, D
#define MAX_MONSTER_LEVEL 160
, a' m$ \9 ~: p; ]- m8 N#else // 15Â÷ è÷¾î·Î ·1o§è®àå' Z+ e5 S7 r6 d2 L
#define MAX_LEGEND_LEVEL 121
5 g' |$ W/ f& @5 R! q( M {#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
- l' }+ S% w: t2 E
9 u5 Q8 f; {! T' S
% y& r8 j" C; W/ lRed: Player Max. Level
/ C: w$ n% _, RGreen: Monster Max. Level
: B! W: ^% Q' k! _8 y4 x' R0 E# O/ m" t$ z' h1 }
These changes as simple as you want.
& j' G4 i1 S: i! R, f% W7 Y& V. i2 [4 Z# T# V9 m2 Q
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
" F1 i8 M- j ?2 i- f o3 T3 `/ e. w5 h F
Part 1 of blocking CE % c; H9 j3 P9 k Z$ [
7 O8 Z1 M$ ]& [5 _( Z0 u! t
In this tutorial I will show you how to change the Head of Mark flyff.) L `9 V& K; g! c, W4 V4 F1 B
The current Head Mark is well known, 5E, which results as a string ('^').- }$ D# U3 Z4 x/ N6 Z
& U$ ]8 q" |, {, y( \For this we go to the World (Project) and looking at the Buffer.h after thistext
8 R' L1 J4 v6 _7 W S& xQuote:
# L9 A Z, U# [8 T1 P# Define HEADER MARK '^' / / Normal messageheader
! T, I, P) _! e* u" w# Define SYSHEADERMARK '%' / / System message header; y( ?9 p+ F+ P/ d a% r4 e: F
What the Sysheadmark is looking for is not even the top 5E.. V5 [+ E3 \4 x: M- B
Change this and it makes the CE Not work on server.% R; q/ Q* L" I7 W. `8 j/ ~
6 \4 z8 B$ S) C' v: X3 Q6 YThen Tom's anti-hack is no longer useful.9 J' k. G) Y0 }( Z6 X
3 n8 |3 y, Y8 x( N- k" _
LG Sedrika Part 2 of blocking CE " g- m+ P/ X% J; p C; ?7 v
( f5 Y% b4 }# f# d' p# |- IIn 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. $ c5 x+ g+ i" ~9 v9 p6 K) g
What does this have an advantage?
) D6 \% L; \/ l4 oThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
/ M7 S6 q& z/ L) }4 F& x6 Y% t3 O4 e* I$ y: U m. m. m
4 \# \7 ~0 p, c$ Q! F) SFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
- E3 J/ J; v3 J1 e5 u0 F
. e: T! T$ u2 y# N& F9 K$ ^Then search for the following content in HwOption.cpp & V% Z7 u _ z
9 Y6 B' Y% ^6 W: u2 n; T
' ^4 z) P8 E. Q0 a3 Bif (scan.Token == _T ("ip"))
1 l/ g2 u) E, m$ M8 f4 _1 \{
& c7 K' r, W7 c; J8 Y. iscan.GetTokenEx ();
% @1 N/ I/ i' Dstrcpy (m_IPAddress scan.Token);* `1 E# I' C8 s1 j) z) ^* v
}
: k, p, m* w! N: m9 Qand turn it into this:8 x" y# P8 J% W* d0 r, p
Quote:
8 M( E o- v, o, l# Lif (scan.Token == _T ("ip"))6 `6 s7 z; \- K* |, N
{
8 X: V& U! ?6 B7 t" D/ / Scan.GetTokenEx ();! |/ @. y6 G" w9 `$ }
/ / Strcpy (m_IPAddress, scan.Token);
, n4 N% M0 b, f+ [6 v}
! I) V8 f! O& ~& ^And you created the solution.
& g& m- l+ _9 y/ g- l9 q* p+ Z# I: g3 ?. E% Z+ u5 K) h
& V3 d4 `' x' O6 b9 J% d5 d) ?8 l
Then read the Neuz not the IP from the INI anymore. even if put in it
) Q/ o/ V }& f+ n0 y; j9 p, y% r, c+ H; v# S2 q
Max skill's & V* v- Y( ^! q K
( ]% ~0 @& {7 Q! RAll 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 Y }) U3 _; }/ u* I2 M2 M! x
; n4 x4 n7 j: KWith the TUT can provide the remedy it4 B2 `% F6 B+ u) [) s
2 u& l; e5 \' v4 ^) e
# 1 opens the file SkillInfluence.h$ g, B# a W2 f0 ^8 I& e6 B" l5 b
# 2 Search O( l9 X9 {, z- f- |1 k6 {
Code:: i' @( i2 t$ F0 P) V. F+ v& y/ k" Q' E
0 s7 `; Y' S" ~# Define MAX_SKILLBUFF_COUNT 143 l, C6 k" ?& P4 {
0 A0 b+ i1 `- k5 z, n( Z
# 3 Change the 14 to your number (eg 21) and save it from7 y: v2 z1 i9 ^; i3 I4 V
# 4 compilation and ready
_2 [4 F& I- ?) Z% Q4 n2 p
7 }+ e( f% |* t+ V% w& r# j
1 j/ \3 i4 Y8 y$ ?8 S8 cI 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:
) v# I8 P- {9 h9 P2 l) y
/ k$ g/ F: a1 t! ?: Z; a4 zdennisdra' C7 g- F: O0 c1 F' U6 I
.Crasy* c# g1 F5 i) O
©ross" M/ c0 K' h; F3 v, ~; }3 T( \/ j, ~
Sedrika
; D: \/ k$ ?$ z" p& O: n" x
# _, x8 h& k4 ueverything 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! # R. ^9 [; x+ M8 t& N1 X/ d
( i* B: D- R2 i4 p3 C' F
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
, j: M( K# F- W) t
* q4 H% j! q9 Y3 P4 \
, u* X# j8 E6 t w* ]Update 1: how to turn off "Profiler" in worldserver.exe " ?, N2 }$ ?0 ~
" k2 o7 i8 y1 V$ j! T& I1 Y
]& R2 k' k, k1 d/ _5 g8 nin VersionCommon.h of Worldserver Solution
0 {0 Q& r" n* Y3 qLook for2 K! N8 d- p9 i6 E/ m% ]
' i- C( x! \! s6 A2 f; W$ v# z#define __PROFILE_RUN& c! m' M+ F+ `
8 |+ Z, b; g4 l: p5 }2 {
comment it or simply8 Z( P- V6 W) @& P5 K) @0 J' Z
# g% Y9 e3 |( |
//#define __PROFILE_RUN M8 Z# R; I) {2 {
! m! U" _- R# e" t1 w; L
7 B$ g. w: Q5 q, hcredits 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投寄。谢谢。我添加更多的很快如果你有病加太
1 y) D7 _6 t/ L- d1 J* V- O% R: ], _ |