Is it possible to have multiple nomybuff conditionals on a single /cast line? For example, something like this:
/cast [mod:shift] Frost Shock
/cast [nomybuff:Water_Shield,mypower<35] Water Shield
/cast [nomybuff:Lightning_Shield,nomybuff:Water_Shield] Lightning Shield
/cast Lightning Strike
/startattack
The idea here is if the player is under 35% mana and does not have Water Shield active, it should be cast. Otherwise, if neither Water Shield or Lightning Shield is active, it should cast Lightning Shield. Finally, the default action of the macro would be to cast Lightning Strike and start attacking.
What happens in practice though is the macro spam casts Water Shield as you would expect, but then chain casts Lightning Shield. It never gets to Lightning Strike. Any ideas?
Is it possible to have multiple
nomybuffconditionals on a single/castline? For example, something like this:The idea here is if the player is under 35% mana and does not have
Water Shieldactive, it should be cast. Otherwise, if neitherWater ShieldorLightning Shieldis active, it should castLightning Shield. Finally, the default action of the macro would be to castLightning Strikeand start attacking.What happens in practice though is the macro spam casts Water Shield as you would expect, but then chain casts Lightning Shield. It never gets to Lightning Strike. Any ideas?