Jump to content

Problems adding new graveyard


Guest Egakoh

Recommended Posts

Hi, i'm trying add a new graveyard. Using wow-v tool i can't although the batch that i downloaded seems to be ok. Exactly is this:

NSERT INTO `game_graveyard_zone` (`id`, `ghost_zone`, `faction`)

VALUES

('2000', '3518', '3');

INSERT INTO `game_tele` (`id`, `position_x`, `position_y`, `position_z`, `orientation`, `map`, `name`)

VALUES

('2000', '-1996.430664', '6679.898438', '13.052210', '2.25', '530', "ArenaGraveyard");

My MaNGOS version is 0.16.0-DEV 10121.

Inside wow, i go to the zone where must be my new graveyard but when i write ".near", answer me the nearest graveyard of blizzard, not mine. Obiously, i die and the new graveyard not working.

I need some help please and sorry for my bad english (i'm spanish :D).

Link to comment
Share on other sites

You can't add a new graveyard, you can only make players who die in a zone A respawn in the graveyard of a zone B.

For instance you can say "players who dies in Orgrimmar will respawn in Stormwind".

The only way to really add a new graveyard is to modify the core. See in Player.cpp : RepopAtGraveyard.

And congrats for the world cup :P

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use