Your browser does not support JavaScript or its disabled!
Please turn it on, or be aware that some features on this website will not work correctly.
893
Hold Invisible #84
This will hold a player invisible by casting utani vid when not invisible.
221b | 9 lines.
function isInvisible()
  return g_game.getLocalPlayer() and g_game.getLocalPlayer():isInvisible()
end

macro(250, "Auto Vid", function()
  if not isInvisible() and mana() > 100 then
    say("utana vid")
  end
end)
- remove | + add

19 Mar 2022
Ads