ML Train

Fonte: Wot Wiki
Revisão em 12h27min de 16 de setembro de 2023 por Igorlabanca (discussão | contribs) (Criou a página com "<span style="font-size: 18px;">Voltar</span> <div class="mw-custom-box"> '''Script Lua:''' <pre> 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,...")
(dif) ← Revisão anterior | Revisão atual (dif) | Revisão seguinte → (dif)
Saltar para a navegação Saltar para a pesquisa

Voltar


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.