kingdom: add notification message for favor and coffer value

This allows setting a configurable threshold where you will receive a
message informing you your favor and/or coffer is low on login

Co-authored-by: Adam <Adam@sigterm.info>
This commit is contained in:
Brandt Hill
2020-03-02 17:01:48 -06:00
committed by Adam
parent fcb1cd9b58
commit 2d5d490b50
4 changed files with 252 additions and 16 deletions

View File

@@ -387,9 +387,10 @@ public enum Varbits
MULTICOMBAT_AREA(4605),
/**
* Kingdom Management
* Kingdom of Miscellania Management
* Kingdom Approval is represented as a 7-bit unsigned integer; 127 corresponds to 100% approval
*/
KINGDOM_FAVOR(72),
KINGDOM_APPROVAL(72),
KINGDOM_COFFER(74),
/**