MR-2: Auto-revert POS_FIGHTING after inactivity + Realtime character level updates + Macros removed

This commit is contained in:
Mind Rapist
2025-12-20 01:55:05 +02:00
parent a53600aebf
commit 47caa3e076
15 changed files with 60 additions and 202 deletions

View File

@@ -3,8 +3,15 @@
#define ENABLE_AUTODETECT_INTERNAL_IP
#define ENABLE_PROXY_IP
#define _IMPROVED_PACKET_ENCRYPTION_ // 패킷 암호화 개선
#define _IMPROVED_PACKET_ENCRYPTION_ // 패킷 암호화 개선
#define __PET_SYSTEM__
#define __UDP_BLOCK__
#define FIX_BOOK_READING_FOR_MAX_LEVEL // Disable experience point deduction for reading a book when in max level
#define FIX_BATTLE_INACTIVITY_TIMEOUT // by #tw1x1: Add battle mode inactivity timeout and reset to standing
#define __BL_LEVEL_FIX__ // Live character level updates
//#define FIX_POS_SYNC // Fix position synching between clients
// #define TW1X1_TEST // tw1x1 test server features
#endif