From 8e7b9a57c0331b13ac59f08a0148c8c6c2a188f6 Mon Sep 17 00:00:00 2001 From: Lemongrass3110 Date: Thu, 11 Oct 2018 10:33:55 +0200 Subject: [PATCH] Change the default packetver to 20180620 (#3557) We support all required features or have them ready in some pull requests. The packet version after this will require a huge overhaul since item id sizes have been changed in all packets. --- conf/battle/feature.conf | 6 +++--- src/config/packets.hpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/battle/feature.conf b/conf/battle/feature.conf index cf26b9b827..5d8995abdf 100644 --- a/conf/battle/feature.conf +++ b/conf/battle/feature.conf @@ -69,12 +69,12 @@ feature.achievement: on // Homunculues Autofeeding (Note 1) // Requires: 2017-09-20bRagexeRE or later -feature.homunculus_autofeed: off +feature.homunculus_autofeed: on // Attendance System (Note 1) // Requires: 2018-03-07bRagexeRE or later -feature.attendance: off +feature.attendance: on // Private Airship System (Note 1) // Requires: 2018-03-21aRagexeRE or later -feature.privateairship: off +feature.privateairship: on diff --git a/src/config/packets.hpp b/src/config/packets.hpp index b81e814c28..fcef72730d 100644 --- a/src/config/packets.hpp +++ b/src/config/packets.hpp @@ -13,7 +13,7 @@ /// Do NOT edit this line! To set your client version, please do this instead: /// In Windows: Add this line in your src\custom\defines_pre.hpp file: #define PACKETVER YYYYMMDD /// In Linux: The same as above or run the following command: ./configure --enable-packetver=YYYYMMDD - #define PACKETVER 20151104 + #define PACKETVER 20180620 #endif #ifndef PACKETVER_RE