mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 16:46:37 +00:00
Rewrite ^pull logic and handling. **MORE**
Add ^setassistee command to set who your bots will assist. Bots will always assist you first before anyone else. If the rule Bots, AllowCrossGroupRaidAssist is enabled bots will assist the group or raid main assists. Rewrites logic in handling of pull and returning to ensure bots make it back to their location.
This commit is contained in:
@@ -1747,6 +1747,7 @@ void bot_command_heritage(Client *c, const Seperator *sep);
|
||||
void bot_command_inspect_message(Client *c, const Seperator *sep);
|
||||
void bot_command_list_bots(Client *c, const Seperator *sep);
|
||||
void bot_command_report(Client *c, const Seperator *sep);
|
||||
void bot_command_set_assistee(Client* c, const Seperator* sep);
|
||||
void bot_command_spawn(Client *c, const Seperator *sep);
|
||||
void bot_command_stance(Client *c, const Seperator *sep);
|
||||
void bot_command_stop_melee_level(Client *c, const Seperator *sep);
|
||||
|
||||
Reference in New Issue
Block a user