Haste

Descrição

Use magia de pressa quando não estiver sobre efeito de pressa

Autor:

                macro(500, "Auto Haste", nil, function()
    if not hasHaste() and storage.autoHasteText:len() > 0 then
      if saySpell(storage.autoHasteText) then
        delay(5000)
      end
    end
  end)
  addTextEdit("autoHasteText", storage.autoHasteText or "utani gran hur", function(widget, text) 
    storage.autoHasteText = text
end)