Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

Just upgraded to Kiss 8 and none of my chars will refresh clicky buffs? My warrior hangs with his usual arrow summon:
Buffs9=Huntsman's Ethereal Quiver|Summon|Ethereal Arrow|200
Rest of my chars work as usual, just won't refresh clickies
Please post the buff lines for the clicky items on the toons not clicking clickies... want to check if they using dual or not.
Also... are the clickies only maintained in kissassist buff lines in the config, or do you use mq2melee at all to maintain clickies as well.
I want to isolate it to only kissassist.
/if (${WasTwisting}) {
/squelch /twist off
/delay 30 !${Twist}
/casting "${castWhat}|item" -targetid|${castTargetID}
/varset CastResult ${Cast.Result}
/call CheckCasting 50
}
/if (${WasTwisting} && !${Twist}) {
/delay 30
/squelch /twist
}
/return ${CastResult}
}
/if (${Target.ID}!=${castTargetID}) {
/target id ${castTargetID}
/delay 10 ${Target.ID}==${castTargetID}
}
/if (${WasTwisting}) {
/squelch /twist off
/delay 30 !${Twist}
/casting "${castWhat}|item" -targetid|${castTargetID}
/varset CastResult ${Cast.Result}
/call CheckCasting 50
}
/if (${WasTwisting} && !${Twist}) {
/delay 30
/squelch /twist
/return ${CastResult}
}
/if (${Target.ID}!=${castTargetID}) {
/target id ${castTargetID}
/delay 10 ${Target.ID}==${castTargetID}
}
