Everyone who has never used our Bots before, can test each one for 2 days without any limitation.
The trial is given automatically when you login on the Bot, but in some cases it wouldn't work (security reasons).
If this happens, send me a private message and i will be checking the failed trials manually and adding it for those who didn't get it.
We are looking for resellers who may accept payment methods different from ours, including classictibia's cash, realesta's cash, mastercores' cash, etc. Interested? Click here at anytime.



Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Set targeting Must Attack Me When
#1
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.

if paroundignore() > 0 then
setsettings(('Targeting/Must Attack me/Enabled', 'no')
else

setsettings(('Targeting/Must Attack me/Enabled', 'yes')

end

It doesnt work for me, What do I do wrong? Thanks. How to set it for exact monster? Many thanks.
Reply

#2
Hello.

You can use creature's index (based on its position on Targeting list) or creature's name.
setsettings('Targeting/0/Setting1/Must Attack Me', true)
setsettings('Targeting/Demon/Setting1/Must Attack Me', true)
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016