|
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
- y' @- h# s4 B: r; W! C. tchange level without Rebirth
$ E: ]0 ?' y2 |% }3 |; ]% Q' M W7 S0 u" F( _# {; \
Now, let us begin.7 _5 r6 T: T! M# y$ E
- ^4 w- e& C7 x; a) s8 |7 [* [; c- eRequirements:, T6 i8 [5 L3 f' `$ S! `' m# V
Source% s: a _# K) a( \0 J$ n8 x
Notepad / Editor# o' O" ?9 k6 C1 ?
3 w# E; W' C; z0 N
/ / Tips by Sedrika
( ~+ N9 u6 R8 K! P6 c, y; z( [% M( _( C9 Z8 n+ W
It is up to you how you do it ^ ^
0 m) g6 A# X/ j* R; }. }& ~
! n8 q* U' }, G5 qGo into your source folder and open the definejob.h. c2 j, ~) Q0 s* L3 p* G, N7 c$ p
Search there for:
/ E1 [+ v. m* H S% `. L, j" w: Q4 z8 S; U. n4 b
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå! g# `. J2 D& d3 B
#define MAX_LEGEND_LEVEL 129
' r& E6 F2 z8 n+ ]9 g#define MAX_MONSTER_LEVEL 160 S4 N3 Q" {+ K/ A% ~/ r: W
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
8 p8 n. k4 k6 E L! q1 Y#define MAX_LEGEND_LEVEL 1219 `; Q* h" P) a/ n4 i
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå
8 @, a ~, J, @( a! k, V5 N Q" H
4 g8 o( V' n6 B+ }3 I7 p
5 a; \. {2 h5 |: p, V( ^; X5 t' iRed: Player Max. Level* Z8 `' x$ }$ U2 x
Green: Monster Max. Level
9 W$ W6 O& _- h/ H i# { V0 L/ H+ f7 Q) X# t
These changes as simple as you want.2 v; y" m1 T8 }% G
5 a' R0 c0 ]0 J5 tThen you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.6 P+ C: m$ }/ |1 j% N( N
. m% W- [) c) g2 Q- T) T
Part 1 of blocking CE
5 k8 q6 _" t+ K ]) z. [/ x* Y) P/ N( p' j5 t
In this tutorial I will show you how to change the Head of Mark flyff.
2 x; }6 `4 q. r( ?The current Head Mark is well known, 5E, which results as a string ('^').
) p+ z Z4 h# r( ~% o$ S
5 [: Q+ V. z( ~! V8 fFor this we go to the World (Project) and looking at the Buffer.h after thistext4 {2 ~" i% Q Z7 h. s
Quote:' \8 e i* _+ ?! k0 ]( G2 j+ u
# Define HEADER MARK '^' / / Normal messageheader
5 p* a$ [$ N0 ]; M3 n# Define SYSHEADERMARK '%' / / System message header
7 ~; j& b: G N8 b' t4 u: E6 A& FWhat the Sysheadmark is looking for is not even the top 5E.
- i, b, n) R- N; Z' N/ ~6 `Change this and it makes the CE Not work on server.
; R% p2 p7 y% n; b B, ~# s. V: W; a) u
Then Tom's anti-hack is no longer useful.
: i# [5 T. A: \9 h
' k; I- h8 p1 u1 W! l+ {LG Sedrika
Part 2 of blocking CE 0 Y$ t: J- ~: }! z2 M* ~* q
- L$ o$ d+ W; q. O. G# tIn 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. 1 A8 w' k( e# o) n
What does this have an advantage?! h5 P V- x/ @5 W# j4 p# H
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
0 T" F- W) y: f- \( `* D, Y& E& V% p# h c
. i2 {+ [; q3 G
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.+ i. [2 e. v4 O$ E
" X/ N2 Z3 t9 w6 ^+ L; A
Then search for the following content in HwOption.cpp . O' O! Y! c1 d9 B6 g
: Y/ v/ k' O! s$ `, E% }
1 C- B" E( A2 ^# o+ v- Xif (scan.Token == _T ("ip"))& q$ O) B+ S: x, g* g9 J
{
% |1 {$ f) `( u. @5 {scan.GetTokenEx ();& A0 v1 y$ g' @0 D$ Y
strcpy (m_IPAddress scan.Token);& `2 U [+ ?( ^2 u2 N
}% c% M) _& S0 V9 x
and turn it into this:8 B6 s) Z# q% w7 X+ Q3 S) f, t
Quote:/ f j) ^9 M/ S# _" |
if (scan.Token == _T ("ip"))/ L7 \# M/ Y+ [$ K+ l8 m% G0 s
{
4 B* o2 ~0 n8 k9 l# p; v/ / Scan.GetTokenEx ();
9 g5 U* H6 u6 }2 B/ / Strcpy (m_IPAddress, scan.Token);
& A$ R: X, f5 }; r( _9 q}% u4 t2 Y% V' e, y$ u2 n
And you created the solution.: \+ w0 O* T2 c; S6 _# Y" P
0 _0 m3 f! Q5 {
U* r w% `6 K5 a- WThen read the Neuz not the IP from the INI anymore. even if put in it
7 c! [" j+ b/ z8 Z) ? j- H8 J7 t$ x3 d! T5 e- `7 o7 K
Max skill's 8 Z- D8 Y1 c% M+ J$ L
8 p: q6 T. i$ e- R# R1 v4 C
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
' {$ l3 h+ z* }% k/ z5 U3 t+ J0 p0 m8 n Z
With the TUT can provide the remedy it
M% G0 V4 n. Z/ B0 Q& I6 \' A+ E$ @; V j5 {% s
# 1 opens the file SkillInfluence.h7 X7 s" a6 f* ~: r
# 2 Search9 B# v. h7 F- E
Code:0 u, \& x8 a( {" s
% L. |. t6 q4 h' W+ d! x
# Define MAX_SKILLBUFF_COUNT 14* @2 x/ D1 B4 [! I% g/ B% g4 l
7 T h9 t) \2 W1 ^$ N& S2 }3 [
# 3 Change the 14 to your number (eg 21) and save it from
! q* {$ N, G) Q# 4 compilation and ready) K$ E' i1 D' {, \7 N3 i
4 o+ N2 _7 _* i0 I
) o% O6 o9 p6 ?6 \, 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:( u- d& z6 V" s' ~& A4 N; Y+ P/ Z. \# T
$ Q9 p- e/ o& N* |dennisdra+ A3 F/ |: ^# O. X
.Crasy( w/ ~4 E- Z2 ~5 o# u" \
©ross
& _, T# U: v$ P0 ^7 u. ZSedrika
; M: F h/ U% W( W# ~/ v; o- M
% Q A5 \5 _# `5 S7 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!
7 [8 t; x9 c8 A6 A/ A' l f* M* p# {' q/ J: J
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
1 Y9 p: B0 _1 C* x6 c4 U
0 Q$ R5 T/ R/ ?# B' u9 E, `& z+ u7 Q k1 ?# ^8 b
Update 1: how to turn off "Profiler" in worldserver.exe 2 }+ i. n$ o8 f' a* D
) E9 @/ A3 C5 B
- b r1 a! G4 u7 {) l: w% d" Ein VersionCommon.h of Worldserver Solution0 `# M# ] E0 E" v) C
Look for
2 b( Z7 F Q3 q9 _7 t& s0 G2 T+ X% v% x8 H
#define __PROFILE_RUN
- v. x1 N% P/ Q; w0 w
- M3 A) @5 U& L. D: d \comment it or simply
: m2 u( U; v4 {! A
' ]3 M5 C" W) Z//#define __PROFILE_RUN 6 \$ M, R9 {$ R- e# S: A
; W+ \5 C% @& I: I4 ~
' ]/ ]( @8 a% N R$ q1 Dcredits 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投寄。谢谢。我添加更多的很快如果你有病加太
S+ \! s4 Z' G3 l3 M |