A Suggestion for GSE
tsaijamey opened this issue · 2 comments
GSE is a great addon for wow gamers.
It makes the game easier for those who are not professional players.
When I use it, I feel the macro list going not always the best.
For example, you get some buff and at that moment, maybe Spell C is the best choice, but in the macro script, it casts Spell A.
So I'm thinking about some possibility, if you make GSE macros divided into several pieces, something like: we write Spell A(using spell id e.g. 11111) as 'using: 11111, condition: mod:shift', then when other addons such as weakaura2 tells that "Spell A is the best choice", we press the macro, it plays "/cast [mod:shift] A".
I have no idea if this kind of script against the rules in WOW.
If not, I guess GSE would be more interesting for more players.