• 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

Problem - KissAssist not pulling named mobs

Porygon

New member
Joined
Mar 31, 2025
RedCents
10¢
Wrong forum
Im newer to using KA, but I understand for the most part all of the options I have available to me. I cannot find anything in the config, or on the wikis/guides that explains why this is happening.

For example, My puller will ignore the named mob Umbiki in Vxed. Pull level is set as high as 70, which is within range for this mob. Theres nothing in the ignore section etc, and this happens with almost all named mobs I have come across in my short time using KA. If the mob aggros via my puller running past it, or adds with another pull, they will attack and kill it. But the puller under no circumstances will actually pull the mob. It will pull every mob around it, just will not target and pull the named mobs.

Has anyone run across this? Or know of why this is happening?
 
Im newer to using KA, but I understand for the most part all of the options I have available to me. I cannot find anything in the config, or on the wikis/guides that explains why this is happening.

For example, My puller will ignore the named mob Umbiki in Vxed. Pull level is set as high as 70, which is within range for this mob. Theres nothing in the ignore section etc, and this happens with almost all named mobs I have come across in my short time using KA. If the mob aggros via my puller running past it, or adds with another pull, they will attack and kill it. But the puller under no circumstances will actually pull the mob. It will pull every mob around it, just will not target and pull the named mobs.

Has anyone run across this? Or know of why this is happening?
I was taking a quick look at the code and in PullValidate there appears to be this section of code:

/call IsSpawnNamed ${PVPullMob}
/varset IsNamed1 ${Macro.Return}
|/if (${Spawn[${PVPullMob}].Named} && ((${PFlag} && ${MobCount} && ${Me.XTarget[${XTSlot}].ID}) || !${PFlag})) {
/if (${IsNamed1} && ((${PFlag} && ${MobCount} && ${Me.XTarget[${XTSlot}].ID}) || !${PFlag})) {
DEBUGPULL PullValidate: PFlag: ${PFlag} ${Spawn[${PVPullMob}].CleanName} invalid target Reason: No Pull Names with Mobs in Camp
/return 0

So my guess would be you have chain pulling turned on and so it's not going to actively pull a named if you already have a mob in the camp and the above code is why it's skipping pulling the named...or something along those lines. I guess you could verify that if you turned on debugging and look for the above PullValidate message for the named mobs you notice it not pulling.
 
Problem - KissAssist not pulling named mobs

Users who are viewing this thread

Back
Top
Cart