mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 17:26:30 +00:00
command cleanup
This commit is contained in:
@@ -29,7 +29,7 @@ void bot_command_actionable(Client* c, const Seperator* sep)
|
|||||||
"[spawned] - selects all spawned bots.",
|
"[spawned] - selects all spawned bots.",
|
||||||
"[all] - selects all spawned bots.",
|
"[all] - selects all spawned bots.",
|
||||||
"<br>",
|
"<br>",
|
||||||
"You may only select your bots as actionable"
|
"You may only select your own bots."
|
||||||
};
|
};
|
||||||
|
|
||||||
std::vector<std::string> example_format = { };
|
std::vector<std::string> example_format = { };
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ void bot_command_behind_mob(Client* c, const Seperator* sep)
|
|||||||
if (helper_is_help_or_usage(sep->arg[1])) {
|
if (helper_is_help_or_usage(sep->arg[1])) {
|
||||||
std::vector<std::string> description =
|
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 = { };
|
std::vector<std::string> notes = { };
|
||||||
|
|||||||
@@ -14,8 +14,8 @@ void bot_command_spell_engaged_priority(Client* c, const Seperator* sep)
|
|||||||
|
|
||||||
std::vector<std::string> notes =
|
std::vector<std::string> notes =
|
||||||
{
|
{
|
||||||
"-Setting a spell type to 0 will prevent that type from being cast.",
|
"- 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."
|
"- If 2 or more are set to the same priority they will sort by spell type ID."
|
||||||
};
|
};
|
||||||
|
|
||||||
std::vector<std::string> example_format =
|
std::vector<std::string> example_format =
|
||||||
|
|||||||
@@ -14,8 +14,8 @@ void bot_command_spell_idle_priority(Client* c, const Seperator* sep)
|
|||||||
|
|
||||||
std::vector<std::string> notes =
|
std::vector<std::string> notes =
|
||||||
{
|
{
|
||||||
"-Setting a spell type to 0 will prevent that type from being cast.",
|
"- 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."
|
"- If 2 or more are set to the same priority they will sort by spell type ID."
|
||||||
};
|
};
|
||||||
|
|
||||||
std::vector<std::string> example_format =
|
std::vector<std::string> example_format =
|
||||||
|
|||||||
@@ -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",
|
"- 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",
|
"- Any remaining types use the owner's setting when a pet is the target",
|
||||||
"- All Heals, Cures, Buffs (DS and resists included)",
|
"- All Heals, Cures, Buffs (DS and resists included) are based off the target's setting, not the caster",
|
||||||
"are based off the target's setting, not the caster",
|
|
||||||
"- e.g., BotA is healing BotB using BotB's settings",
|
"- e.g., BotA is healing BotB using BotB's settings",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user