Bot Rework

This commit is contained in:
nytmyr
2024-04-26 22:38:56 -05:00
parent 77793f364e
commit 6574f780db
94 changed files with 15920 additions and 3952 deletions
+15 -1
View File
@@ -142,6 +142,13 @@ namespace Logs {
EqTime,
Corpses,
XTargets,
BotSettings,
BotPreChecks,
BotHoldChecks,
BotDelayChecks,
BotThresholdChecks,
BotSpellTypeChecks,
TestDebug,
MaxCategoryID /* Don't Remove this */
};
@@ -242,7 +249,14 @@ namespace Logs {
"Zoning",
"EqTime",
"Corpses",
"XTargets"
"XTargets",
"Bot Settings",
"Bot Pre Checks",
"Bot Hold Checks",
"Bot Delay Checks",
"Bot Threshold Checks",
"Bot Spell Type Checks",
"Test Debug"
};
}