варка лава бомб на дрв!!!

Ask for scripts here

Moderators: Murderator+, Murderator

Post Reply
st.Leshiy
Posts: 10
Joined: 2007-02-25 13:30:39
Contact:

варка лава бомб на дрв!!!

Post by st.Leshiy »

сделайте скрипт плииз!
юзал поиск - ненашёл :cry:
prof
Posts: 76
Joined: 2005-01-01 04:00:14
Contact:

Post by prof »

Code: Select all

sub Alchemy_Lava_Bomb() 
   alchemy('0x0F8F', 6, "'Lava Bomb'")
end sub

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
Post Reply