|
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 5 k) B8 i9 w$ b$ w; F# z: Z) C: }
change level without Rebirth7 o$ z2 ?3 l- N
0 ~( s4 ?9 G# V& u& P: sNow, let us begin.! I) ~9 C4 @! }1 X0 T" r v
6 h" c( ?+ K, g) JRequirements:
! E+ F6 Z7 D. y" J1 t3 Z# U; eSource' Y: U, q+ P, g! W* D. L8 {% e
Notepad / Editor5 K3 k# n; E% |7 S0 y O4 y
! z; `& O# c( }6 O6 K/ / Tips by Sedrika* T$ L6 s% ]; v J8 j
/ z, `0 |+ g( {- \! ~7 M2 S0 h- Z
It is up to you how you do it ^ ^
* C7 L, Q1 n9 w) _/ F4 w- [; O: \* S6 v
Go into your source folder and open the definejob.h! P9 J* |+ t% c6 i: J& e
Search there for:- L8 p' r# \$ I, N* f# ]; `
4 A# S9 Z& ^& P. N& n3 \/ q. u+ K#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
! x, g" x3 w1 f#define MAX_LEGEND_LEVEL 129$ U/ k0 L! v& v
#define MAX_MONSTER_LEVEL 160
' M# f) c( D5 t$ |* c5 \#else // 15Â÷ è÷¾î·Î ·1o§è®àå, _' k- Q) D+ O
#define MAX_LEGEND_LEVEL 1218 D: u: H9 [' e
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå - g/ y' i9 O. ^0 S5 V4 V
6 D: K! X+ E, Y( [
3 F. p6 l( r; |. ^* c" s
Red: Player Max. Level
: U d: l" t( r5 XGreen: Monster Max. Level
1 ~3 a9 U H# h1 Z/ S) K }8 [. s% E- r8 G$ \
These changes as simple as you want.6 N% f c. \" {. L
7 L# e6 G2 N$ q- o$ g* A7 S
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
: P. F" p0 j8 w
+ f+ ?& T/ j6 \, n0 b& I% | Part 1 of blocking CE . l6 J V1 ?: V8 D1 y- L6 ^6 Z
0 e2 J' m+ A5 C) {9 F3 _
In this tutorial I will show you how to change the Head of Mark flyff.
2 ]$ q) C8 n* p% r6 u6 U! @4 ?% q2 Z# ~The current Head Mark is well known, 5E, which results as a string ('^').) i" T+ D# M, i6 N0 f
$ \0 N; g7 J5 ?7 b$ q! NFor this we go to the World (Project) and looking at the Buffer.h after thistext7 x& l( d, C. Z* M2 O) F9 N
Quote:
+ Q% Y& U3 Q* f- x5 U( w" c# Define HEADER MARK '^' / / Normal messageheader
6 u9 g1 u6 Z/ L/ n# F# Define SYSHEADERMARK '%' / / System message header' P- s; D, X3 t
What the Sysheadmark is looking for is not even the top 5E.
# _) _# v2 t. |Change this and it makes the CE Not work on server.
8 X6 m3 w8 r e1 L! u2 \( Z; M' D1 a! V: c4 P
Then Tom's anti-hack is no longer useful.
& Y4 T5 ~) `5 b* P/ q
9 O+ w6 q! r- Y8 W) [! R. @LG Sedrika Part 2 of blocking CE 0 M" C" S; f5 M
8 ~; D8 D7 L- a0 V, aIn 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. # O3 `) m6 }/ F, U+ k9 l
What does this have an advantage?
: ^# a1 f$ g6 [1 ~) t" cThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself 6 D' Q7 @9 v( k9 r8 n) F
6 A* U" J: ], F; m* Z. U7 i3 l
3 K' k$ _) R y! }0 ~First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
( w6 Y$ a9 B# x+ @' ?- v7 v1 F- A# X6 w0 F0 u9 j8 ?- R
Then search for the following content in HwOption.cpp
S$ A4 x- ~* N3 m! ]7 m
% v& Z" d. z% }* W+ O
" T7 a* J0 h+ R+ Yif (scan.Token == _T ("ip"))) |$ C/ @3 `' a
{
& `( N% [! e5 M F3 T1 L, Dscan.GetTokenEx ();/ t& W: _( M1 R* E5 Y; F
strcpy (m_IPAddress scan.Token);' q5 J) z; M- D# q# B( M7 w
}, G0 \% ?: P4 t; ~/ m3 k7 h7 p
and turn it into this:! f! b1 e4 B N5 }
Quote:* S& s& s8 M* [. W
if (scan.Token == _T ("ip"))
g& T) u- J# O8 ~- d- o1 t" D{
" t5 q K' |8 ~, ]$ E, a, q: {/ / Scan.GetTokenEx ();
s* w$ y& Z: _8 e* b# E o/ / Strcpy (m_IPAddress, scan.Token);1 ?1 g5 o U6 A
}0 M! v( j5 D; P6 P) [% G( j( n& `
And you created the solution.
! ]1 d9 c7 _ h* C) J$ h, o+ C- S8 a8 c, ^$ i# T1 u6 ?# b* k
! d8 J0 l k# B$ y& dThen read the Neuz not the IP from the INI anymore. even if put in it
; ^' S9 C9 k* [3 g# {8 d! N' |
0 K: }7 z6 v0 f; ~ Max skill's i) t1 r' A0 ^
, ~: W# T2 q' I j; A2 ^$ wAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc ( u* L8 k; y2 y# r% j
2 ]" d9 F! c0 P" E, h6 P7 S' K+ R
With the TUT can provide the remedy it
) j( W/ Q3 U3 h+ p& y/ G8 h _7 _
6 C+ @" x' E q( T# 1 opens the file SkillInfluence.h4 i/ C" t- X! n0 }* @
# 2 Search" D X. C; ]# j" |
Code: F6 G Z% P3 K& f
7 c. o# e' D' q k; H$ T# Define MAX_SKILLBUFF_COUNT 148 f7 t; V' _9 E+ p2 Q- {3 Y) f" c
1 d$ r3 Y* j2 _& K! S: X
# 3 Change the 14 to your number (eg 21) and save it from u8 F: A5 y$ {& c5 m. f
# 4 compilation and ready
" y4 _8 `% v, ?9 j* J9 J5 _& X9 j7 d( F! p, ~% h0 I; e
+ P. ?) G6 x7 HI 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:8 A9 R4 ^9 u. ^- h
# R$ L1 l8 Y: f/ v: O0 P- ~5 I
dennisdra8 o. J2 |) E0 ^
.Crasy, O( g' D* Q1 I8 S, [; W
©ross
4 [! @8 B( O4 g3 o+ F( k7 q1 PSedrika
9 {! h, \% h6 R) R
( R B/ u7 x# V. B' A2 Severything 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!
- t2 m4 {' t; i' s' m' n i0 v$ h3 D7 c, ]
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
; G, S; \$ \& E, m! ]
$ u: a. z, F( O4 B2 `2 I/ P7 H
2 s- Y4 u- g1 }. H. @' IUpdate 1: how to turn off "Profiler" in worldserver.exe
6 Y, m8 n" n. D. \4 q# H6 ~
* L" W$ r7 }( v; i9 X' M: `7 P( K1 f. e
in VersionCommon.h of Worldserver Solution
- i: t& F2 o* vLook for
: G# \9 m7 b# i5 i/ ~ B0 Y0 E& C- T( s2 Q$ C, _4 o
#define __PROFILE_RUN' ?1 k# o: j0 Q+ l) s, p
# m" T. x: L: Ucomment it or simply; R% y$ k, d# t. u- P
* E5 a( B- m5 U* `* m//#define __PROFILE_RUN 6 I' ?0 B0 ~$ g+ Y' E
* a- f; l. u5 V. {3 A
' r8 z8 C$ i' A
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投寄。谢谢。我添加更多的很快如果你有病加太 " @( r3 M. J9 t& R
|