12-13-2019, 08:03 AM
Hi, how to make a persistent to change the attack mode if player on screen? I am hunting goblins and want bot to change option to "must attack me" when player is on screen to avoid reports from confused players.
It doesnt work for me, What do I do wrong? Thanks. How to set it for exact monster? Many thanks.
if paroundignore() > 0 then
setsettings(('Targeting/Must Attack me/Enabled', 'no')
else
setsettings(('Targeting/Must Attack me/Enabled', 'yes')
endIt doesnt work for me, What do I do wrong? Thanks. How to set it for exact monster? Many thanks.

