• 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 - Issue after patch

Joined
Dec 3, 2013
RedCents
on TLP servers reciving msg "You have no targets in your extended target window set to auto, Please set 1 target to auto and restart kissassist"

kiss worked fine b4 the patch.. we don't have an extended target window on TLP, what to do?
 
This happens on Live servers if you have someone/something set on your first. KA cannot recognize targets past the 1st in the ExtTargetWin. Kind of a bug imo, and being able to disable it entirely would be nice.
 
my KA has that change in it but still getting that error after last patch.
What did I miss?
 
Did you save the new Kissassist to your macro folder and overwrite the old one?
 
Maskoi's suggestion fixed it for me. I did it manually when he first posted it (the change on line 351) - maybe take a look at that?
 
the issue was this change in the mq2 source.

1. TLO ${Me.XTarget[x].Type} is now ${Me.XTarget[x].TargetType}
Reason: XTarget inherits Spawn and since that already contains a .Type member, it was necasary to change it.
 
Ok, I'm still stuck.

I deleted all my macros, inis, and incs...
re-downloaded them all exactly as they are in the current compile...
and I still get:
Untitled.png

I'm lost.
 
Please delete the current kissassist in your root MQ2/Macro folder then redownload and copy the linked one back in to your macro folder. you have the old 6.8.8 version
 
Honestly, I did.

went to root folder, deleted kissassist.mac.
downloaded from the link above to that location.

Same error.
 
Try this:
Rename present MQ2 folder.
Make new MQ2 folder.
Download new source HERE, unzip and copy to new folder.
>> Reboot PC <<
Copy old ini file to new /Macros folder.
Run MacroQuest2. (Double click MacroQuest2.exe or make NEW shortcut to desktop)
Start EQ.
Start KA on toon for the ini you copied. (/mac kissassist Tank after targeting yourself)

This will eliminate any trickery that Windows does with naming files, permissions etc. and make sure you are running all latest junk.
 
Last edited:
Lime 35 1 ish in kiss change .Type to .TargetType
Rich (BB code):
        /if (${Me.XTarget[${n}].Type.Equal[Auto Hater]}) {
to
Rich (BB code):
        /if (${Me.XTarget[${n}].TargetType.Equal[Auto Hater]}) {
what the other are telling you should fix it but if not
open kissassist.mac
press Ctrl+F
copy and paste the top line
and replace with the bottom line
 
Question - Issue after patch

Users who are viewing this thread

Back
Top
Cart