[Quest API] Add Bandolier Methods (#4635)

This commit is contained in:
Alex King
2025-02-03 05:03:27 -05:00
committed by GitHub
parent f466964db8
commit 1cf7709c9d
6 changed files with 108 additions and 0 deletions
+4
View File
@@ -511,6 +511,10 @@ public:
void AreaTaunt(float range, int bonus_hate);
luabind::object GetInventorySlots(lua_State* L);
void SetAAEXPPercentage(uint8 percentage);
std::string GetBandolierName(uint8 bandolier_slot);
uint32 GetBandolierItemIcon(uint8 bandolier_slot, uint8 slot_id);
uint32 GetBandolierItemID(uint8 bandolier_slot, uint8 slot_id);
std::string GetBandolierItemName(uint8 bandolier_slot, uint8 slot_id);
// account data buckets
void SetAccountBucket(std::string bucket_name, std::string bucket_value);