View Single Post
01-11-12, 05:34 AM   #1
whoarrior
A Deviate Faerie Dragon
 
whoarrior's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2008
Posts: 14
macro behaviour dependent from location

Hi guys,

i'm looking for a macro which does different things depending on if i'm in the arena or not.

e.g.
inside the arena -> dispel magic
anywhere else -> pom
Code:
/cast [@arena1,noexists] Prayer of Mending
/stopmacro [@arena1,noexists]
/cast [mod,@player][@party1,nodead][] Dispel Magic
Any ideas, or do i need an addon which switchs macros when entering/leaving arenas?

(:

Last edited by whoarrior : 01-11-12 at 05:37 AM.
  Reply With Quote