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.

Good morning maggiemay, are you using kissassist?MY characters cast origin/knowledge gate randomly when casting other spells. it hasnt been a big deal until my cleric got persistant casting close to max. now she keeps zoning on me. where is this coming from?
sic said:yes, you have stuck gem check on, and manually casting it is triggering it.
you can turn that off in your ini
> HERE < is a discussion thread about it.
change this from an =1 to =0
CheckStuckGem=0
Good morning maggiemay, are you using kissassist?
you didn't say what automation you're using and you posted the thread with the IRL tag - which means "In Real Life", so I'm just guessing you're using kissassist.
> quick search turns this up <
you quoted me where i showed where to turn it offGood morning Sic,
yes i am using kissassist. where is the ini so i can shut that off ??

CheckStuckGem=0go in your toon's kissassist .inithis file? here? im old dumb and blind Sic
SUB: Check and Fix Stuck Gems
| ----------------------------------------------------------------------------
Sub CheckStuckGems
/return
/if (${Window[CastingWindow].Open} || ${Me.Invis}) /return
/if (${Me.AltAbilityReady[origin]}) {
/echo ***** Stuck Gem Detected ***** ${Me.SpellInCooldown}
/alt act ${Me.AltAbility[origin].ID}
/delay 50 ${Window[CastingWindow].Open}
/stopcast
/delay 10
} else {
/echo Origin AA not ready.
/delay 20
}
/return
| ---------------------------------
CheckStuckGem=0yes, they each have =1 in their ini, so you would want to edit the ini to =0Thank you Sic i was thinking main cause they all do it
/changevarint Spells CheckStuckGem 0
