• Dear Guest,

    You're browsing our forum as a Guest meaning you can only see a portion of the forum in read-only mode.
    To view all forum nodes and be able to create threads/posts please register or log-in with your existing account.

    TwinStar team

Druid mount / travelform macro

Draakmis

New Member
Joined
Apr 19, 2016
I thought I saw a macro somewhere that would mount you if our of combat, or cast travel form if in combat. Any ideas?

/script if (PlayerFrame.inCombat) then CastSpellByName("Travel Form"); else UseContainerItem(4, 2,self) end
 
May be try it this way:
#showtooltip
/use [combat] travel form
/use [nocombat] %mountname%
 
Top Bottom