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.

I tried it, still not rezzing.Cleric target might be breaking since heals doesn't care what your target is at the time.
Let's try cleric deaths again with something like Cond6=${SpawnCount[pc radius 200 cleric corpse]}
Best to check with /echo ${SpawnCount[pc radius 200 cleric corpse]} and change order around on the spawn search until it returns 1.. and then use that for the condition.
You can loop through group members for class name to find a cleric.
something like
/for aib 0 to 5 {
/if (${Group.Member[${aib}].Class.ShortName.Equal[CLR]}) {
/dothis
}
/next aib
You dont need to scribe the rez just use the AA if its a live server.
Cond20=/echo ${SpawnCount[pc radius 200 cleric corpse]}
When I did the echo it says 0 in the MQ window, nothing else.I meant manually run that /echo command to find out what to put in the condition line.
So type /echo $....
Then when you find one that says 1 for cleric corpse use that.
Cond20=${SpawnCount[pc radius 200 cleric corpse]}
Was my guess at what would be close to working.
EDIT: You know your cleric's name so this is safer probably:
Cond20=${SpawnCount[pc radius 200 corpse Clericnamehere]}
So I made a cleric and tried this out. Took a bit of debugging before I realized Kissassist has a check for DMZ and i was testing in the guild lobby.Nothing happened. BTW, I do appreciate the help figuring this out.
