GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

Classic WoW Spell Ranks Issue

lcestou opened this issue · 4 comments

commented

Hello Timothy,

Here posting about some issue about when ranks are used in Classic WoW, they are not firing off for some reason.

Example:

/castsequence reset=target/10 Spell(Rank 2), Spell(Rank 2)
/cast Spell(Rank 1)

No rush :)

commented
commented

The other idea is to have GSE check if its classic and just store the text but that also means that macros are client language dependent

commented

Its actually worse - GetSpellInfo is not returning ranks in Classic.
local name, rank, icon, castTime, minRange, maxRange, spellId = GetSpellInfo(spellstring)
image

When you get the info back - you dont get a rank

commented

image
Got it - when you specify a rank it will maintain that rank else it will use the generic which will take your highest level.