Log in

View Full Version : Stronghaste if not monster on screen



slawek170
02-17-2016, 07:40 AM
Hello all, I need a script that will use strong haste without monsters on the screen, will help anyone? Thanks

Tirell
02-17-2016, 10:21 AM
Module("Haster", function(Module)
if not Self.isHasted() and not Self.isInPz() and (#Self.GetTargets(8) == 0) then
Self.Cast("utani gran hur", 100)
end
Module:Delay(1000)
end)

Try this

slawek170
02-18-2016, 10:09 AM
That's work! Thanks!!