Heya All,
am back after years and updating my macro's. This includes memming spells.
For this I made a Sub to check for spells in certain order.
Now my problem. For my Wizard in the concussion line there are 2 spells with the exact same name.
They got different lvl and ID. I used to check my SpellBook with Spellnames wich runs into trouble here.
Any help on syntax to convert my macro to use Spell ID s here instead of Names would help.
I need this converted
Am sure its pretty easy, if I would know the syntax.
Thx Crystane.
am back after years and updating my macro's. This includes memming spells.
For this I made a Sub to check for spells in certain order.
Now my problem. For my Wizard in the concussion line there are 2 spells with the exact same name.
They got different lvl and ID. I used to check my SpellBook with Spellnames wich runs into trouble here.
Any help on syntax to convert my macro to use Spell ID s here instead of Names would help.
I need this converted
Rich (BB code):
/if (${Me.Book[Concussive Burst]}>0) {
}
Am sure its pretty easy, if I would know the syntax.
Thx Crystane.


