02-14-2012, 01:57 PM
If I'm not wrong add this at the end of your healing macro :
if uo.count(IDSWORD) > 0) OR (uo.count(IDSHIELD >0) then
uo.usetype(IDSWORD)
wait(50) ;idk if thats needed or not
uo.usetype(IDSHIELD)
end if
if uo.count(IDSWORD) > 0) OR (uo.count(IDSHIELD >0) then
uo.usetype(IDSWORD)
wait(50) ;idk if thats needed or not
uo.usetype(IDSHIELD)
end if

