Yoko
http://forum.yoko.com.ua/

Script for drink potion
http://forum.yoko.com.ua/viewtopic.php?f=20&t=4757
Page 1 of 1

Author:  Sisma [ 2005-08-09 21:46:01 ]
Post subject:  Script for drink potion

Can anyone post a script that drink a potion and rearm shield or weapon?
Thanks a lot

Author:  Leo [ 2005-08-09 21:48:26 ]
Post subject: 

With pleasure :wink:
Code:
sub Drink() 
   UO.SetArm('Weapon')
   wait(500)
   UO.FindType('type','color',-1,'my') ;type and color of potion
   UO.UseObject('finditem')
   wait(500)
   UO.Arm('Weapon')
end sub

Author:  flake [ 2005-08-10 01:18:30 ]
Post subject: 

Code:
UO.FindType('type','color', 'my') ;type and color of potion 


It is correct this way.

Page 1 of 1 All times are UTC+02:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/