Yoko

All sides of Injection
It is currently 2025-12-24 23:03:16

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
PostPosted: 2005-10-05 14:28:01 
Offline
User avatar

Joined: 2005-06-07 21:05:18
Posts: 67
est skript :
Code:
#==============================================================
#  MakeLockPick() - crafting Lockpick
#
#  Journal has been deleted!!!
#--------------------------------------------------------------
sub makelockpick()
   VAR c,Cont='0x4009B90C';
   while NOT UO.Dead()
      ToHide()

      UO.FindType('0x1bef','0x0000','backpack') ;iron in BP
      if UO.GetQuantity('finditem')<=3 then

         UO.FindType('0x14fb','0x0000','backpack') ;lockpick
         If UO.GetQuantity('finditem')>0 Then
            UO.SetReceivingContainer(Cont)
            wait(1000)
            UO.Grab('all','finditem')
            wait(1000)
            UO.UnSetReceivingContainer()
         Endif

         UO.FindType('0x1BEF','0x0000',Cont) ;iron in cont
         wait(1000)
         UO.Grab('99','finditem')
         wait(1000)
      endif

      CheckLag()
      UO.Exec("waitmenu 'Tinkering' 'Tools' 'Tools' 'lock'")
      UO.UseType('0x1EBC') ; tinker tools
      while NOT UO.InJournal("You put") AND NOT UO.InJournal("Tinkering failed")
         wait(300)
      wend
   wend
end sub


PROBLEMA : posle kazdogo World Save skript zbivaetsa ja igrajy na servere DRW


Top
   
 Post subject:
PostPosted: 2005-10-05 15:11:47 
Offline
User avatar

Joined: 2005-06-07 21:05:18
Posts: 67
nu 4to nikto pomo4 nemozet ????


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 2 posts ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 12 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Limited