• 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 about kissassist

You should be able to add that easily. Could even be done if you're wanting to loot. See below:

Rich (BB code):
| -------------------------------------------------------------------------------------
| Sub Main
| -------------------------------------------------------------------------------------
Sub Main
    | ini file fix for zones with commas in them
    /hidecorpse all
    /declare ZoneName string outer ${Zone}

or

Rich (BB code):
| -------------------------------------------------------------------------------------
| Sub Main
| -------------------------------------------------------------------------------------
Sub Main
    | ini file fix for zones with commas in them
    /hidecorpse looted
    /declare ZoneName string outer ${Zone}

It should run that line before it does anything else.
 
You open the actual kissassist.mac file itself. Then look for the lines that match what I put above. Then you'll make it match.
 
Alright, now the problem with this is that it's saying 'making all corpse's visible' instead of hiding them. It's like it's only doing the /hidecorpse without the all or looted afterwards.

I have an attachment picture of what my file looks like so far.
 

Attachments

  • 1232.JPG
    1232.JPG
    116.1 KB · Views: 5
My strategy on this one is to use CFG files.

In the MQ2 directory, you can make a file called serverName_toonName.CFG (same as your MQ2Melee ini but the extension is different)
add the line /hidecorpse looted

This executes when your character loads.

It doesn't solve the issue for your other toons if you box, but I find it nice because I forget all the time.
 
Question about kissassist

Users who are viewing this thread

Back
Top
Cart