ML Train
Script Lua:
UI.Separator() setDefaultTab("Tools") macro(2000, "ML Train", function() if manapercent() > 99 then say(storage.autoSpellTrain) say(storage.autoSpellTrain2) end end) UI.TextEdit(storage.autoSpellTrain or "Utana Vid", function(widget, text) storage.autoSpellTrain = text end) UI.TextEdit(storage.autoSpellTrain2 or "Exura Vita", function(widget, text) storage.autoSpellTrain2 = text end)
Para que a macro funcione corretamente, será necessário:
Inserir a macro em Tolls > Ingame script editor (Caso possua outros scripts, você deverá rolar a barra até o final, saltar alguns espaços e colar o nome em seguida).
Informar o nome da spell e ativar a macro para que o botão fique da cor verde.