• 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 - Characters have started auto clearing targets?

drawthow

Well-known member
Joined
Sep 8, 2019
RedCents
2,081¢
Today my group has started auto clearing their target if the mob is not kos when I hit attack. Is there some setting I may have change to cause this?
 
i did make some changes to the target select logic let me look at it again

Can you do this:

Filter logs for/; ValidateMATarget
Set log level to Verbose

I bet it is this:

if target.ID() > 0 and not (target.Aggressive() or target.TargetType():lower() == "auto hater" or spawnId == Config.Globals.ForceCombatID) then
Logger.log_verbose("ValidateMATarget: Spawn ID %d is not aggressive or auto hater or forced", spawnId)
return false
end

But I dont think this logic has changed from before.
 
Verify that you are targeting with your MA...
Non assists have cleared non aggressive targets in combat for a long time if they fail engage checks.
 
The mobs have not aggroed yet so they are not in the xtarget window. When I target one and hit attack the target is cleared. Nothing in the debug.
 
The mobs have not aggroed yet so they are not in the xtarget window. When I target one and hit attack the target is cleared. Nothing in the debug.
Confirm your "Target Non-Aggressives" setting please, and again, that this is from the properly designated MA.
The MA actually doesn't need that set, but I need to know what is happening before I know what to adjust.
 
The toon I'm testing on is the MA, set in the group window.
The Target Non-Aggressive was off. Nave never turned it on before.
I turned Target Non-Aggressive on, and the same thing happened, cleared target when pressing attack.
 
I can range attack the mob without it clearing the target.
 
The toon I'm testing on is the MA, set in the group window.
The Target Non-Aggressive was off. Nave never turned it on before.
I turned Target Non-Aggressive on, and the same thing happened, cleared target when pressing attack.
The MA actually doesn't need that set, but I need to know what is happening before I know what to adjust.

Yes, this is the the way it is coded. It isn't new... I'm considering how best to adjust it for what you are doing while keeping the required protections in place.

Edit: I'm going to make an adjustment, keep that setting on for the MA if you want what you are doing to work.

Be looking for it in the next hour or two
 
Question - Characters have started auto clearing targets?

Users who are viewing this thread

Back
Top
Cart