Dismount/Remount?

Keltonator

Grandmaster
What's the best way to set this hotkey/macro up on steam? Say if I have a mare, to dismount, then all kill target, then remount after the mob is dead. Mostly asking from a pvm standpoint.
 

Hexoplex

Grandmaster
Steam has built in mount/dismount hotkey-able actions, just create a macro that has you say "All Kill"
 

Young Star

Grandmaster
togglemounted
pause 300
msg 'all kill'


My tamer is pretty green still but that seems to work good enough for me. just cancel target when you hop back on.

I suppose if you wanted it to not say anything when mounted you'd do something like:

if mounted 'self'
togglemounted
pause 100
msg 'all kill'
else
togglemounted
endif

just threw that together without trying it in game but it should be close to what you want.
 
Last edited by a moderator:
Top