Back to "b" tags

Bapeths Multi Taunt Hotkey by barryroser

Description: # "In Peacemode"

# Script will Taunt your last target directly

#

# "In Warmode"

# Script will AoE Taunt

1# Bapeths Multi Taunt Hotkey
2#
3# "In Peacemode"
4# Script will Taunt your last target directly
5#
6# "In Warmode"
7# Script will AoE Taunt
8#
9# Script starts here...
10
11if not warmode and not cooldown "Taunt"
12    say "[Taunt" 45
13    wft 500
14    hotkey "Last Target"
15    hotkey "Cancel Current Target"
16    cooldown "Taunt" 15000
17elseif warmode and not cooldown "Taunt"
18    say "[Taunt" 45
19    wft 500
20    hotkey "Target Self"
21    hotkey "Cancel Current Target"
22    cooldown "Taunt" 15000
23    warmode off
24endif
25
26if skill "Tinkering" >= 80
27    script "Bapeths Trapper Background"
28endif