01-30-2022, 03:47 PM
Hello looking for more specifik using spell on monster when cavebotting. Its a custom spell for the server.
if cancast() then
if paround() == 0 then
say('exori max pox')
else
say('exori max pox')
end
end
but it continue spam the spell even if im not attacking a monster.
if cancast() then
if paround() == 0 then
say('exori max pox')
else
say('exori max pox')
end
end
but it continue spam the spell even if im not attacking a monster.