Yoko

All sides of Injection
It is currently 2026-01-18 00:06:15

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
PostPosted: 2005-01-06 14:03:16 
Offline

Joined: 2005-01-06 10:56:30
Posts: 1
Тока что после варения пойзона пойзонил даггер есть у кого такое чудо :)


Top
   
 Post subject:
PostPosted: 2005-01-06 23:26:36 
Offline
User avatar

Joined: 2005-01-04 21:52:39
Posts: 32
есть,вот делает пойзон(грейт в зависимости от скила)отравляет даггер в бекпаке и юзает спирит
sub AlchemyPoison()
var Exit=0, LastTimer, TryToPoison

while Exit<>1
uo.DeleteJournal()

uo.FindType('0x0F0E',-1,'backpack') ;Butilki
if uo.GetQuantity('finditem')<10 then
uo.FindType('0x0F0E','0x0000','0x4007D794') ; sunduk s butilkami (bottle, container)
wait(1000)
uo.Grab('500','finditem')
wait(100)
end if
uo.FindType('0x0F88','0x0000','backpack') ; ns
if uo.GetQuantity('finditem')<20 then
uo.FindType('0x0F88','0x0000','0x4007D794') ;sunduk s ns-om
wait(1000)
uo.Grab('1000','finditem')
wait(500)
end if
LastTimer=uo.Timer()
uo.WaitMenu('What','(last)') ; ????
uo.UseType(0x0F88) ; ???? ????

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 ;
else
TryToPoison=1
repeat
uo.FindType('0x0F0E','0x0998','my')
if uo.GetQuantity('finditem')>0 then
uo.UseSkill('Poisoning')
uo.WaitTargetObject('0x4026E7E4','finditem') ; dagger
wait(4000)
else
TryToPoison=0
end if
end if
uo.UseSkill('Spirit Speak')
wait(3000)
wend
end sub


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 9 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:  
cron
Powered by phpBB® Forum Software © phpBB Limited