sub Poisoning() UO.FindType('0x0F0A','0x0000','backpack') While UO.GetQuantity('finditem') > 0 UO.DeleteJournal() repeat UO.UseSkill("Poisoning") UO.WaitTargetObject(dagger,'finditem') while NOT UO.InJournal("You apply") if UO.InJournal("You fail to apply")then Healing() end if wait(300) wend end sub
sub Poisoning() UO.FindType('0x0F0A','0x0000','backpack') While UO.GetQuantity('finditem') > 0 UO.DeleteJournal() repeat UO.UseSkill("Poisoning") UO.WaitTargetObject(dagger,'finditem') while NOT UO.InJournal("You apply") if UO.InJournal("You fail to apply")then Healing() end if wait(300) wend end sub