• 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

Question - old kiss enchanter ini and new kiss11

wynge

Active member
Joined
Jan 6, 2014
RedCents
637¢
I have a old Kiss enchanter but have no clue how to convert the conditions over. could I just copy and paste the old condition into the new condition area in kiss11? I am not sure if the syntax is different. thanks
 
Once per toon.

Options below
Code:
Usage - /mac ka10211
/mac ka10211 FileName.ini
/mac ka10211 clean
/mac ka10211 FileName.ini clean

clean - will clear all the old style conditions out your ini file
 
Last edited:
So I download it and then put it where for each toon ? I am a total noob and learn by lots of error when it comes to trial and error..
 
It's a macro like kissassist so you'll want it in your /Macros folder too. Then you don't need to move it again, just log in the character you want to upgrade and run it (like kissassist) on each one.
  1. Download KA10211.mac
  2. Move the file from your Downloads folder to macros folder in your MQ2 directory: MQ2/Release/Macros
  3. Start up Vanilla if its not running
  4. Log in EQ character you want to update to KA11 ini
  5. Once they are logged in and running, type this command into the EQ window:
    Code:
    /mac ka10211
  6. You're done, the macro will have updated your ini to KA11 conditions.
Just repeat 4 & 5 for each character you want to upgrade the ini.

If you haven't already done it, you also will need to download KA11 beta. Then same as step 2, move it to your /Macros folder. Then you can start KA11 for any toon via this, instead of /mac kissassist :
Code:
/mac kiss11

------

Some optional stuff.

If you want to remove the old style conditions, like you plan to share your ini or keep editing it yourself, you can use this command and it will remove the old conditions when it moves them:
Code:
/mac ka10211 clean

If you have alternate ini files (like fire-vs-ice nuke versions) or otherwise re-named ini, you can use this modifier to load a specific ini by replacing FileName with whatever the ini is named:
Code:
/mac ka10211 FileName.ini


----

You probably don't need to mess with this. - Super rare (use of "command")

If your ini happened to use the old "command" function in DPS or Burn sections, you'll need to manually upgrade to new KA11 "command." The update macro doesn't do this part for you since most ini's don't use this function.

KA10x commands look like this:
Code:
DPS2=command|98|cast 2
DPSCond2=${Me.SpellReady[2]}

To convert to KA11, you'll need to manually make it look like this. including moving the condition to the new section:
Code:
DPS2=Command:/cast 2|98|cond2
[KConditions]
Cond2=${Me.SpellReady[2]}
 
Last edited:
Question - old kiss enchanter ini and new kiss11

Users who are viewing this thread

Back
Top
Cart