• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Problem - i am having an issue with characters casting origin

maggiemay

Member
Joined
Aug 11, 2019
RedCents
89¢
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?
 
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?
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 <

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
 
this 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
| ---------------------------------
 

Attachments

this 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
| ---------------------------------
go in your toon's kissassist .ini

change this from an "=1" to "=0"
CheckStuckGem=0

you are not:
- editing kissassist.mac
you are:
- editing your character's kissassist_toonname.ini inside your config folder
 
Thank you Sic i was thinking main cause they all do it
yes, they each have =1 in their ini, so you would want to edit the ini to =0

otherwise when kissassist is updated, your kiss is going to go back to what it was, and then since you have =1 in your inis they are going to start doing it again
 
Following @Sic instructions would be the way to go, but you could also use the /changevarint command while the macro is running:

Code:
/changevarint Spells CheckStuckGem 0

This will change CheckStuckGem to 0 and save it to the ini file as well.
 
Problem - i am having an issue with characters casting origin

Users who are viewing this thread

Back
Top
Cart