Close
Showing results 1 to 3 of 3
  1. #1

    Default Game Helper Macros by Character?

    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)
    Code:
    !if ("{CHARACTER}" is "Shadewalker" ) /cast moonfire
    and i also tried
    Code:
    !if (character is "Shadewalker" ) /cast moonfire
    And i Know this works for action target groups..

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

    Thanks in advance.

  2. #2

    Default

    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.
    Lax
    Author of ISBoxer
    Video: ISBoxer Quick Start

  3. #3

    Default

    looks like this worked for me. Thanks for the help again LAX and the awesome products you create.
    Code:
    !if (character is "Shadewalker-Vashj") /cast moonfire
    I knew it had to be something simple that i was missing =D

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •