Since proving a negative is impossible, noCould you give a clear proof that the long-time stuck gem bug has been really really fixed this time please? Since DPG screwed this too many times...
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.

Since proving a negative is impossible, noCould you give a clear proof that the long-time stuck gem bug has been really really fixed this time please? Since DPG screwed this too many times...
you will need to find the "Sub CheckStuckGems" in kissassist.mac and add aHey all, since a couple patches ago, all of my characters are randomly casting origin, but I've checked all their ini's and there are no origin lines in them...any ideas?
/return afterwardsSub CheckStuckGems
/return
I merged your thread into the existing origin thread.I'm fairly new to KA, but this is a new problem I haven't had before. When I manually go to press a spell gem on the spell bar, I get "You begin casting Origin". Then a "Your ability failed. Timer has been reset." Is this a known bug and is there a fix?
Thanks in advance for any help.
I added a flag for this, not sure when I added it, so check your ini and look for the CheckStuckGem entry.
Sub CheckStuckGems
/return
I merged your thread into the existing origin thread.
the tl;dr is that kiss uses origin for "stuck spell gem detection"
per CTaylor:
so you should have a CheckStuckGem entry in your INI and you can change that to =0
or - if that never got added
you will want to edit out the sub in your kissassist as suggested in a few of the posts
Code:Sub CheckStuckGems /return
| ----------------------------------------------------------------------------
| SUB: Check and Fix Stuck Gems
| ----------------------------------------------------------------------------
Sub CheckStuckGems
/if (${Window[CastingWindow].Open} || ${Me.Invis}) /return
/if (${Me.AltAbilityReady[origin]}) {
/alt act ${Me.AltAbility[origin].ID}
/delay 50 ${Window[CastingWindow].Open}
/stopcast
/delay 10
} else {
/echo Origin AA not ready.
/delay 20
}
/return
| ----------------------------------------------------------------------------
| SUB: Check and Fix Stuck Gems
| ----------------------------------------------------------------------------
Sub CheckStuckGems
/return

I merged your post to the existing thread - read up in here a bit for an explain / solutionAnyone else experiencing random casts of Origin that causes interrupts to toons mid-buff?
yeahWhy hasn't this just been removed from KA entirely? Or defaulted to off and requires someone to enable it if they want to use it?
Why hasn't this just been removed from KA entirely? Or defaulted to off and requires someone to enable it if they want to use it?
Are you by any chance using the "CastingInterruptOn=0" Because that's suppose to prevent it from interrupting spells it casts, im not sure if that would also stop it from interrupting origin though.Recently I have had problems with this, and they do actually manage to get it off a lot of times causing a few wipes! The only cure I have found so far is to re-install MQ2 every day or so, that seems to have fixed it ....for now?
