Classic WOW

New to this so might not be the way it works, but since each spell rank has a different spell id, wouldn’t it be easier to just write the spell id instead of the spell rank in the macro? ex; Priest Lesser Heal rank 1 ID is 2050 and rank 2 is 2052. Can’t we simply put the spell ID in the macro instead of the name and change it as needed?

No because you still need to translate it from the ID back to a spell name as only Blizzard can castSpellById we have to use CastSpellByName(“Fireball”) or CastSpellByName(“Fireball(Rank 2)”)

1 Like

Ok I have post my work in progress, Classic BM Hunter beginning macro. Note there is not much to it yet as I only got up tp level 10 or 11 when the servers went down. I also posted a few of my very old pre-GS macro that I could find. However I do not know what will or will not work as I haven’t gotten to the levels to test most of them yet. If I am able to find any more of my old macros i will post them as well. Classic BM Beginner