Shadow
Ultimate seasoned veteran member
- Joined
- Feb 15, 2022
- RedCents
- 1,877¢
- Buyer
- #1,121
No, you will be using MQ2React, and editing the MQ2React.yaml file. I suggest using Visual Studio Code.Man thanks for the fast response! I'm not a coder (Sorry!) and I'm trying to pick this stuff up as I go. I looked at what you put up there, do I just copy/paste that into my MQ2grind ini under the SK part?
Here is what I did, is this right? And is it that easy to add this to other characters in that same ini to get them to sit when low on mana and so forth?
[Shadow Knight]
Start=/multiline ; /shd mode chase; /shd switchwithma on; /shd assistat 98
Pause=/shd pause on ;
GrindP:
action: >-
/multiline ; /shd mode 4; /grind pause; /react enable GrindP; /dex
ChanterName /enc mode 1; /react disable GrindP
condition: >-
${Group.Member[ChanterName].PctMana} < 20 && ${Grind.Active}
Resume=/shd pause off ;
GrindR:
action: >-
/multiline ; /shd mode 7; /grind resume; /react enable GrindP; /dex
ChanterName /enc mode 2; /stand; /react disable GrindR
condition: >-
${Group.Member[ChanterName].PctMana} > 95 && ${Grind.Paused}
End=/shd pause on






