Lockpicking and/or Poisoning

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
plapeyre
Posts: 5
Joined: 2004-05-18 19:53:59

Lockpicking and/or Poisoning

Post by plapeyre »

Does anyone have any lockpicking or poisoning scripts.. my attempts werent that good
no sig
Shahe
Posts: 19
Joined: 2004-05-22 16:29:37

Post 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
Post Reply