Searching action, when no monster on screen and monsters are spawning(tp effect) character pausewalking, take spawning monster spot, kill monster and continue walking on cavebot.
Printable View
Searching action, when no monster on screen and monsters are spawning(tp effect) character pausewalking, take spawning monster spot, kill monster and continue walking on cavebot.
bump!
could do something with https://www.tibiawindbot.com/docs.ht...tors-neweffect
though i dont know which effect id the tp effect is
i saved some effects ids
NEWEFFECT_TELEPORT = 11
so try this
init start
local waittime = 5
init end
auto(200)
foreach neweffect e do
if e.type == 11 and maround(4) == 0 then
pausewalking(waittime*1000)
wait(waittime*1000)
moveto(e.posx, e.posy, $posz)
end
end
Hello, this action dont work :/
Need some more info than "dont work" incase you want me to fix it
Character dont reach effect spot :/
are there any monsters around when its ignoring the effect spot?
No monsters on screen, when 'new monster' are spawning, character pausewalking but dont reach neweffect