Page 1 of 1

Important macro for Mana Gem (Shadowlands)

Posted: Thu Sep 17, 2020 11:01 am
by Causese
Given how annoying the conjure mana gem interaction is, I decided to make a macro for it.

Without the macro you basically have to delete any leftover Mana gems before you can create new ones,
and since you need more than 1 in combat.... this happens quite often.
The macro deletes them and also conjures new ones.

Code: Select all

#showtooltip Conjure Mana Gem /run for b=0,4 do for s=1,GetContainerNumSlots(b) do n=GetContainerItemID(b,s);if n and n == 36799 then PickupContainerItem(b,s);DeleteCursorItem() end end end /cast Conjure Mana Gem
you might have to adjust the macro based on client language

Re: Important macro for Mana Gem (Shadowlands)

Posted: Thu Oct 15, 2020 10:15 am
by Mendax
Brilliant, many thanx