MQ2React - looking for examples of usage

Ainna

New member
Joined
Dec 24, 2012
Messages
3
Reaction score
0
Points
1
Anyone have any examples of using this plugin? It seems pretty powerful and I'd love to utilize it.

Thank you!
 
1601436488428.png
Okay there's one example in the file. What'd I'd like is for my raid members to /rs I'm hit! when their health drops below 75% (meaning there's an add in camp). Should I just do this with downshits instead?
 
If you understand downshits, you're well on your way to understanding a react. If you think about downshits like reacts it's as follows:
/if (< react condition>) <react action>

Thus a react for yelling out I'm hit would be something like:
YAML:
reacts:
  ImHit:
    action: /rs I'm Hit!
    condition: "${Me.PctHPs} < 75"
 
  • Like
Reactions: Ainna