|
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 0 Q+ A9 \" c# ^+ u
change level without Rebirth
8 O( M# L: b' E3 ]8 i Y2 M) k" l
Now, let us begin.
# O/ @+ C" }! s' R L
5 h. K$ B. K. y$ z: ? dRequirements:9 G$ k. s( A1 M% ^2 x
Source5 }* S' g$ p1 x) ^% W3 N
Notepad / Editor
2 r$ R* C% m0 {" s( D9 x! T
. R; P& I* r9 V. N! `9 i/ / Tips by Sedrika
% }% f! w3 o1 |7 o& v& A' u4 Q: f
It is up to you how you do it ^ ^
' h( t6 l% V, s/ K+ m$ s
1 x0 ~' [/ ?4 jGo into your source folder and open the definejob.h8 f- y& V! U6 n' |# ?1 R
Search there for:+ l, l5 Z3 I. c$ ?4 @
" ?$ @$ [1 K- [* C: L% i2 j#if __VER >= 15 // __HERO129_VER15 // 15Â÷ è÷¾î·Î ·1o§è®àå
1 T* r- _5 I) A$ B6 J* |5 w#define MAX_LEGEND_LEVEL 1291 X6 u; e1 ~4 ?8 G, |5 D- E
#define MAX_MONSTER_LEVEL 160
+ ]: a' x3 z, t6 `$ _#else // 15Â÷ è÷¾î·Î ·1o§è®àå% l+ p9 a' T) V& V! o
#define MAX_LEGEND_LEVEL 1218 ^2 U2 Q8 @# Y' k
#endif // 15Â÷ è÷¾î·Î ·1o§è®àå 1 @ @- m3 Q) \* h7 Z( d& O
* l4 w* r( O0 d8 |, w
0 _3 g; c5 L, }" p" I% y
Red: Player Max. Level! F# q0 C% L6 g6 x3 i. M- @
Green: Monster Max. Level& O& a, `; \; g; s+ ?1 f# D7 e
5 ~$ ]1 d$ ^. G! f" AThese changes as simple as you want.
3 Q' U! Q( Q/ @6 t4 H
3 t. N, E5 {+ s% g5 \Then you have to just recompile the World Server Files + and make your clientin the Definejob.h the same changes as in the source.
4 z2 i, Y1 g+ s/ p; _' D, ^, c( \! l3 H
Part 1 of blocking CE
0 p: f* g: O3 l" }+ b) c$ [+ ?) W0 c
In this tutorial I will show you how to change the Head of Mark flyff.7 I8 f S- W* H% {0 G4 ?( `5 p
The current Head Mark is well known, 5E, which results as a string ('^').3 N" b' R# p0 ^* f9 @4 _0 D5 j, e
" K* [: U1 }7 `% v1 P& S
For this we go to the World (Project) and looking at the Buffer.h after thistext
: w5 }& x; M& `$ s2 G6 HQuote:
( ]6 E! t3 K2 s7 ^3 y, v1 E5 F# Define HEADER MARK '^' / / Normal messageheader
' U N9 F! [& z$ w( h7 @5 |! V0 p# Define SYSHEADERMARK '%' / / System message header
; w! g5 L* B4 O# e1 r# mWhat the Sysheadmark is looking for is not even the top 5E.. y+ s. a3 h" p( t; s, c4 T
Change this and it makes the CE Not work on server.4 F* R5 ?& F; \( K, I6 ~$ w
\" k+ x( b' N8 Q. B
Then Tom's anti-hack is no longer useful.7 r6 L- i& `4 m7 G; _
0 K, V; Y1 F0 FLG Sedrika
Part 2 of blocking CE & Y; X# p% }; e$ T
1 B: a8 x) q: u, Q. M- }& P7 PIn 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. - P9 n9 j2 }; y: a8 I
What does this have an advantage?
8 L6 U. g; X# S0 `/ B% fThe editor needs the IP packet from the INI to join, and if this does not, thenwhat? Now think for yourself
# v% i W4 e2 I; G5 B) P: U6 O) l0 |
0 i$ g4 t: y0 ], ?
First you need to get open source even know how you do it, is left with you, andyou do the project on the Neuz.
. m' [* {7 q2 U* {0 h7 S
# |" V' G, a: U, c s8 pThen search for the following content in HwOption.cpp
$ ^. Q; D* `7 L4 B- z: g& m0 c2 U b$ D6 O
" j4 `) T$ k8 N9 Rif (scan.Token == _T ("ip"))0 a& |4 O8 x6 _6 }# n
{' P' T, o* Y6 ~0 y. r
scan.GetTokenEx ();+ ]; t0 w' K4 d) [8 u8 }; Y# I
strcpy (m_IPAddress scan.Token);
8 H, w% a4 Z% b) q5 f8 v}7 o2 o m9 {* W) O s
and turn it into this:5 O5 u" `# p9 j% B( R. g4 e
Quote:
; ^7 i2 P X9 I3 [if (scan.Token == _T ("ip"))
" w" R$ M+ b# \6 M{3 [9 ~3 k2 b. y( p, i" u9 e; o
/ / Scan.GetTokenEx ();/ e9 ?8 y% t) `: Y
/ / Strcpy (m_IPAddress, scan.Token);
2 }9 c" H4 C1 t}
8 k( _- K: }1 dAnd you created the solution.
+ e! i- F6 G" G7 k+ ^& C0 _
5 I( u* P; z0 K0 |! r/ d7 E
K4 d9 S5 w7 v) n/ v ~Then read the Neuz not the IP from the INI anymore. even if put in it
4 f3 N8 Q" V+ E, _9 F {; x4 L" k* s, k8 M+ D- y
Max skill's ' `" Y" \; m' V6 d+ z, d% W
. p' N; Y# X! b8 ^, }5 Y
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
! D% t- W0 H: |7 d2 d
' }* @4 ~' W9 P1 x) E5 I/ h( A6 {With the TUT can provide the remedy it3 q( ~' L2 R! `' p/ h
% f/ G4 C3 d5 r& N3 |$ A# 1 opens the file SkillInfluence.h
; k, j' h* m" }8 D. R+ ?6 H( a k# 2 Search, E7 p) m4 v- t$ o8 f* v
Code:2 y9 y% z* _3 [# K5 C B
# g2 S- w' c- F" p# Define MAX_SKILLBUFF_COUNT 14
. C/ a% E9 A8 x' u5 _( D& w7 A
+ G2 k4 T* l! G) r5 k: K0 H# 3 Change the 14 to your number (eg 21) and save it from# W6 B* c) v. U7 W0 d: {2 ?$ I! j
# 4 compilation and ready" j5 G. P$ E. }! _
F9 W% j4 J; y+ Y7 }; h5 s3 n u; _+ y8 f( g2 T
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:6 `5 W1 f! y$ t( i/ ~1 D
; `( f& e* [9 C
dennisdra2 e, v/ b6 g: O* s$ D% q) {
.Crasy" N8 v% W8 |) A' \
©ross
, I, Z3 J8 C P3 z- |Sedrika
! M2 M3 c v6 k; f. r$ ]# F/ |" E0 V( ~$ t/ e* ?8 d- J
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!
' k O* S- ?. [2 K M( |. k E
: A2 R" D" v3 r/ X8 `0 ^* AP.S: This means no server should be able to use CE because its very simple tostop it. takes 5mins maybe less7 w# B5 h# G7 G0 ~" X8 m
P; j; d6 e) r+ C# [
7 B/ d% t C8 zUpdate 1: how to turn off "Profiler" in worldserver.exe 9 ?& y8 u# u# f$ |( A/ L. H9 A
- Z, x1 {8 d' y D& | W
7 W! N; m; B$ \: V8 R9 L6 m
in VersionCommon.h of Worldserver Solution8 c0 U9 c& J' F( `2 g# `
Look for
' d o" F1 |* c; \/ i2 q& t& ?" `- S' E
! H$ \2 G2 r$ p5 C& ?, A6 U1 g3 I#define __PROFILE_RUN
1 w5 m" Z; R; S% P8 I* l; R
7 L3 Q$ `" V2 x" a2 Ucomment it or simply
6 F# n1 c) w: T) U. o D* i* W9 U$ P& ?& L4 ?" d3 P8 Y0 Z" s2 ?8 @
//#define __PROFILE_RUN
7 h/ l2 O2 _' _6 ]1 T) i1 I0 i8 ?- C, P+ A$ z b4 S
# V. A: [" @/ w# t
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投寄。谢谢。我添加更多的很快如果你有病加太 1 F; A' x; u8 a/ I z7 y6 x
|