• 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

Request - [Bounty] C++ Dev Help with MQ2XAssist

honestly morisato should discontinue the usage and use dannet obersvers, so much easier for him, and it works much better than the plugin.
 
Believe I tracked down the issue of blinking on/off xtarget.

[CODE title="Distance Gating" highlight="1"]else if (pAssistSpawn && DistanceToSpawn3D(pAssistSpawn, pXTarget) > 1500)
{
ClearXTargetWithDebugMessage("it's too far away from our assist.", i);
}[/CODE]

This will cleanup XTarget if a spawn is greater than 1500 away, but adding things to xtarget doesn't check distance. So likely being added and then cleared back to back due to inconsistent checks for adding and removing.

I'm testing the changes now so will let you know what the result is. Mori is in the process of trying to force it to happen.
 
Last edited:
Mori is currently testing the random things getting stuck on XTarget. So we're going to give him an opportunity to test it at length to ensure it doesn't happen again before I push any changes.
 
Request - [Bounty] C++ Dev Help with MQ2XAssist

Users who are viewing this thread

Back
Top
Cart