Алхимия пойзон помогите

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
Alegarh
Posts: 61
Joined: 2005-02-22 10:55:22
Location: Русский из Латвии.

Алхимия пойзон помогите

Post by Alegarh »

Проблема в том, что скрипт на Пойзоны, а делант у меня почемуто Лазер Пойзоны??? Помогите ПЛЗ

Code: Select all

sub alchemy() 
# BETEP™ #
VAR Exit=0, LastTimer
uo.print('Ńóķäóź ń šåćąģč č įóņūėźąģč')
uo.exec('addobject Bag')
while uo.targeting()
wait(100)
wend
uo.print('Ńóķäóź źóäą įóņūėźč įšīńąņü')
uo.exec('addobject Bag2')
while uo.targeting()
wait(100)
wend
while Exit<>1
UO.DeleteJournal()

UO.FindType('0x0F0E','0x0998','backpack')
If UO.GetQuantity('finditem')>0 Then
UO.SetReceivingContainer('Bag2')
wait(1000)
UO.Grab('200','finditem')
wait(1000)
UO.UnSetReceivingContainer()
Endif

UO.FindType('0x0F0E',-1,'backpack')
If UO.GetQuantity('finditem')<10 then
UO.FindType('0x0F0E','0x0000','Bag')
wait(1000)
UO.Grab('100','finditem')
wait(1000)
Endif

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

LastTimer=UO.Timer()
UO.DeleteJournal()

UO.UseType('0x0F88')
UO.WaitMenu('What','Poison')       
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
EndIf
wend   
end sub
[/code]
slonopotam
Posts: 270
Joined: 2006-08-05 14:09:06
Contact:

Post by slonopotam »

Вместо

Code: Select all

UO.WaitMenu('What','Poison')


поставь

Code: Select all

uo.cancelmenu() 
uo.automenu('What sort of potion do you want to','(last)')
Alegarh
Posts: 61
Joined: 2005-02-22 10:55:22
Location: Русский из Латвии.

Post by Alegarh »

Спасибо тебе добрый человек, а то у меня на Лазерах не рос скилл, а сейчас как на дрожах :)
Post Reply