todo list

This commit is contained in:
nytmyr
2024-12-30 13:08:32 -06:00
parent f182294648
commit 4d7ac703fd
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -29,6 +29,15 @@
#include "../common/repositories/criteria/content_filter_criteria.h"
#include "../common/skill_caps.h"
/*
TODO bot rewrite:
--have help option say first usable class level by spell list. Check existing options and update logic
--remove all hardcoded spell grabbing when above is done
--add slotid option to invgive
--command cleanup (move to new help window, make more descriptive)
--Add quest methods for functions
*/
// This constructor is used during the bot create command
Bot::Bot(NPCType *npcTypeData, Client* botOwner) : NPC(npcTypeData, nullptr, glm::vec4(), Ground, false), rest_timer(1), ping_timer(1) {
GiveNPCTypeData(npcTypeData);