Page 1 of 1

Champion not using Chain Crush Combo

Posted: 27 Apr 2011, 18:30
by JoS17in
^subject.

Here's my setup:
autoCombo 1

attackComboSlot Raging Quadruple Blow {
afterSkill Raging Trifecta Blow
waitBeforeUse .35
isSelfSkill 1
}

attackComboSlot Raging Thrust {
afterSkill Raging Quadruple Blow
waitBeforeUse .3
isSelfSkill 1
}

attackComboSlot Glacier Fist {
afterSkill Raging Thrust
waitBeforeUse .3
dist
isSelfSkill 1
}

attackComboSlot Chain Crush Combo {
afterSkill Glacier Fist
waitBeforeUse .2
isSelfSkill 1
}
I guess i dont need the "waitBeforeUse" with "autoCombo" set, but i keep it there just in case.
Works fine till Chain Crush.. doesnt even say "skill failed" ....its like its not even there... any ideas?

Re: Champion not using Chain Crush Combo

Posted: 08 May 2011, 00:57
by JoS17in
Found that the code for Chain Crush Combo is NOT a selfskill. deleted the string and
works fine now. For all that have this difficulty, hopefully this helps!