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
Other people monsters
#1
Is there any option to do not attack other players monsters? I know there is an option 'must attack me' but it just does not solve the problem. 

Thanks for any help~!
Reply

#2
local Creatures = { 'swamp troll', 'cave rat', 'poison spider','bug','spider' }
if paround() == 0 then
for _, creature in ipairs(Creatures) do
setsettings('Targeting/' .. creature .. '/Setting1/Must attack me', false)
end
else
for _, creature in ipairs(Creatures) do
setsettings('Targeting/' .. creature .. '/Setting1/Must attack me', true)
end
end



You have to put name of monster on the top
Reply

#3
Uhm... Might be a noob question, but where to put that code?
Reply

#4
Hello.

Persistents.
You need to add the creatuer's on list, go to Persistents tab, add new persistent, select the new persistent and click on Edit then paste it there and close window, then finally, enable it.
Reply

#5
thanks a lot!
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016