PDA

View Full Version : Need script. Use strong haste when exit spawn and walking to the spawn.



wujo77
01-26-2017, 12:20 AM
Need script. Use strong haste when exit spawn and walking to the spawn.

Ready to hunt. Walking to the spawn. = now start auto haste

Entering spawn. = stop auto haste.

Exiting spawn. start auto haste



Dont work :

http://forums.xenobot.net/showthread.php?39970-auto-haste&highlight=haste

Thanks for hellp

yompa93
01-28-2017, 11:49 AM
Make a label for haste that sets a variable true or false (in the code atSpawn is the variables name).



Module.New("Haste", function(this)
if atSpawn and not Self.isHasted() then
Self.Cast("utani hur")
end
this:Delay(1000, 2000)
end)