Доработайте скрипт плз!!!

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
AD
Posts: 39
Joined: 2004-04-18 01:33:19
Contact:

Доработайте скрипт плз!!!

Post by AD »

sub tinkering()
VAR Exit=0, LastTimer
while Exit<>1
UO.DeleteJournal()
LastTimer=UO.Timer()
UO.WaitMenu('Tinkering','Jewelry','Jewelry','necklace') ; ??? ????
UO.UseType(0x1EBC) ; ???? ??????

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

If UO.InJournal("You have failed") then
repeat
wait(100)
until UO.Timer()>=LastTimer+100 ; ????? ???????? ??????
EndIf
wait(1000)
wend
end sub



Мне надо 4тоб он когда сделает 300 продовал вендору у которого буду стоRть R!
Заранее благодарен!!!!
BETEPAH
Expert!
Posts: 838
Joined: 2004-05-31 09:31:51
Contact:

Post by BETEPAH »

Code: Select all

sub Jewerly() 
VAR Exit=0, LastTimer, TryToPoison
while Exit<>1
UO.DeleteJournal()
UO.FindType('0x1086','0x0000','backpack');
If UO.GetQuantity('finditem')>200 Then
wait(1000)
uo.sell(listname,[vendorname]); тут лист продажи и имя вендора
wait(1000)
Endif
LastTimer=UO.Timer()
UO.DeleteJournal()
UO.UseType('0x1EBC') ;
UO.WaitMenu ('Tinkering','Jewelry','Jewelry','bracelet')  ;
while NOT UO.InJournal("You put") AND NOT UO.InJournal("Tinkering failed")
wait(500)
wend
If UO.InJournal("You failed") then
repeat
wait(100)
until UO.Timer()>=LastTimer+100
Else
EndIf
wend   
end sub


попробуй не проверял
AD
Posts: 39
Joined: 2004-04-18 01:33:19
Contact:

!!

Post by AD »

Спосибо! Да кстате ты на сходку оскома поедишь?
BETEPAH
Expert!
Posts: 838
Joined: 2004-05-31 09:31:51
Contact:

Post by BETEPAH »

Так я ДРВшник......наф мне оском...И не флуди ...пиши в асю
Post Reply