PDA

View Full Version : [Innerspace] Game Helper Macros by Character?



shadewalker
11-10-2011, 05:17 PM
is it possible to build different macros for each character by name? I would like to do this for my mount macros. I know i can do it for ATG's but i am not having any luck with just the characters name.

this is what i have in the macro box: (moonfire would be replaced with my mount of choice once i get it working)

!if ("{CHARACTER}" is "Shadewalker" ) /cast moonfireand i also tried

!if (character is "Shadewalker" ) /cast moonfireAnd i Know this works for action target groups..


!if (character is in "Druid Restoration") /cast [@focus] Swiftmendam i missing something simple here? Neiter of the first two give me any preview for the correct character set and character.

Thanks in advance.

Lax
11-10-2011, 10:48 PM
It needs to match the display name (in ISBoxer) rather than the Actual name field. If your Character was created by the wizard, it also has the realm name. That should get you going. :)

shadewalker
11-13-2011, 07:16 PM
looks like this worked for me. Thanks for the help again LAX and the awesome products you create.

!if (character is "Shadewalker-Vashj") /cast moonfireI knew it had to be something simple that i was missing =D