Yoko

All sides of Injection
It is currently 2026-02-18 16:47:56

All times are UTC+02:00




Post new topic  Reply to topic  [ 5 posts ] 
Author Message
 Post subject: poison
PostPosted: 2005-02-01 06:28:17 
Offline

Joined: 2005-01-09 01:02:18
Posts: 4
how u use command poison i tried with serial cant ,poison then whats next


Top
   
 Post subject: Re: poison
PostPosted: 2005-02-01 07:20:44 
Offline
User avatar

Joined: 2004-11-07 01:22:35
Posts: 291
Location: Черкассы
Demonio wrote:
how u use command poison i tried with serial cant ,poison then whats next


Try that...

Code:
UO.Waittargetobject(****)  ;**** - it serial
UO.Usetype(****)              ;**** - type potion of poison


Top
   
 Post subject:
PostPosted: 2005-02-01 10:15:11 
Offline
Expert!
User avatar

Joined: 2004-04-04 11:13:54
Posts: 1205
Location: Балаково, Саратовская обл.
UO.WaitTargetObject('0x40170E97','finditem')
UO.UseSkill('Poisoning')

UO.WaitTargetObject(Serial,Serial)

Code:
sub alchtrain()
   VAR Exit=0, LastTimer, TryToPoison
   while Exit<>1
      ToHide()
      UO.DeleteJournal()

      UO.FindType('0x0F0E','0x0000','backpack')
      If UO.GetQuantity('finditem')<10 then
         UO.FindType('0x0F0E','0x0000','0x400704F3')
         wait(1000)
         UO.Grab('500','finditem')
         wait(1000)
      Endif

      UO.FindType('0x0F88','0x0000','backpack')
      If UO.GetQuantity('finditem')<20 then
         UO.FindType('0x0F88','0x0000','0x400704F3')
         wait(1000)
         UO.Grab('1000','finditem')
         wait(1000)
      Endif

      LastTimer=UO.Timer()
      UO.WaitMenu('What','(last)')
      UO.UseType(0x0F88) ; NightShade

      while NOT UO.InJournal("You put") AND NOT UO.InJournal("You toss the failed")
            wait(500)
      wend

      If UO.InJournal("You toss the failed") then
         repeat
            wait(100)
         until UO.Timer()>=LastTimer+100 ;time to make a dagger
      Else
         TryToPoison=1
         repeat
            ToHide()
            UO.FindType
('0x0F0E','0x0998','my')
;>>>>>>>>>>>>>>>>
            If UO.GetQuantity('finditem')>0 then
               UO.WaitTargetObject('0x40170E97','finditem')
               UO.UseSkill('Poisoning')
;>>>>>>>>>>>>>>>>
               wait(4000)
            Else
               TryToPoison=0
            Endif
         until TryToPoison==0
      EndIf
   wend   
end sub



Top
   
 Post subject: ol
PostPosted: 2005-02-01 20:04:55 
Offline

Joined: 2005-01-09 01:02:18
Posts: 4
i dont like script wiht injection lol , isnt there just a fast way to poison ur weap when ur doin pvp like with the command im trying? ,poison weapon ;O?


Top
   
 Post subject:
PostPosted: 2005-02-01 21:28:54 
Offline
Expert!
User avatar

Joined: 2004-04-04 11:13:54
Posts: 1205
Location: Балаково, Саратовская обл.
Script as example look and use selected block.


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

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 3 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