|
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 ( R r# P2 j( l8 j8 B
change level without Rebirth
& C" g3 m# X' u4 X0 G g) w- W9 }' Y& H0 d' w# c7 U
Now, let us begin.0 C H0 }7 n' E
1 S9 ~+ u( \1 E) }* G6 WRequirements:
4 O0 C* G0 g- R" P1 I6 y, CSource
6 S( I* A/ u5 _7 I3 \* RNotepad / Editor
+ j4 A" X9 ?6 X4 K2 q0 U4 P
1 A% K5 t, F( ?9 X& ^% D I2 G8 ?/ / Tips by Sedrika9 n7 M; j+ N$ E
; m( D% S. P* q5 B- q. D
It is up to you how you do it ^ ^ n/ }7 S+ h* ]- |* Y3 P
1 o+ n) q. D1 n/ j6 Y7 b
Go into your source folder and open the definejob.h$ o! H1 E: F! v) f
Search there for:$ n/ k! D8 L5 _( d: z: B
# T6 m: ~4 H6 E$ D#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
% |9 G8 n; F) B4 r' \#define MAX_LEGEND_LEVEL 129
- W% P/ s3 ~! ?- z- B1 Z0 T#define MAX_MONSTER_LEVEL 160
7 ^4 p6 Y& O+ ~#else // 15Â÷ è÷¾î·Î ·1o§è®àå+ d. {( q) m0 b; x2 U& o3 ]
#define MAX_LEGEND_LEVEL 1216 W7 V, }. X# J0 S& H" Z
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå , o; Q6 D$ q, w/ m) t
) Z9 y# O/ W+ ]
$ p8 G* _9 R, I% u# ^0 aRed: Player Max. Level8 ?$ k* ^3 S: w5 X# i4 {% p
Green: Monster Max. Level
. m: D; i+ {: j; ^: L7 f5 P' ~6 G9 D# `1 X3 K f
These changes as simple as you want.( X$ P& Z! e! }- a* @$ G
9 B% q1 o K; L$ o) ]Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source., L- F% i' ~) h9 h9 G
$ L; U% V6 |, u* u Part 1 of blocking CE / }% Z1 b6 c/ i7 G$ A) g: _
; v3 I$ M3 x) C7 P; E6 p
In this tutorial I will show you how to change the Head of Mark flyff.
2 R1 n+ u+ k- L2 r, k5 k; jThe current Head Mark is well known, 5E, which results as a string ('^').
1 Y6 S$ D9 K* n
+ K0 b- L; b7 Q3 G ]7 H9 p! IFor this we go to the World (Project) and looking at the Buffer.h after thistext
; F6 E$ J/ T( yQuote:
; Y! Y/ F+ C W* q: U* j0 U# Define HEADER MARK '^' / / Normal messageheader
& F0 p" z- ?. `5 H5 c x# Define SYSHEADERMARK '%' / / System message header- |/ C( s- }+ c$ u6 ^9 j
What the Sysheadmark is looking for is not even the top 5E.
# S8 m7 ] V$ c5 _Change this and it makes the CE Not work on server.5 Q. b& v2 C* U, k) Z, J# l
. s4 I6 K% h* r2 J$ Z, B; a! s
Then Tom's anti-hack is no longer useful.6 k1 s5 x N) ^
& U* U/ D7 z) x# V
LG Sedrika Part 2 of blocking CE + t: c/ B: g8 O6 o* G O: s* l
" \2 w( s( B" A0 ~3 w, M) v* S9 j
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.
3 t" J$ r b* [$ R- ?, H9 ]5 O* mWhat does this have an advantage?' ]$ G" d7 S3 C3 M, o2 n- l
The editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself , ~$ ]' q8 G% l# K' R! Q! |
k8 O, T2 D# }$ V0 X; P" h* `
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
, [/ H7 F. ?' Y5 m5 d+ @; ^' a' O; g' T
Then search for the following content in HwOption.cpp
& O3 l/ `/ ~# k o$ j$ u
7 p$ U0 S: {/ e: U1 j5 P9 c. ~1 B8 e9 p" F3 M& f6 Z
if (scan.Token == _T ("ip"))
9 S4 u7 x6 g7 [ @& c{
. r8 F9 I" e; l! t0 Uscan.GetTokenEx ();
. F1 A, r# o! Q3 Zstrcpy (m_IPAddress scan.Token);
5 h% [& Z3 s( y+ I4 d' n}1 k% \* s9 c9 g3 e6 p% H @
and turn it into this:
8 }$ u: Y. c( Z; _- Z& cQuote:
& j& t, S# M* v0 q2 P$ Wif (scan.Token == _T ("ip"))3 r/ w3 c( m. E& X% _
{4 k, R# D; m' v L, `( Y* t
/ / Scan.GetTokenEx ();
' }4 v0 x6 h' }! p/ / Strcpy (m_IPAddress, scan.Token); @+ a" K* X4 s7 e
}
' B% D% y0 t1 H7 JAnd you created the solution.
j/ r, _" Y1 w7 ]% O
H- G# M2 f0 [( Y9 }
. v I5 |& c3 V' d1 yThen read the Neuz not the IP from the INI anymore. even if put in it
' G* b7 k9 L* C" u* z! D
* g ~1 u2 w. m& l: U& V Max skill's
4 j, e0 ]+ I: H* S7 ~
3 {# ^+ T$ r7 eAll know that, 14 Max buffs, you get all the RM Assist Skills + Skills fromBuffpang and no more space for the YJ, Knight, Ranger etc
/ P1 E0 I( X$ b, n" E
. C0 X2 Q/ s z: c6 _With the TUT can provide the remedy it- _" x& ~$ h1 i6 N- o/ A
2 Y, c) U+ _% e0 ?
# 1 opens the file SkillInfluence.h
) Q1 {" i; g( x) A# o8 W# 2 Search, Y$ z2 s- K" u6 e* ~
Code:" f- M9 {% p) [ }% J6 a5 X
- O6 u, d. ^+ C4 p6 y# f) ] m
# Define MAX_SKILLBUFF_COUNT 140 ~. a/ c5 ^, F# v3 v( P# s
& P' `$ i- u' N( {: u
# 3 Change the 14 to your number (eg 21) and save it from( L- J: |" ^$ v
# 4 compilation and ready
- `/ y: v! U( z8 C9 N5 g4 Q* i9 W* j6 ~6 I: j$ _3 U3 j* `
7 T+ H, T2 G; h5 m7 YI 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:* Z# A$ I h1 F
0 Q* T+ B3 ~2 x* c0 l" O6 |dennisdra3 \5 ^* q1 H) b. a) @/ n, N1 W
.Crasy
8 _' g- Q" \# H©ross+ ~; f* D) s2 E+ u- ~! {( ]
Sedrika% E v, J' ?0 u$ y
L7 ?' s t$ n2 o+ t" S2 eeverything 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 U, `- U! t* m2 E
/ @ n1 r& i- F D: FP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less# h0 o0 M; F0 D! k$ m0 |
4 R: @$ x' _" U) d( x% S
" H) B$ _! @: V. M9 l" g8 M) v9 T
Update 1:
how to turn off "Profiler" in worldserver.exe
P# r- X; f8 g
# B/ s& U" H" ?4 Q" w6 g$ o# B1 H6 x e
in VersionCommon.h of Worldserver Solution, n! D& v( x) a+ G* m, y/ x" y4 z. ^& F
Look for6 l8 {% ~" b: u- Z; \, d
, T0 b1 d( V5 |. D0 b) b7 c7 R
#define __PROFILE_RUN
" f5 J- |7 d4 _# Q! Z& Z2 V# j/ j! z0 H2 }7 P
comment it or simply! a! H3 A) V3 ~5 v
5 _1 ]" A& E! N1 ?//#define __PROFILE_RUN 1 w4 E! q9 X, o
" O: U; |& \ m
! k$ u) x9 B C2 G& W: Ocredits 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投寄。谢谢。我添加更多的很快如果你有病加太 . g$ ]' Q9 ~5 t' N
|