Yoko http://forum.yoko.com.ua/ |
|
Lockpicking and/or Poisoning http://forum.yoko.com.ua/viewtopic.php?f=20&t=394 |
Page 1 of 1 |
Author: | plapeyre [ 2004-05-20 14:34:54 ] |
Post subject: | Lockpicking and/or Poisoning |
Does anyone have any lockpicking or poisoning scripts.. my attempts werent that good |
Author: | Shahe [ 2004-05-22 17:01:24 ] |
Post subject: | |
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 |
Page 1 of 1 | All times are UTC+02:00 |
Powered by phpBB® Forum Software © phpBB Limited https://www.phpbb.com/ |