Close
Showing results 1 to 10 of 83

Hybrid View

  1. #1

    Default

    Ok,

    I am having a hard time figuring out how to use this properly. Here is an example (trying to keep it as simple as possible):

    I have 2 characters with the tags:
    1. Pally
    2. Priest


    I have a macro called mount:
    Code:
    /use #GroundMount#
    How do I setup the variables and run the "jamba-macro use" command so that the "GroundMount" variable is replaced with the following on each character?
    1. Pally = Summon Charger
    2. Priest = Swift Green Hawkstrider



    EDIT: I know I can define the "GroundMount" variable on both characters and give it a different value on each characters but that means I cannot push my variables across anymore. Is there a way to define all variables on all the characters and each character knows which variable applies to them?

    EDIT 2: Alternatively, is it possible to exclude certain variables from being pushed? I don't want my "GroundMount" variable on the pally being pushed to the priest and overwriting the priest value.
    Last edited by thinus : 12-06-2009 at 09:04 PM Reason: Clarification
    The Orcks of War
    Shaman Borck Zorck Dorck Porck Corck
    Mixed Team - Msblonde - Mswhite - Msblack - Msred - Msbrown -

  2. #2

    Default

    What you do, is declare the variable twice, each one with a different tag.

    Variables

    Name Tag Value
    groundmount priest Swift Green Hawkstrider
    groundmount pally Summon Charger

    You make sure you tag your priest with the priest tag and your pally with the pally tag.

    Your macro

    /use #groundmount#

    will have groundmount substituted correctly according to the tag that each character has.

    Does that make sense?

    P.S. Make sure you are using the latest build (12 I think).
    Jafula.
    Jamba - Jafula's Awesome Multi Boxer Assistant. An addon for YOU.

  3. #3

    Default

    Ok, so when the macros are built variables with the "all" tag will be used by everyone otherwise they will use a variable with a tag that the character has as well, correct?

    Will try it tonight.
    The Orcks of War
    Shaman Borck Zorck Dorck Porck Corck
    Mixed Team - Msblonde - Mswhite - Msblack - Msred - Msbrown -

  4. #4

    Default

    Quote Originally Posted by thinus View Post
    Ok, so when the macros are built variables with the "all" tag will be used by everyone otherwise they will use a variable with a tag that the character has as well, correct?

    Will try it tonight.
    Yes.
    Jafula.
    Jamba - Jafula's Awesome Multi Boxer Assistant. An addon for YOU.

Tags for this Thread

Posting Rules

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