Jump to content

ETUtil.SetExcludeIndexes for ESCORT to update living bots


Recommended Posts

Good afternoon,

I've noticed that ETUtil.SetExcludeIndexes isn't taken into account by bots for ESCORT goals until they die (even when going for an other goal like REVIVE then going back to ESCORT will not update)

You can quickly see it on Ruins of Acquiesce latest waypoints from the SVN repo, there's a MapDebugPrint for related RegionTriggers, and it's working fine for the BUILD one

Can someone confirm first?

If reproduced, can the behaviour be aligned with the BUILD one?

Thank you in advance

Regards,

Mateos

Link to comment
Share on other sites

  • Moderators

You can disable/enable the ESCORT goal to immediately change indexes.

ETUtil.SetExcludeIndexes( "ESCORT_neotics_tank", RegionsTriggers.ESCORT_TANK_LEFT_OFFSETS );
SetAvailableMapGoals( TEAM.AXIS, false, "ESCORT_neotics_tank");
sleep(0.1);
SetAvailableMapGoals( TEAM.AXIS, true, "ESCORT_neotics_tank");

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...