Hey guys, I am trying to get my berserker to use the new EoK disc Disconcerting Discipline. Below is my string in the INI to have it be used every time it's up. However, it is not using it. Does anyone have any suggestions on what I am doing wrong? Thanks!
holyshit1=/if (${Me.CombatAbilityReady[Disconcerting Discipline]}) /disc ${Me.CombatAbility[${Me.CombatAbility[Disconcerting Discipline]}].ID}
Update: I am also trying to get it to use Demolishing Frenzy. The default mq2melee is using an older version (overpowering frenzy). I currently have my INI as:
holyshit2=/if (${Me.CombatAbilityReady[Demolishing Frenzy]} && ${Me.PctEndurance}>10 && ${Target.PctHPs}<=95) /disc Demolishing Frenzy
However, it is not firing demolishing frenzy. I have already confirmed the endurance percentage is not an issue, as it does not use either ability even at 100% endurance. Any ideas?
holyshit1=/if (${Me.CombatAbilityReady[Disconcerting Discipline]}) /disc ${Me.CombatAbility[${Me.CombatAbility[Disconcerting Discipline]}].ID}
Update: I am also trying to get it to use Demolishing Frenzy. The default mq2melee is using an older version (overpowering frenzy). I currently have my INI as:
holyshit2=/if (${Me.CombatAbilityReady[Demolishing Frenzy]} && ${Me.PctEndurance}>10 && ${Target.PctHPs}<=95) /disc Demolishing Frenzy
However, it is not firing demolishing frenzy. I have already confirmed the endurance percentage is not an issue, as it does not use either ability even at 100% endurance. Any ideas?
Last edited:

