Area specific macro conditional

Hello all,

I want an macro that works something like this

/use [alteract vally] alterac heavy runecloth bandage;[warsong gulch] warsong gulch heavy runecloth bandage;heavy runcloth bandage

But i don’t believe BG names are valid conditionals does anyone know how to do this.

As far as I know, trying to use an unusable item does not stop the macro. So if the BG bandages are not usable in other BGs:

/use alterac heavy runecloth bandage
/use warsong gulch heavy runecloth bandage
/use heavy runecloth bandage

The first usable one will stop the macro. At least if I remember correctly.

If that doesn’t work, you may need an addon, you can’t have location-specific stuff in macros.

Yeah that’s the exact macro that i am already using what i want is some lua code that checks for the zone before trying to use the bandage

The problem with this macro is that it sometimes uses heavy runecloth bandage and a BG specific bandage at the same time. (now that i think of it i have not checked if i also get double the healing)

Can’t do that in a macro. What you’ll need is an addon that displays the appropriate button for you to press, based on location.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.