Hi,
I dont really know anything about macros so im looking for some help on them :)
Basically i'd like to know the rules of macros and how i could make them myself...
One of the macros i'd like to make is one where it will equip item 1 if it's not equiped and item 2 if it is. I tried using some logic off of a hunter macro i found on the wow eu site forums (without the apostrophes ofc): '/cast [nopet] Call Pet; Revive Pet' and changing it to: '/equip [noequip] charm of swift flight; xi'ri's gift' (which were the two items i wanted to switch between) but that didn't work.
For the moment ive settled for 2 macros that are just very simple: '/equip <insert your item here>' to switch between the two.
So, yeah, any help would be appritiated ;)
Thanks for the posts - i tried several of the macros on those sites i thought might work but had no luck...
Maybe it cant be done? But im sure that something as simple as that should be macro-able...
I'll just keep with my very small macros atm to do it (/equip charm of swift flight) etc.
if Item1 is already equipped that line won't do nothing, and line 2 is run, otherwise line 1 is run, and since you can only do one action per click, line 2 is skipped.
This will only work with two items for obvious reasons.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I dont really know anything about macros so im looking for some help on them :)
Basically i'd like to know the rules of macros and how i could make them myself...
One of the macros i'd like to make is one where it will equip item 1 if it's not equiped and item 2 if it is. I tried using some logic off of a hunter macro i found on the wow eu site forums (without the apostrophes ofc): '/cast [nopet] Call Pet; Revive Pet' and changing it to: '/equip [noequip] charm of swift flight; xi'ri's gift' (which were the two items i wanted to switch between) but that didn't work.
For the moment ive settled for 2 macros that are just very simple: '/equip <insert your item here>' to switch between the two.
So, yeah, any help would be appritiated ;)
And for the record the equipped conditional only works for item types, not specific items.
ie. equipped: shields
You might be able to do what you want with equipslot macros...
http://www.wowwiki.com/Making_a_macro#Equipping_items
Macro FAQ & Repository - Post Macros Here!
Maybe it cant be done? But im sure that something as simple as that should be macro-able...
I'll just keep with my very small macros atm to do it (/equip charm of swift flight) etc.
if Item1 is already equipped that line won't do nothing, and line 2 is run, otherwise line 1 is run, and since you can only do one action per click, line 2 is skipped.
This will only work with two items for obvious reasons.