Page 1 of 1

Lockpicking and/or Poisoning

Posted: 2004-05-20 14:34:54
by plapeyre
Does anyone have any lockpicking or poisoning scripts.. my attempts werent that good

Posted: 2004-05-22 17:01:24
by Shahe
sub Poisoning()
VAR Poison='0x0F0A', Mech='0x40F3A1F5'
While NOT UO.Dead()
If UO.Hits < UO.Str Then
UO.bandageself()
wait (500)
endif

UO.useskill ('Poisoning')
UO.WaitTargetObject(Mech)
wait (50)
CheckLag()
UO.WaitTargetType(Poison)
UO.DeleteJournal()
Repeat
Wait(100)
Until UO.InJournal("You apply") OR UO.InJournal("You fail")

Wend



end sub


sub CheckLag()
UO.DeleteJournal()
UO.Click('backpack')
repeat
wait(50)
until UO.InJournal('backpack')
end sub