Yoko

All sides of Injection
It is currently 2025-11-05 01:07:39

All times are UTC+02:00




Post new topic  Reply to topic  [ 3 posts ] 
Author Message
PostPosted: 2006-02-16 07:53:50 
Offline

Joined: 2006-02-15 20:55:58
Posts: 2
господа мегаотцы-скриптеры, дружно помогаем, пожалуйста ...
значит беда в следующем, ни один из прежде рабочих скриптов сейчас почемуто отказывается делать простые Пойзоны (гонит Лессеры) ...

например:
Quote:
sub Alchemy(Reagent,MinimumReags,Choice)
while uo.Count('0x0F0E','0x0000')>0 and uo.Count(Reagent)>=MinimumReags
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

sub LesserPoison()
alchemy('0x0F88', 1, "'Lesser Poison'")
end sub

sub Poison()
alchemy('0x0F88', 2, "'Poison'")
end sub



в обоих случаях мешает Лессеры.
а ведь раньше делал :(
P.S. DRW

_________________
Don't Trouble Troubles Until Troubles Trouble You


Top
   
 Post subject:
PostPosted: 2006-02-16 08:11:05 
Offline
User avatar

Joined: 2005-02-25 13:31:26
Posts: 62
Location: DRW, [Hussars]
Пробуй в таком виде записать:

Code:
sub LesserPoison() 
alchemy('0x0F88', 1, "(1)")
end sub

sub Poison()
alchemy('0x0F88', 2, "(2)")
end sub

sub GreaterPoison()
alchemy('0x0F88', 4, "(3)")
end sub

sub DeadlyPoison()
alchemy('0x0F88', 8, "(4)")
end sub


Top
   
 Post subject:
PostPosted: 2006-02-16 08:16:55 
Offline

Joined: 2006-02-15 20:55:58
Posts: 2
Arsuri, дружище !!! Респект !!!
работает, спасибо ...

_________________
Don't Trouble Troubles Until Troubles Trouble You


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 3 posts ] 

All times are UTC+02:00


Who is online

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