|
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
" x: f( q; `! [$ s$ c* o! fchange level without Rebirth5 z2 e, R8 r3 M: G5 [( o& ?
; {; x y/ ]" A* S0 z- P
Now, let us begin.
* Y( n" T1 |* t3 C1 f2 {" i& J+ C6 Y7 H* N3 _# D' J% S' d
Requirements:! k+ N: T: `" t; M, Y2 Z
Source0 U% W% ?* R* P6 D8 _ W
Notepad / Editor
2 {+ X* d( F& q0 w, h' N8 a+ k0 C: r2 d
/ / Tips by Sedrika
4 Q0 k& O" \+ v% A: n% p5 G+ G/ N: Y3 o& B/ p$ }! F# [
It is up to you how you do it ^ ^$ _( F! @0 N. W$ Y* ]- Z8 i) [
6 b% u6 N/ ?+ n% J& ~5 ?
Go into your source folder and open the definejob.h; }5 u4 r$ E( f( f, I: u' m: L
Search there for:) `: |9 {( t4 G: i" g: A6 J
5 z+ @/ _: I/ E# M; H#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
R: u$ O- ] |#define MAX_LEGEND_LEVEL 1294 @2 Y9 f) |/ x8 p
#define MAX_MONSTER_LEVEL 160' i. O# _( K3 I; k3 S$ n
#else // 15Â÷ è÷¾î·Î ·1o§è®àå+ T7 v8 b5 X: V
#define MAX_LEGEND_LEVEL 121) l3 D4 {% E9 U6 G6 L: _; f
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå : h1 Z2 t3 r" I& A/ I! C+ ?
% G. L3 Q' e& f, B. N2 p8 ?
8 x% u8 [- J: v* L% D$ ]4 yRed: Player Max. Level
$ T x! i7 L3 R$ p BGreen: Monster Max. Level( |0 C" V d9 n7 }) W- O9 ~8 w
* n5 E( F* F4 c# \/ eThese changes as simple as you want.# z0 }! C: v- F7 G' z: u
5 J8 n6 _- y% J; a- b v) h
Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
+ ^/ Z" L' x! I, R5 @9 w: C! W- {$ q) G9 b2 c5 N+ k; P. p* h
Part 1 of blocking CE 1 I( j, e2 R7 @9 Q* [4 I$ x1 {) k
" N7 H$ U7 w' I4 x% P
In this tutorial I will show you how to change the Head of Mark flyff.
5 H$ G* [, H$ T- H. I. [: FThe current Head Mark is well known, 5E, which results as a string ('^').
) U' U& E& J: q0 O2 t' B
2 a( H% b/ R) ?1 S' [' l* qFor this we go to the World (Project) and looking at the Buffer.h after thistext/ D, L+ s& n0 X0 x! r2 [: s
Quote:
- P ^ ^, b, X& s. F& C- T# Define HEADER MARK '^' / / Normal messageheader
/ s% J3 J8 b$ p; M# Define SYSHEADERMARK '%' / / System message header* T/ ~; d$ F2 w: Q$ b5 u+ `
What the Sysheadmark is looking for is not even the top 5E.
# e/ ~+ Y# w' ` a2 y) e v0 J PChange this and it makes the CE Not work on server.4 F9 Y& U3 v/ A* d! S/ K
0 Y" ]9 A+ j# |Then Tom's anti-hack is no longer useful.( s$ |6 k$ s4 L! Z; V$ D: ~& o
: D% }" k l+ D* q: m2 t9 R
LG Sedrika Part 2 of blocking CE
, C0 D: h4 d6 I! P3 u' K
$ }) ~9 E6 T3 j* c/ 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. ! z# ?- d8 i7 m2 w0 P% t7 u
What does this have an advantage?, }& {' g: m* q. W, Q9 ]" Q: H5 F
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself $ m/ [; P) g7 h3 D7 Z! P
9 p) ?; | b. X* s. w9 r8 y9 @
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
% u$ V4 |8 |( h, W2 d2 ?# Y- h
Then search for the following content in HwOption.cpp
0 i; c' D8 @9 z# b1 ]* h: O& ^
* Y; M- r) T. v1 M
& |' \* i; ]3 t# B6 p( ~- [if (scan.Token == _T ("ip"))
# r/ y0 U4 f0 G0 i; F5 Q+ `; @{ `+ H& J) Z, c! A' ^2 s' \* Q
scan.GetTokenEx ();0 Y3 M* _, b; X8 j
strcpy (m_IPAddress scan.Token);
0 U8 P- n3 p- a1 y3 t}. }" d9 I! ?& z: H" h! |
and turn it into this:
# ]# d; ~# P T& a& \Quote:3 L, v! }5 }4 \$ Q6 E0 M! d% ]6 j
if (scan.Token == _T ("ip"))
9 O% |5 i0 d0 p{3 S; Q0 v; S+ F
/ / Scan.GetTokenEx ();
' ~/ T' `/ j! j3 s# s/ c. |0 {/ / Strcpy (m_IPAddress, scan.Token);
! j- \/ F2 W; r$ H. y+ B( X& |}
0 N, e2 m# g+ H+ f+ TAnd you created the solution.1 K0 @, L a1 I1 s
9 A6 W0 c1 }/ @& A
. y( T3 Y$ N2 f' H5 Y$ kThen read the Neuz not the IP from the INI anymore. even if put in it+ E3 R/ Z8 f" D6 h
# Y. a! b& S) i4 o" p* U. J/ T
Max skill's 2 B. M4 g* F0 L! |( M0 E% ~# z+ Q
& o) D( I8 g( }5 QAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc 0 y6 E/ N! \1 D) x" w+ v
6 U, y* W+ v0 FWith the TUT can provide the remedy it# [0 q* T# K: P' G9 \( A5 G+ w
6 Y8 t; X) T" Q2 o; v# T r& W
# 1 opens the file SkillInfluence.h
0 e% w5 N5 e1 }0 U3 w* O# 2 Search$ \) L; r' X$ o1 {$ T' M9 X& A9 V
Code:
! ]( S) c* p4 L0 Q
/ K2 A t0 d& p. D1 S+ f9 v3 \# Define MAX_SKILLBUFF_COUNT 14$ b1 [# B! a$ b" J, ]& a
6 N2 K2 H8 u" S. k2 p x# 3 Change the 14 to your number (eg 21) and save it from
8 z& l0 f3 ]+ u c# 4 compilation and ready
! l* Y, ^7 b- B! @" x
3 f* x' X8 k6 n% Y) T
/ `0 h0 V' ~- A! N+ T JI 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:
$ g7 ?& D3 U% d$ {" O/ T4 Z* ]/ H3 E" \8 v; l2 w$ b% l
dennisdra
6 E* a' v+ p% T.Crasy# ]$ ~8 H: P4 W: ^
©ross) j4 A1 ~( n) W' N0 P1 T/ Y! e5 e
Sedrika
' _% d! ~* _, Z
7 Q* s/ L% Q$ ~& C7 V5 qeverything 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!
4 G- H1 y! j0 X$ K" @7 p% R8 N( h8 V' |2 A
P.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less
, g9 z+ _' u9 y! |: h2 _. ]* y
$ F+ v0 }* G/ s; g# ~/ q
5 [! T6 A; J, l: V: y0 }Update 1: how to turn off "Profiler" in worldserver.exe
# I% E' a3 P9 x% Q: U) o' k$ G2 \2 @
- Z. G# u5 t. m$ y! v' N5 g$ h
in VersionCommon.h of Worldserver Solution
9 c; m T6 p3 c0 r7 yLook for/ F, S) g/ T4 `
) L3 _$ i; L9 e
#define __PROFILE_RUN
9 q N. Y- J3 _0 {, y6 g4 j- H7 A, u% ^' L. Q% h$ v8 e- t7 c& W2 \
comment it or simply
1 F. u% M' A0 {0 ^$ K4 }! v! c" v+ E0 ^9 L1 z. R
//#define __PROFILE_RUN 8 w; u. {3 x/ Q! M5 C8 i- U
! J/ h' w$ D$ p, x! v
% c' T* v3 J: Kcredits 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投寄。谢谢。我添加更多的很快如果你有病加太 9 P7 L. j% U3 I! R
|