Skip to content

Multiple nomybuff conditionals? #87

Description

@DaveTacker

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions