DennisWG / Roid-Macros

Vanilla macros on steroids!
MIT License
58 stars 16 forks source link

Allow combining multiple modifiers #8

Closed DennisWG closed 7 years ago

DennisWG commented 7 years ago

e.g.

/cast [mod:alt/ctrl/shift] Healing Touch; [mod:alt/ctrl] Healing Touch(Rank 4): [mod:alt] Healing Touch(Rank 1)
ettern commented 7 years ago

Would it be possible to support multiple buff/debuff conditionals? Eg. /cast [nodebuff:Taunt nodebuff:Mocking Blow nodebuff:Challenging Shout] Taunt; /cast [nodebuff:Taunt nodebuff:Mocking Blow nodebuff:Challenging Shout] Mocking Blow; /cast [nodebuff:Taunt nodebuff:Mocking Blow nodebuff:Challenging Shout] Challenging Shout;

DennisWG commented 7 years ago

I'll consider it when I look into this feature request.

DennisWG commented 7 years ago

Implemented.

ettern commented 7 years ago

Hi, I still cant get this to work. Eg. I want to cast Taunt only if the target dont have Taunt, Mocking Blow or Challenging Shout debuff. Same goes for Mocking Blow and Challenging Shout.

Would it be possible to have eg. nodebuff accepting multiple debuffs (nodebuff:Taunt, Mocking Blow etc) and CastModifier would magically loop through all and check.