Untitled

 avatar
unknown
plain_text
2 years ago
318 B
6
Indexable
macro(350, "Utito Tempo", function()
  if not hasPartyBuff () then
    say("Utito Tempo")
  end
end)



macro(350, "Utamo Tempo", function()
  if not hasPartyBuff () then
    say("Utamo Tempo")
  end
end)



macro(3000, "Exeta amp res", function()
if g_game.isAttacking() then
say("exeta amp res")
delay(3000)
end
end)
Editor is loading...
Leave a Comment