Dichotomic Rage Not Firing

eqman22

Lifetime Member
Joined
Oct 31, 2007
Messages
463
Reaction score
5
Points
18
Can anyone happen to tell from this snippet of my zerker's INI why it will not use dichotomic rage? I copied it from the zerker thread on this site, but it's not working for me.

Thanks!

[MQ2Melee]
holyflag0=1
HTML:
holyshit0=/if (${Me.PctEndurance}>20 && ${Me.CombatAbilityReady[Dichotomic Rage]} && ${Target.PctHPs}>30) /disc ${Me.CombatAbility[${Me.CombatAbility[Dichotomic Rage]}].ID}
HTML:
 
use doability

dicho has a placeholder ability that is level 250 its used to tell what rank it will use. So /disc will never work for the actual 106 disc it will always try and fire the 250 one.

/doability "${Me.CombatAbility[Dichotomic Rage]}"
 
Sorry for the delayed reply. Been traveling for work. Thanks tons!