• 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

Config - Stop auto spell mem

JackDaniels

Active member
Joined
Jul 29, 2012
RedCents
259¢
How do you stop kiss from auto replacing your spell gems. I hate that feature to my core. every time time i try to swap out a spell to cast something i want or need and forget to pause the macro on that particular toon it deletes before i can cast and mems the original spell in that slot.

God i hate this feature lol

MiscGem=5
MiscGemLW=0
MiscGemRemem=0
 
Yah that is one annoying feature which I wish there was an option to turn off. Sometimes you need to load a buff, and the only way you can do so is by pausing the macro.
 
[SpellSet]
LoadSpellSet=0 <---------0=off/1=on
SpellSetName=KissAssist

Unless that only does it on loading. If I actually play a toon, I do manual mode and switch on the sections I want on. Otherwise I am not even looking at it.
 
Setting the MiscGemRemem=0 should turn off the remem feature. Just make sure you are making the changes in the correct ini file... I don't see where the spell is being rememed if that is turned off.

OK I found a place if you have a pet this could happen...

At the bottom of the DoPetStuff routine find this line:

Rich (BB code):
        /if (${Me.Pet.ID} && ${Me.Gem[${MiscGem}].Name.NotEqual[${ReMemMiscGem}]}) /call MemSpell "${ReMemMiscGem}" ${MiscGem}

and change it to

Rich (BB code):
        /if (${Me.Pet.ID} && ${Me.Gem[${MiscGem}].Name.NotEqual[${ReMemMiscGem}]} && ${MiscGemRemem}) /call MemSpell "${ReMemMiscGem}" ${MiscGem}
 
this happens on every character i have regardless of pet or not. cleric, beast, wiz. and load spell set was already on 0
 
I checked every line in Kissassist and every /call to memspell, that is used to remem a spell, has a check if MiscGemRemem is turned on except for the 1 line mentioned above, so I have no clue how the spell is being rememed when you have MiscGemRemem turned off. The only thing I can think of would be you are not using the RG version of kissassist or a modified and/or older version.
 
i have been away a couple months and just returned. I ran my RG updater and from my Macro INI i am on 10.0.6.4

Is that not current did i upload the wrong files?
 
Config - Stop auto spell mem

Users who are viewing this thread

Back
Top
Cart