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

This commit is contained in:
Mind Rapist
2025-12-20 01:22:23 +02:00
parent 6850f3f98e
commit a53600aebf

View File

@@ -7,15 +7,4 @@
#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 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_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