Bard Buff hotkey by Jaseowns
# Bard buff hotkey by Jaseowns
# UO Outlands
# Description: Tries to buff yo self
if skill "Discordance" > 0
if not findbuff "song of discordance"
useskill 'Discordance'
wft 500
target backpack
for 11
overhead "Waiting for cooldown..." 88
wait 1000
endfor
endif
endif
if skill "Provocation" > 0
if not findbuff "song of provocation"
useskill 'Provocation'
wft 500
target backpack
for 11
overhead "Waiting for cooldown..." 88
wait 1000
endfor
endif
endif
if skill "Peacemaking" > 0
if not findbuff "song of peacemaking"
useskill 'Peacemaking'
wft 500
target backpack
for 11
overhead "Waiting for cooldown..." 88
wait 1000
endfor
endif
endif