|
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 - J0 o% r7 W; Y5 m
change level without Rebirth
' U5 l- O7 b" _) \) V$ L) D8 G4 o/ V9 G& _9 }
Now, let us begin.3 h7 h& |3 A+ `- M6 {
) G) l2 o0 z5 O/ i: JRequirements:
* Z/ z; o F# f: o ~7 I; CSource. K4 b9 X U* a$ |1 ~
Notepad / Editor) |) n/ N: [. _ M9 [
% T" S" v0 W7 x% P/ / Tips by Sedrika- P& P9 ] S& Q8 W* N
3 v$ G" m0 y, U6 RIt is up to you how you do it ^ ^( K* h4 y ?& C# N
, H& n! b8 d$ ]% D. dGo into your source folder and open the definejob.h5 ]. P N5 |5 U$ B/ G: r& M7 @& ]# k
Search there for:
; e! [, [6 e( B+ L/ E& A9 `- E1 a0 D ^7 x
#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
7 g4 O0 E# G. y1 p k' d9 p7 u8 N#define MAX_LEGEND_LEVEL 129
# g/ E: J# g2 r9 F. G% b#define MAX_MONSTER_LEVEL 1606 l0 f u6 ?9 t( o
#else // 15Â÷ è÷¾î·Î ·1o§è®àå
+ z3 z' q. A' n; E% }# T* z3 J5 D#define MAX_LEGEND_LEVEL 121* M2 ~ |5 t( T/ v
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå - z' F8 L X# }. v) Y; F% D
4 z1 C% `$ [7 O0 h! N4 P* c1 Y- @1 ~: k5 a
Red: Player Max. Level# R1 F0 C3 C1 K" u& o% w) E' l
Green: Monster Max. Level' j; a& E6 d1 ]$ |$ v
) r+ \% P, [# F% \0 iThese changes as simple as you want.
( D$ n( x& G7 ^/ {$ o- Z. y H5 E- {# [
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
3 K+ e: f. K/ e
4 P9 C+ Z1 n) c, M t Part 1 of blocking CE
4 V( V1 V) n7 b( Q( j! R7 O5 f* x3 t
In this tutorial I will show you how to change the Head of Mark flyff./ k4 E% @' M. W
The current Head Mark is well known, 5E, which results as a string ('^').9 b" g: n- J n# N( r8 |+ x* `( W
, r8 x: k8 G! b* zFor this we go to the World (Project) and looking at the Buffer.h after thistext- L3 Y9 a8 Z; K" D6 ?6 ^( k1 g# J7 W
Quote:/ T2 \+ U; O$ i
# Define HEADER MARK '^' / / Normal messageheader
: k/ w8 ?7 o# w8 Z+ ?# Define SYSHEADERMARK '%' / / System message header* B9 ~# x& C, }( F% a
What the Sysheadmark is looking for is not even the top 5E.
8 C# ~/ m8 m7 N, K: ^& EChange this and it makes the CE Not work on server.* m/ [( |2 Z! Z$ L
7 u: W8 c* N) J4 b2 W; D
Then Tom's anti-hack is no longer useful.
# p. r2 b; o L9 f( V" t
. r/ c0 h- w# P* r* n& I+ G: n, uLG Sedrika
Part 2 of blocking CE
9 ]. t. O. y* l/ L8 Z
4 y4 n% y* x2 i, ~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.
' }' E9 \- {9 _$ H+ u/ w4 M/ OWhat does this have an advantage?
/ A! Q) z# Y' r' @The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself , J1 y* i. F* S* n. R
/ E: o9 M# ?' C" ~& P7 l2 e
' u' J8 S% D/ \7 q% H" y. C2 DFirst you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.! n8 L( L+ w/ I- H1 y, h
9 K4 S7 H! I6 c3 G; D( ]$ \
Then search for the following content in HwOption.cpp
; d3 I2 y, Q- s. C2 \; J U% T" h7 Y' H0 _) _- g; \; b5 Y
% F0 o4 s) H ~: K+ T% A
if (scan.Token == _T ("ip"))
6 O/ H' s; [& [1 x; f# u{
. r! s6 N# X$ P8 c: d3 J& q) w& wscan.GetTokenEx ();% I# w; l* V4 Z1 t0 \3 R5 g4 P
strcpy (m_IPAddress scan.Token);
( Q+ O, T1 ]$ X- X) q}1 `/ Y5 i. W8 w7 r: N& ]
and turn it into this:$ {: b4 M8 V6 l/ @& G; I
Quote:
, d u' U7 x4 C9 ^if (scan.Token == _T ("ip"))% _$ q+ e. r+ k, r6 g8 }, f
{* a# k) y0 Z5 b: l
/ / Scan.GetTokenEx ();
K8 b# G, T7 k+ B5 w/ / Strcpy (m_IPAddress, scan.Token);
+ N3 ^4 N+ r. d2 j( E" S" M4 l0 v}
2 ? @- m0 X8 F: mAnd you created the solution.
, ^/ _" @6 X2 [+ I3 A
7 a" e L* n+ X
^) F8 n! F0 g4 CThen read the Neuz not the IP from the INI anymore. even if put in it
6 L4 F( _: T9 Z5 _, @2 y- _( z/ R9 K0 s- j5 P
Max skill's
; w5 o( f9 }" y' ^0 S& N: F2 c3 E- F+ k1 l; l, \
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 T! I! _6 Y' L1 `7 ~
! A% `! ?7 M1 x- S4 L# P9 y
With the TUT can provide the remedy it2 e& q' y; k- t u0 N
4 l: q) W* h: N: X% b
# 1 opens the file SkillInfluence.h; F% M- v7 x: x: {0 U! ~$ f
# 2 Search% X( q2 H6 t% v/ L9 N
Code:
: y( O! y1 M/ @$ G' O" ]4 a% ?1 ?" c ?1 X
# Define MAX_SKILLBUFF_COUNT 14
. a2 {' a6 P: j7 U3 B! O7 C) O$ i
1 U; K$ Q3 u3 l# 3 Change the 14 to your number (eg 21) and save it from
& X9 ^5 k y# p# 4 compilation and ready
$ Z3 C4 l% p/ Y0 N6 ]4 X$ X; A9 C, o8 _/ q4 c! p3 c
: r+ a) i8 l$ `' k
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: w* l8 B+ W0 B4 n l- M5 Q5 |/ b
3 X. m+ A9 c. O1 J! fdennisdra8 `* x( C) k- B- g9 q5 M' Z9 U
.Crasy
7 S& b3 s. p0 e8 x, p( e$ ]©ross! [+ s: ] v4 h1 U
Sedrika
, l# c" a0 v- S7 I H( v
* L# Z( Q4 e$ [. y# n0 i& |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!
. X: K4 Y3 \6 S! k' C b) s( P! f3 b4 b) e3 z* j" O
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less6 m* l3 q% h! R. j
/ }( f( i# m5 Q/ Z J8 c
3 j x2 E( C4 G- o8 GUpdate 1:
how to turn off "Profiler" in worldserver.exe }# t( r, f$ {3 ]+ B
6 P2 c% E& \$ s( H7 F3 X: Y
/ M. T2 Z) a# g7 n) L, uin VersionCommon.h of Worldserver Solution
; q7 Y9 E+ m, n4 h' m' W' o3 E1 _: dLook for
: b& W( p, v. y5 P$ I: W- q
$ {( }( W; R( p; `2 Q# y# F#define __PROFILE_RUN8 o0 T$ J9 S: n) {/ Z3 [
: H& E$ Z# X' Qcomment it or simply
/ e( G- u& h) x* x( U+ [: ]4 e, f4 `8 _, V* w3 T
//#define __PROFILE_RUN
% P" @% p& v j4 v5 ^4 z) N
2 Y- ? }: l c0 P; C8 `+ _" m O# m; P8 I
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投寄。谢谢。我添加更多的很快如果你有病加太
* B2 E/ i5 q: {, H6 d8 W |