Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

It will run in Kiss when ooc. I have mine setup that way an it works after the fight. I would say its best to just use your Call an an exp rez after
Any ETA on this?yeah soon as i get my game time finished up
/if (!${Me.CombatState.Equal[COMBAT]} && ${Spawn[${Group.Member[${gmember}]}].Type.NotEqual[Mercenary]} && (${Spawn[${Group.Member[${gmember}]}].Hovering} && ${Spawn[${Group.Member[${gmember}]}].Type.Equal[Corpse]}) && (${Me.AltAbilityReady[Rejuvenation of Spirit]})&&(${reztimer}==0)&&(${AutoRez}==1)&& ${Group.Member[${gmember}].Distance}<=200) /casting "Rejuvenation of Spirit" alt -targetid|${Group.Member[${gmember}].ID}
This is what I use for my druid. You may want to use the /alt act rather than /casting. I usually autorez with call of the wild via kiss, then my holy finishes the rez. The only issue is that sometimes the puller is chain pulling and support classes won't get rezzed as quickly. I finally put a cleric on the account and battle-rez just to make it easier.
Rich (BB code):/if (!${Me.CombatState.Equal[COMBAT]} && ${Spawn[${Group.Member[${gmember}]}].Type.NotEqual[Mercenary]} && (${Spawn[${Group.Member[${gmember}]}].Hovering} && ${Spawn[${Group.Member[${gmember}]}].Type.Equal[Corpse]}) && (${Me.AltAbilityReady[Rejuvenation of Spirit]})&&(${reztimer}==0)&&(${AutoRez}==1)&& ${Group.Member[${gmember}].Distance}<=200) /casting "Rejuvenation of Spirit" alt -targetid|${Group.Member[${gmember}].ID}
