Resurrection NPC

Good evening!

First and foremost, I’d like to make it clear that I am NOT trying to add custom content Trinity Core in any way.

As for my issue… I’ve been trying to move a similar spirit healer NPC from a battleground (i.e Warsong Gulch) to an outside arena (i.e Gurubashi Arena). This particular spirit healer will automatically res anyone and everyone every 30 seconds continuously. However, when I go to spawn it in the Gurubashi graveyard, the NPC doesn’t even resurrect anyone.

What would I need to do to go about making this work?

I just want automatic resses. D:

— Canned message start —

This thread is not related to the official Trinity codebase and was moved to the Custom Code section.

Please read the stickies next time.

— Canned message end —

You would need the NPC scripted. The NPC is probably a part of the battle ground script or then it is coded only to function in there.

What all would that involve?

A c++ script.

When player is near and is dead, resurrect him.

Okay, thank you. I’ll see if I can come up with one.