- Joined
- Aug 14, 2020
- RedCents
- 335¢
Hello,
I am new to Redguides MQ2 and I am trying to take things one step further in my .ini file for a Level 86 warrior.
Goal: To use an IF statement to control which defensive disc I am using depending on the number of mobs I have pulled.
Current code: (doesn't work correctly and I am also not sure how to enter or set up debug while running the file)
I also tried running the same code set to a DPS method and set AE1 to NULL (it still did not work). Further I tried it without cond11 and likewise it made no difference.
If I had to guess I am missing something and any help would be greatly appreciated.
Thank you,
-EP
I am new to Redguides MQ2 and I am trying to take things one step further in my .ini file for a Level 86 warrior.
Goal: To use an IF statement to control which defensive disc I am using depending on the number of mobs I have pulled.
Current code: (doesn't work correctly and I am also not sure how to enter or set up debug while running the file)
AE1=${If[${Me.XTarget}>=10, Final Stand Discipline, ${If[${Me.XTarget}<10 && ${Me.XTarget}>=6, Fortitude Discipline, ${If[${Me.XTarget}<6, Bracing Defense, NULL]}]}]}|5|mob|cond11
Cond11=!${Me.ActiveDisc.ID}I also tried running the same code set to a DPS method and set AE1 to NULL (it still did not work). Further I tried it without cond11 and likewise it made no difference.
DPS5=${If[${Me.XTarget}>=10, Final Stand Discipline, ${If[${Me.XTarget}<10 && ${Me.XTarget}>=6, Fortitude Discipline, ${If[${Me.XTarget}<6, Bracing Defense, NULL]}]}]}|97If I had to guess I am missing something and any help would be greatly appreciated.
Thank you,
-EP


