bobby53
New Member
- Joined
- Jan 15, 2010
- Messages
- 4,040
- Reaction score
- 178
Macro to consolidate Eternals and Primals
Use this to create your 3-9 or 3-0 macro for 5 or 15 minute buffs respectively. I had posted this on the old forums for use as a mount macro on 3-1, but Hawker has recommended not using that frequently as it forces a higher number of LUA calls which for some users increases the chances of a system error.
The followiing macro consolidates Crystallized into Eternals, and Motes into Primals It uses the item # rather than the names due to the limitations on the number of characters in a macro. Item # is more concise and allows consolidating more items in a single macro.
Just change the last /cast statement to suit your needs (or simply delete it.)
Note: Mote of Mana is intentionally missing from this list ( item:22576 ) due to the limitation on # of characters in a macro. If you wish to consolidate those into Primal Mana, you will need to replace one of the others listed with its item number.
Use this to create your 3-9 or 3-0 macro for 5 or 15 minute buffs respectively. I had posted this on the old forums for use as a mount macro on 3-1, but Hawker has recommended not using that frequently as it forces a higher number of LUA calls which for some users increases the chances of a system error.
The followiing macro consolidates Crystallized into Eternals, and Motes into Primals It uses the item # rather than the names due to the limitations on the number of characters in a macro. Item # is more concise and allows consolidating more items in a single macro.
Code:
/use item:37700
/use item:37701
/use item:37702
/use item:37704
/use item:37703
/use item:37705
/use item:22572
/use item:22573
/use item:22574
/use item:22575
/use item:22577
/use item:22578
/script UIErrorsFrame:Clear()
/cast <<whatever spell here>>
Note: Mote of Mana is intentionally missing from this list ( item:22576 ) due to the limitation on # of characters in a macro. If you wish to consolidate those into Primal Mana, you will need to replace one of the others listed with its item number.
Last edited: