-
Member
Resurrect in Gurubashi Arena
I want to have PVP events for the testers at the Gurubashi Arena. But I want them to resurrect at the Arena and not far way, does anyone know how I can add a graveyard at the arena and the code pls?
This is what I saw in the game_graveyard_zone.sql (for Stranglethorn area):
INSERT INTO game_graveyard_zone
(id, ghost_map, ghost_zone, faction)
VALUES
(109, 0, 33, 0);
INSERT INTO game_graveyard_zone
(id, ghost_map, ghost_zone, faction)
VALUES
(389, 0, 33, 0);
So I put another 1250, 0, 33, 0 but that did not have success. I have also noticed that at the designer island there is no graveyard. In the game_graveyard_zone.sql I looked for ghost_zone 151 there is no results. But when I die there I can resurrect without a spirit healer. Actually it would be nice if it would work like that.
-
-
Member
Re: Resurrect in Gurubashi Arena
Did you try just spawning the spirit healer for both factions in the arena, I think that would solve your issue
-
Member
Re: Resurrect in Gurubashi Arena
I did try .addspw 6491 didnt work (spirit healer), btw the spirit healer was visible but they should only show when you die
-
Member
Re: Resurrect in Gurubashi Arena