Added rules Bots:AllowOwnerAutoDefend and Bots:LeashDistance

This commit is contained in:
Uleat
2019-10-05 23:11:16 -04:00
parent 1f04938535
commit abb1086e52
5 changed files with 54 additions and 44 deletions
+1 -1
View File
@@ -353,7 +353,7 @@ Client::Client(EQStreamInterface* ieqs)
bot_owner_options[booSpawnMessageTell] = true;
bot_owner_options[booSpawnMessageClassSpecific] = true;
bot_owner_options[booAltCombat] = false;
bot_owner_options[booAutoDefend] = true;
bot_owner_options[booAutoDefend] = RuleB(Bots, AllowOwnerAutoDefend);
SetBotPulling(false);
#endif