Champion not using Chain Crush Combo

International

Moderator: Moderators

Message
Author
JoS17in
Noob
Noob
Posts: 2
Joined: 27 Apr 2011, 18:24
Noob?: Yes

Champion not using Chain Crush Combo

#1 Post 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?

JoS17in
Noob
Noob
Posts: 2
Joined: 27 Apr 2011, 18:24
Noob?: Yes

Re: Champion not using Chain Crush Combo

#2 Post 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!

Post Reply