UO Macros
Would you like to react to this message? Create an account in a few clicks or log in to continue.

this will drink a potion as you need it..

Go down

this will drink a potion as you need it..  Empty this will drink a potion as you need it..

Post by Admin Sun Feb 15, 2015 9:51 pm

you will need to loop the macro and keep it running though

if not timerexists 'Heal Potion'
createtimer 'Heal Potion'
endif
if dex < 105
// dex potion
usetype! 0xf08
endif
if str < 105
//str potion
usetype! 0xf09
endif
if stam < 10
// Refresh potion
usetype! 0xf0b
endif
if poisoned 'self'
// Cure potion
usetype! 0xf07
endif
if not yellowhits 'self'
if diffhits >= 30 and timer 'Heal Potion' >= 10250
// Heal potion
if usetype! 0xf0c
settimer 'Heal Potion' 0
endif
endif

Admin
Admin

Posts : 24
Join date : 2015-02-15

https://uosteam-macros.board-directory.net

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum