; Script Name: Reveal
; Author: xCrazy
; Version: 1.0
; Client Tested with: 3.0.0c inj
; EUO version tested with: 1.42 (build 0088, 008A)
; Injection version tested with: Yokoinjection 40?.? (AoP maps2.)
; Shard: Age of Power only
initevents

mag:
event macro 15 47
wait 10
event macro 23 0
wait 100
if #mana > 30
{
goto mag
}
goto med

med:
event macro 13 46
wait 100
if #mana < #int
{
goto med
}
goto mag