Bapeths Multi Taunt Hotkey by barryroser
Description from the author:
# Bapeths Multi Taunt Hotkey
#
# Create an in game cooldown named "Taunt"
#
# "In Peacemode"
# Script will Taunt your last target directly
#
# "In Warmode"
# Script will AoE Taunt
#
# Script starts here...
clearsysmsg
if not warmode
say "[Taunt" 45
getlabel backpack ping
if insysmsg "taunt again"
overhead "Taunt Cooling..." 38
else
wft 500
hotkey "Last Target"
hotkey "Cancel Current Target"
cooldown "Taunt" 15000
endif
elseif warmode
say "[Taunt" 45
getlabel backpack ping
if insysmsg "taunt again"
overhead "Taunt Cooling..." 38
else
wft 500
hotkey "Target Self"
hotkey "Cancel Current Target"
cooldown "Taunt" 15000
warmode off
endif
endif
if skill "Tinkering" >= 80
script "Bapeths Trapper Background"
endif# "In Peacemode"
# Script will Taunt your last target directly
#
# "In Warmode"
# Script will AoE Taunt








