Yoko

All sides of Injection
It is currently 2026-01-18 16:38:39

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
PostPosted: 2005-03-25 12:08:40 
Offline

Joined: 2004-11-04 17:39:18
Posts: 1
У кого есть скрипт на пойзонинг самый просто чтоб чар просто травил даггер
и чуть чуть посложнее чтоб чар делал лессер пойзоны и ими пойзонил даггер
заранее спасибо


Top
   
PostPosted: 2005-03-25 14:17:49 
Offline

Joined: 2004-06-01 16:24:44
Posts: 60
Location: DRW
nekro wrote:
У кого есть скрипт на пойзонинг самый просто чтоб чар просто травил даггер
и чуть чуть посложнее чтоб чар делал лессер пойзоны и ими пойзонил даггер
заранее спасибо


Вот самый простой: берет из сумки пойсоны и травит ими даггер
Code:
sub Poisoning() 
var LastTimer=0
var Exit=0
var TryToPoison=1

while Exit<>1
UO.DeleteJournal()

UO.FindType('0x0F0E',-1,'backpack') ; poison bottle
If UO.GetQuantity('finditem')<10 then
UO.FindType('0x0F0E','0x0998','0x400AB9F7') ; poison bottle container
wait(1000)
UO.Grab('300','finditem')
wait(100)
Endif

repeat
UO.FindType('0x0F0E','0x0998','my')
If UO.GetQuantity('finditem')>0 then
   UO.UseSkill('Poisoning')
   UO.WaitTargetObject('0x400D6970','finditem') ; dagger
   wait(4000)
   TryToPoison=1
Else
   TryToPoison=0
Endif

until TryToPoison <> 0
wend


А вот скрипт который сначала делает пойзоны а потом ими травит даггер
Code:
sub Poison() 
var LastTimer=0
var Exit=0
var TryToPoison
while Exit<>1
UO.DeleteJournal()

UO.FindType('0x0F0E',-1,'backpack') ; bottle
If UO.GetQuantity('finditem')<10 then
UO.FindType('0x0F0E','0x0000','0x401C7D02') ; bottle, container
wait(1000)
UO.Grab('300','finditem')
wait(100)
Endif
UO.FindType('0x0F88','0x0000','backpack') ; NS
If UO.GetQuantity('finditem')<20 then
UO.FindType('0x0F88','0x0000','0x400AB9F7'); NS, container
wait(1000)
UO.Grab('600','finditem')
wait(500)
Endif
LastTimer=UO.Timer()
UO.WaitMenu('What','(2)') ; menu
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
UO.FindType('0x0F0E','0x0998','my')
If UO.GetQuantity('finditem')>0 then
UO.UseSkill('Poisoning')
UO.WaitTargetObject('0x400D6970','finditem') ; dagger
; UO.UseSkill('Poisoning')
wait(4000)
Else
TryToPoison=0
Endif
EndIf
wend


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: Bing [Bot] and 1 guest


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