mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 05:18:40 +00:00
todo list
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define CURRENT_BINARY_DATABASE_VERSION 9286
|
#define CURRENT_BINARY_DATABASE_VERSION 9286
|
||||||
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9054 //TODO bot rewrite
|
#define CURRENT_BINARY_BOTS_DATABASE_VERSION 9054
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -29,6 +29,15 @@
|
|||||||
#include "../common/repositories/criteria/content_filter_criteria.h"
|
#include "../common/repositories/criteria/content_filter_criteria.h"
|
||||||
#include "../common/skill_caps.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
|
// 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) {
|
Bot::Bot(NPCType *npcTypeData, Client* botOwner) : NPC(npcTypeData, nullptr, glm::vec4(), Ground, false), rest_timer(1), ping_timer(1) {
|
||||||
GiveNPCTypeData(npcTypeData);
|
GiveNPCTypeData(npcTypeData);
|
||||||
|
|||||||
Reference in New Issue
Block a user