I use this script for casting some spells:
sub Harm()
if UO.Count("0x1F38")>0 then
UO.Exec("usetype 0x1F38")
UO.Exec("waittargetlast")
else
UO.Print("No pergas PKT!!")
UO.Exec("cast Harm last")
end if
end sub
and the others spells are in the hoytkeys menu. if anyone knows what am I doing wrong please tell me
