• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Question - Boxing groups in raids (1 Viewer)

Joined
Jan 1, 2009
RedCents
655¢
im working on boxing different groups on different targets in a raid. The issue i have is the group tanks targeting mobs across zone other groups are engaging. How do i lock down the targeting system to only assist on my groups tanks target.

currently using ihc
 
Could try adding a range check to the XTarget check of ihcsubs.inc.
Line 803 change this :
INI:
/if (${Me.XTarget[${xt}].PctHPs}<=${xtlow} && ${Spawn[id ${Me.XTarget[${xt}].ID} ${SpawnSearchType}].ID}) {
TO
INI:
/if (${Me.XTarget[${xt}].PctHPs}<=${xtlow} && ${Spawn[id ${Me.XTarget[${xt}].ID} ${SpawnSearchType}].ID} && ${Me.XTarget[${xt}].Distance} <= 70) {

You can change the 70 to whatever number you wish.

This is UNTESTED.

Im sure the mod author could add a /rangeagro ## (or whatever) switch so you could modify the range on the fly. But I don't have time to figure that out this morning.
 
Question - Boxing groups in raids

Users who are viewing this thread

Back
Top