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.
- Download KA10211.mac
- Move the file from your Downloads folder to macros folder in your MQ2 directory: MQ2/Release/Macros
- Start up Vanilla if its not running
- Log in EQ character you want to update to KA11 ini
- Once they are logged in and running, type this command into the EQ window:
- 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 :
------
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:
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]}