Magery macro in RunUO
Posted: 2004-07-21 21:18:01
Someone have at least a very simple macro for RunUO? I'm getting error on the one i've tried to create (long time without playing).
Code: Select all
sub Lightning()
repeat
While Uo.mana > 10
uo.WaitTargetSelf()
uo.Cast("Lightning")
if uo.hits < 20 then
Uo.BandageSelf()
Endif
Wait(2500)
until false
end sub