Yoko

All sides of Injection
It is currently 2025-11-12 05:27:16

All times are UTC+02:00




Post new topic  Reply to topic  [ 4 posts ] 
Author Message
PostPosted: 2007-05-27 11:27:46 
Offline

Joined: 2006-12-26 09:32:20
Posts: 54
Есть у кого нибудь скрипт на варку инвизок? Search не принес результатов :(


Top
   
 Post subject:
PostPosted: 2007-05-27 17:17:01 
Offline

Joined: 2006-09-16 00:40:39
Posts: 35
Не может быть чтобы серчь в этом вопросе не помог....

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(800)
  wend
 wend
 gong(2)
end sub
 

#==============================================================
#                   greater agility potion
#--------------------------------------------------------------
sub LavaBomb()
 alchemy('0x0F8F', 6, "'Lava Bomb'")
end sub
 

#==============================================================
#                   deadly poison potion
#--------------------------------------------------------------
sub Poison()
 alchemy('0x0F88', 4, "'Poison'")
end sub

 

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

#==============================================================
#                   invisibility potion
#--------------------------------------------------------------
sub Invisibility()
 alchemy('0x0F91', 4, "'Invisibility'")
end sub
 
#==============================================================
#                    total mana potion
#--------------------------------------------------------------
sub Total_Mana()
 alchemy('0x0F87', 6, "'Total Mana'")
end sub
 

#==============================================================
#                    Heal potion
#--------------------------------------------------------------
sub Shrink()
 alchemy('0x0F78', 10, "'Shrink'")
end sub
 

#==============================================================
#                    Greater Heal potion
#--------------------------------------------------------------
sub Greater_Heal()
 alchemy('0x0F85', 7, "'Greater Heal'")
end sub
 

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

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

#==============================================================
#                    Night Sight potion
#--------------------------------------------------------------
sub Nightsight()
 alchemy('0x0F8D', 2, "'Nightsight'")
end sub
#==============================================================
#                    Total refresh potion
#--------------------------------------------------------------
sub Total_Refresh()
 alchemy('0x0F7A', 6, "'Total Refresh'")
end sub
 

#==============================================================
#                    Greater Strength potion
#--------------------------------------------------------------
sub Greater_Strength()
 alchemy('0x0F86', 5, "'Greater Strength'")
end sub
 

#==============================================================
#                    Lesser Explosion potion
#--------------------------------------------------------------
sub Lesser_Explosion()
 alchemy('0x0F8C', 10, "'Lesser Explosion'")
end sub
 

#==============================================================
#                    Greater Explosion potion
#--------------------------------------------------------------
sub Greater_Explosion()
 alchemy('0x0F8C', 10, "'Greater Explosion'")
end sub


Top
   
 Post subject:
PostPosted: 2007-05-28 10:43:14 
Offline
User avatar

Joined: 2004-12-30 18:13:16
Posts: 175
Location: Russia
Code:
#Варим химию
sub ximik()
uo.print('u3 4ero MeLIIaeM?')
UO.Exec('addobject resyrs')
While UO.Targeting()
Wait(100)
wend
repeat
CheckLag()
uo.WaitMenu('What sort of potion do you','In')#Чо мутим, типо In или Total и тд
CheckLag()
uo.Useobject('resyrs')
CheckLag()
wait(10000)
CheckLag()
until UO.InJournal('stop')#Сообщение сюда вставь
end sub

_________________
Design, webdev, coding, c#, php, asp.net, xml, perl, sql, ajax, drawing, illustrating, restoration, photo, photoshop, schedule, pron, guitar, lead-guitar, js, jsp, java, dom, html, *nix, struts, cs, etc


Top
   
 Post subject:
PostPosted: 2007-05-29 09:31:52 
Offline

Joined: 2006-12-26 09:32:20
Posts: 54
Спасибо :roll:


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

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 2 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:  
cron
Powered by phpBB® Forum Software © phpBB Limited