Yoko

All sides of Injection
It is currently 2025-12-29 00:37:11

All times are UTC+02:00




Post new topic  This topic is locked, you cannot edit posts or make further replies.  [ 5 posts ] 
Author Message
PostPosted: 2005-02-25 17:34:52 
Offline

Joined: 2004-12-23 22:49:13
Posts: 23
Code:
sub Alchemy(reagent, min_reg, choice) 
while UO.Count('0x0F0E','0x0000')>0 AND UO.Count(reagent)>=min_reg
UO.DeleteJournal()
UO.Exec("waitmenu 'What sort of potion do you want to' "+choice)
UO.UseType(reagent)
while NOT UO.InJournal("You put") AND NOT UO.InJournal("You toss the failed")
wait(400)
wend
wend
end sub

sub dp()
alchemy('0x0F88', 8, "'Deadly Poison'")
end sub

sub invis()
alchemy('0x0F91', 4, "'Invisibility'")
end sub

sub tm()
alchemy('0x0F87', 6, "'Total Mana'")
end sub

sub gh()
alchemy('0x0F85', 7, "'Greater Heal'")
end sub

sub gc()
alchemy('0x0F84', 6, "'Greater Cure'")
end sub

sub ss()
alchemy('0x0F85', 1, "'Stoneskin'")
end sub

sub tr()
alchemy('0x0F7A', 6, "'Total Refresh'")
end sub

sub ge()
alchemy('0x0F8C', 10, "'Greater Explosion'")
end sub

sub sh()
alchemy('0x0F78', 10, "'Shrink'")
end sub

sub ag()
alchemy('0x0F7B', 1, "'Agility'")
end sub

sub ga()
alchemy('0x0F7B', 3, "'Greater Agility'")
end sub

sub gp()
alchemy('0x0F88', 4, "'Greater Poison'")
end sub

sub m()
alchemy('0x0F87',1, "'Mana'")
end sub

Помогите доработать этот скрипт пожалуйста, чтобы после неудачи в приготовлении отвара, он не останавливался делать его, а продолжал его варить.


Top
   
 
 Post subject:
PostPosted: 2005-02-25 17:40:02 
Offline
Expert!
User avatar

Joined: 2004-04-04 11:13:54
Posts: 1205
Location: Балаково, Саратовская обл.
Вот это сообщение замени на свое.
You toss the failed


Top
   
 
 Post subject:
PostPosted: 2005-02-25 17:50:03 
Offline

Joined: 2004-12-23 22:49:13
Posts: 23
Savage wrote:
Вот это сообщение замени на свое.
You toss the failed

Спасибо )


Top
   
 
 Post subject:
PostPosted: 2005-02-25 18:43:12 
Offline

Joined: 2004-12-23 22:49:13
Posts: 23
Savage wrote:
Вот это сообщение замени на свое.
You toss the failed

что-то не получается - у меня такое же сообщение


Top
   
 
 Post subject:
PostPosted: 2005-02-28 06:09:27 
Offline
User avatar

Joined: 2004-11-06 12:56:58
Posts: 58
Location: Украина, Днепропетровск.
Code:
 #============================================================== 
# Alchemy(reagent, min_reg, choice) - main alchemi script
#
# reagent - type of reagent
# min_reg - min count reagets to make potion
# choice - menu choice after using reagents
#
# Journal has been deleted!!!
#--------------------------------------------------------------
sub Alchemy(reagent,min_reg,choice)
while UO.Count('0x0F0E','0x0000')>0 AND UO.Count(reagent)>=min_reg
UO.DeleteJournal()
UO.Exec("waitmenu 'What sort of potion do you want to'" +choice)
UO.UseType(reagent)
while NOT UO.InJournal("You put") AND NOT UO.InJournal("You toss the failed")
wait(300)
wend
wend
end sub

#==============================================================
# makega() - toss greater agility potion
#--------------------------------------------------------------
sub makega()
alchemy('0x0F7B', 3, "'Greater Agility'")
end sub


#==============================================================
# makedp() - toss deadly poison potion
#--------------------------------------------------------------
sub makedp()
alchemy('0x0F88', 8, "'Deadly Poison'")
end sub


#==============================================================
# makegp() - toss greater poison potion
#--------------------------------------------------------------
sub makegp()
alchemy('0x0F88', 4, "'Greater Poison'")
end sub


#==============================================================
# makeinvis() - toss invisibility potion
#--------------------------------------------------------------
sub makeinvis()
alchemy('0x0F91', 4, "'Invisibility'")
end sub


#==============================================================
# maketm() - toss total mana potion
#--------------------------------------------------------------
sub maketm()
alchemy('0x0F87', 6, "'Total Mana'")
end sub


#==============================================================
# makegh() - toss total mana potion
#--------------------------------------------------------------
sub makegh()
alchemy('0x0F85', 7, "'Greater Heal'")
end sub


#==============================================================
# makegc() - toss Greater Cure potion
#--------------------------------------------------------------
sub makegc()
alchemy('0x0F84', 6, "'Greater Cure'")
end sub


#==============================================================
# makess() - toss stoneskin potion
#--------------------------------------------------------------
sub makess()
alchemy('0x0F85', 1, "'Stoneskin'")
end sub


#==============================================================
# makens() - toss Night Sight potion
#--------------------------------------------------------------
sub makens()
alchemy('0x0F8D', 2, "'Nightsight'")
end sub


#==============================================================
# makeh() - toss Heal potion
#--------------------------------------------------------------
sub makeh()
alchemy('0x0F85', 5, "'(2)'")
end sub


#==============================================================
# maketr() - toss total refresh potion
#--------------------------------------------------------------
sub maketr()
alchemy('0x0F7A', 6, "'Total Refresh'")
end sub


#==============================================================
# makegs() - toss total refresh potion
#--------------------------------------------------------------
sub makegs()
alchemy('0x0F86', 5, "'Greater Strength'")
end sub


#==============================================================
# makege() - toss total mana potion
#--------------------------------------------------------------
sub makege()
alchemy('0x0F8C', 10, "'Greater Explosion'")
end sub

_________________
Just Be! Все ФИГНЯ, кроме пчёл!!! А пчёлы ваще фигня!


Top
   
 
Display posts from previous:  Sort by  
Post new topic  This topic is locked, you cannot edit posts or make further replies.  [ 5 posts ] 

All times are UTC+02:00


Who is online

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