• 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 - Kiss wont stop memming spells

JackDaniels

Active member
Joined
Jul 29, 2012
RedCents
259¢
MiscGem=8
HoTTOn=0
CampfireOn=0
CharInfo=Ranger|60|GOLD
DPSMeter=1
MiscGemRemem=0

I have t urned miscgemremem off in my kiss ini but no matter what i do on every character they keep re memming whatever spell was in that slot when i started KISS. IS there a way to stop this? It is one of the frustrating issues i've ever seen, i literally have to pause or end kiss to be able to change a spell
 
Find this line around 2962
Rich (BB code):
                /if (!${Me.Gem[${ReMemMiscGem}]} && ${CastResult.Equal[CAST_SUCCESS]} && !${CombatStart} && !${Me.Buff[Resurrection Sickness].ID} && !${sentFrom.Find[-nomem]}) {
add replace it with this line
Rich (BB code):
                /if (${MiscGemRemem} && !${Me.Gem[${ReMemMiscGem}]} && ${CastResult.Equal[CAST_SUCCESS]} && !${CombatStart} && !${Me.Buff[Resurrection Sickness].ID} && !${sentFrom.Find[-nomem]}) {
 
I am having trouble figuring out how to find and edit. Will it eventually be updated in a new kiss?
 
Problem - Kiss wont stop memming spells

Users who are viewing this thread

Back
Top
Cart