Hold Invisible
#84
This will hold a player invisible by casting utani vid when not invisible.
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