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

This commit is contained in:
Mind Rapist
2025-12-19 21:59:28 +02:00
parent 418afb19f4
commit 755b0e20a8
6 changed files with 122 additions and 43 deletions

View File

@@ -3,17 +3,19 @@
#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_HEADER_CG_MARK_LOGIN // Fix for syserr error header 100 (login phase does not handle this packet! header 100);
#define FIX_NEG_CMD_CORE_DOWNER // Fix core downer after negative command value (mobs, items, etc...)
#define FIX_NEG_HP // Fix negative HP value when dead
#define FIX_MESSENGER_ACTION_SYNC // Fix companion messenger updates when being deleted by a friend
#define FIX_HEADER_CG_MARK_LOGIN // Fix for syserr error header 100 (login phase does not handle this packet! header 100);
#define FIX_NEG_CMD_CORE_DOWNER // Fix core downer after negative command value (mobs, items, etc...)
#define FIX_NEG_HP // Fix negative HP value when dead
#define FIX_MESSENGER_ACTION_SYNC // Fix companion messenger updates when being deleted by a friend
#define CHAR_SELECT_STATS_IMPROVEMENT // Improve stats values in character select screen
#define CROSS_CHANNEL_FRIEND_REQUEST // Allow friend requests across different channels
#define FIX_REFRESH_SKILL_COOLDOWN // Fix cooldown display time on skill slots
#define FIX_REFRESH_SKILL_COOLDOWN // Fix cooldown display time on skill slots
#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
#endif