03-25-2010, 08:27 PM
I recently lost my alch macro for injection because i forgot to save and cannot find it anywere on forums. I need one to macro lesser poison pots. Thanks!
sub lesserpoison()
var c
while NOT UO.Dead()
UO.DeleteJournal()
c = 0
UO.Exec("usetype 0x0E9B")
wait(100)
UO.LClick(324,453) # Coordinates of "Make Last" button
repeat
wait(50)
c = c + 1
until UO.InJournal('You put the') OR (c>80)
wait(50)
wend
endsub