Colocando SCRIPTS e MACROS no OTC v8.
23/10/2020
z_customSpell.lua
setDefaultTab("Main")
addSeparator()
UI.Label("AUTO - Custom"):setColor("white")
UI.TextEdit(storage.customSpell or "exura", function(widget, newSpell)
storage.customSpell = newSpell
end)
macro(200, "AUTO - Custom", function()
if g_game:isAttacking() then
say(storage.customSpell)
delay(50)
end
end)
addSeparator()
SE INSCREVA
Adquira agora mesmo os scripts gratuitos para começar a sua jornada no OT Client V8.
