Not sure if it's yet possible, can't find a function to attack. If you have a strike spell like exori, you could do this... would clear any monsters trapping you.

PHP Code:
while(true) do
   
local position Self.Position();
   
sleep(random(2000,5000));
   if (
position Self.Position()) then
      Self
.Say('exori');
   
end
end