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

empty potions into kegs

Go down

empty potions into kegs Empty empty potions into kegs

Post by Admin Sun Feb 15, 2015 10:10 pm

clearjournal
while not @findobject 'WhiteKeg'
headmsg 'Strength Keg?'
promptalias 'WhiteKeg'
endwhile
while not @findobject 'BlueKeg'
headmsg 'Agility Keg?'
promptalias 'BlueKeg'
endwhile
while not @findobject 'YellowKeg'
headmsg 'GHeal Keg?'
promptalias 'YellowKeg'
endwhile
while not @findobject 'OrangeKeg'
headmsg 'GCure Keg?'
promptalias 'OrangeKeg'
endwhile
while not @findobject 'RedKeg'
headmsg 'TRefresh Keg?'
promptalias 'RedKeg'
endwhile
while not @findobject 'PurpleKeg'
headmsg 'GExplo Keg?'
promptalias 'PurpleKeg'
endwhile
while @findtype 0xf09
moveitem 'found' 'WhiteKeg'
if @injournal 'The keg will not hold any more!' 'system'
headmsg 'Strength keg is full!' 38
unsetalias 'WhiteKeg'
replay
endif
pause 650
endwhile
while @findtype 0xf08
moveitem 'found' 'BlueKeg'
if @injournal 'The keg will not hold any more!' 'system'
headmsg 'Agility keg is full!' 38
unsetalias 'BlueKeg'
replay
endif
pause 650
endwhile
while @findtype 0xf0c
moveitem 'found' 'YellowKeg'
if @injournal 'The keg will not hold any more!' 'system'
headmsg 'GHeal keg is full!' 38
unsetalias 'YellowKeg'
replay
endif
pause 650
endwhile
while @findtype 0xf07
moveitem 'found' 'OrangeKeg'
if @injournal 'The keg will not hold any more!' 'system'
headmsg 'GCure keg is full!' 38
unsetalias 'OrangeKeg'
replay
endif
pause 650
endwhile
while @findtype 0xf0b
moveitem 'found' 'RedKeg'
if @injournal 'The keg will not hold any more!' 'system'
headmsg 'TRefresh keg is full!' 38
unsetalias 'RedKeg'
replay
endif
pause 650
endwhile
while @findtype 0xf0d
moveitem 'found' 'PurpleKeg'
if @injournal 'The keg will not hold any more!' 'system'
headmsg 'GExplo keg is full!' 38
unsetalias 'PurpleKeg'
replay
endif
pause 650
endwhile

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