Trying to get this working properly. Call of the Wild works as intended as a Combat Rez. My issue is I'm running a full group now, and don't have a cleric merc to auto rez out of combat. I want the Shaman (or druid) to auto rez if they are out of combat and a group corpse is close.
I added a check to the pull routine in KA, so if there are any group corpses close, it will not pull anything. I have setup the downshit below on the Shammy. It works great. But targeting the specific individual named corpses is not how I want it. /target corpse may target NPC corpses. I can't figure out how if it's possible to target a PC corpse, or even better a group member PC corpse. I can do it in a macro, but dont think I can loop through group members in a downshit. Currently I have it manually targeting everyone in the group's corpse explicity. I would like to make it so it doesnt matter who is in the group. Currently it works great, but specific to my group.
downshitX=/if (${Me.CombatState.Equal[RESTING]} && ${Me.AltAbilityReady[Rejuvenation of Spirit]} && (${SpawnCount[group corpse radius 100]}>=1) && !(${DMZ} && ${Me.InInstance}==FALSE) || ${Me.Hovering} || (${Me.Invis} && !${AggroTargetID})) /multiline ; /squelch /target ???'s corpse ; /squelch /target ???'s corpse ; /alt act 2051
So, is there a way to target only Group corpses? (Don't really care which corpse, I want to rez them all if group corpse)
I added a check to the pull routine in KA, so if there are any group corpses close, it will not pull anything. I have setup the downshit below on the Shammy. It works great. But targeting the specific individual named corpses is not how I want it. /target corpse may target NPC corpses. I can't figure out how if it's possible to target a PC corpse, or even better a group member PC corpse. I can do it in a macro, but dont think I can loop through group members in a downshit. Currently I have it manually targeting everyone in the group's corpse explicity. I would like to make it so it doesnt matter who is in the group. Currently it works great, but specific to my group.
downshitX=/if (${Me.CombatState.Equal[RESTING]} && ${Me.AltAbilityReady[Rejuvenation of Spirit]} && (${SpawnCount[group corpse radius 100]}>=1) && !(${DMZ} && ${Me.InInstance}==FALSE) || ${Me.Hovering} || (${Me.Invis} && !${AggroTargetID})) /multiline ; /squelch /target ???'s corpse ; /squelch /target ???'s corpse ; /alt act 2051
So, is there a way to target only Group corpses? (Don't really care which corpse, I want to rez them all if group corpse)

