varbits: add loot drop notification
This commit is contained in:
@@ -813,7 +813,26 @@ public enum Varbits
|
|||||||
OPTIONS_TAB_HOTKEY(4686),
|
OPTIONS_TAB_HOTKEY(4686),
|
||||||
EMOTES_TAB_HOTKEY(4687),
|
EMOTES_TAB_HOTKEY(4687),
|
||||||
CLAN_TAB_HOTKEY(4683),
|
CLAN_TAB_HOTKEY(4683),
|
||||||
MUSIC_TAB_HOTKEY(4688);
|
MUSIC_TAB_HOTKEY(4688),
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Chat Notifications settings
|
||||||
|
* <br>
|
||||||
|
* LOOT_DROP_NOTIFICATIONS: 1 is true, 0 is false
|
||||||
|
* LOOT_DROP_NOTIFICATIONS_VALUE: gp value
|
||||||
|
* UNTRADEABLE_LOOT_NOTIFICATIONS: 1 is true, 0 is false
|
||||||
|
* BOSS_KILL_COUNT_UPDATES: 1 is filtered, 0 is unfiltered
|
||||||
|
* DROP_ITEM_WARNINGS: 1 is true, 0 is false
|
||||||
|
* DROP_ITEM_WARNINGS_VALUE: gp value
|
||||||
|
*/
|
||||||
|
LOOT_DROP_NOTIFICATIONS(5399),
|
||||||
|
LOOT_DROP_NOTIFICATIONS_VALUE(5400),
|
||||||
|
UNTRADEABLE_LOOT_NOTIFICATIONS(5402),
|
||||||
|
BOSS_KILL_COUNT_UPDATES(4930),
|
||||||
|
DROP_ITEM_WARNINGS(5411),
|
||||||
|
DROP_ITEM_WARNINGS_VALUE(5412),
|
||||||
|
;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The raw varbit ID.
|
* The raw varbit ID.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user