command cleanup

This commit is contained in:
nytmyr
2024-11-01 14:56:49 -05:00
parent a4e6bc5c19
commit f9762e041d
5 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ void bot_command_actionable(Client* c, const Seperator* sep)
"[spawned] - selects all spawned bots.",
"[all] - selects all spawned bots.",
"<br>",
"You may only select your bots as actionable"
"You may only select your own bots."
};
std::vector<std::string> example_format = { };
+1 -1
View File
@@ -9,7 +9,7 @@ void bot_command_behind_mob(Client* c, const Seperator* sep)
if (helper_is_help_or_usage(sep->arg[1])) {
std::vector<std::string> description =
{
"Toggles whether or not bots will stay behind the mob during combat."
"-Toggles whether or not bots will stay behind the mob during combat."
};
std::vector<std::string> notes = { };
+2 -2
View File
@@ -14,8 +14,8 @@ void bot_command_spell_engaged_priority(Client* c, const Seperator* sep)
std::vector<std::string> notes =
{
"-Setting a spell type to 0 will prevent that type from being cast.",
"-If 2 or more are set to the same priority they will sort by spell type ID."
"- Setting a spell type to 0 will prevent that type from being cast.",
"- If 2 or more are set to the same priority they will sort by spell type ID."
};
std::vector<std::string> example_format =
+2 -2
View File
@@ -14,8 +14,8 @@ void bot_command_spell_idle_priority(Client* c, const Seperator* sep)
std::vector<std::string> notes =
{
"-Setting a spell type to 0 will prevent that type from being cast.",
"-If 2 or more are set to the same priority they will sort by spell type ID."
"- Setting a spell type to 0 will prevent that type from being cast.",
"- If 2 or more are set to the same priority they will sort by spell type ID."
};
std::vector<std::string> example_format =
+1 -2
View File
@@ -16,8 +16,7 @@ void bot_command_spell_max_thresholds(Client* c, const Seperator* sep)
{
"- All pet types are based off the pet's owner's setting",
"- Any remaining types use the owner's setting when a pet is the target",
"- All Heals, Cures, Buffs (DS and resists included)",
"are based off the target's setting, not the caster",
"- All Heals, Cures, Buffs (DS and resists included) are based off the target's setting, not the caster",
"- e.g., BotA is healing BotB using BotB's settings",
};