• 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 - Targeting a mainassists corpse

/if (${Spawn[${Group.MainAssist}'s corpse].ID}) /target id ${Spawn[${Group.MainAssist}'s corpse].ID}

I didn't verify but should be along those lines.
 
Should the same hold true for the macros mainassist if out of group?

Rich (BB code):
/target id ${Spawn[${MainAssist} pccorpse].ID}
 
Possibly. You don't mention which macro "the macro" is. Which can likely be assumed it's Kissassist.mac, in which case that appears to be accurate.

Rich (BB code):
/if (${MainAssist.Length}) {
        /if (${Debug})  /echo ${MainAssist} \agLine#: ${Macro.CurLine}
        /target id ${Spawn[=${MainAssist}].ID}
        /if (${Debug}) /echo targeting ${Spawn[=${MainAssist}].ID} \agLine#: ${Macro.CurLine}
        /delay 30 ${Target.ID}==${Spawn[=${MainAssist}].ID}
        | Target PC instead of familiar or pet
        /if (${Spawn[=${MainAssist}].Type.Equal[Pet]} && !${MainAssist.Find[`s]}) {
            /tar pc ${MainAssist}
            /delay 10 ${Target.ID}==${Spawn[${MainAssist} pc].ID}
        }
        /call AssignMainAssist
    }
 
Question - Targeting a mainassists corpse

Users who are viewing this thread

Back
Top
Cart