Succy
02-08-08, 08:19 AM
This is a guide on how to make your own graveyards. It's very easy, all you need is:
A database editer/manager, I.e sqlyog/navicat/heidisql.
Basic knowledge of the RebornEmu/ArcEmu/AspireCore(All Ascents) database.
And a Little bit of time :P
First off, open the table graveyards and add a new line.
Code:
ID = Put 386 and above. Use 385 and above because all the ids before those are taken.
PositionX = The x coordinate of where your graveyard will be. To get coords, do .gps
PositionY = The x coordinate of where your graveyard will be. To get coords, do .gps
PositionZ = The z coordinate of where your graveyard will be. To get coords, do .gps
Orientation = 4.0817
Zoneid = Zone id of the following area. I.e one zone in Sentinel hill is 40.
Adjacentzoneid = I leave this 0
Mapid = Map id of the zone/area. Example: 0 Eastern Kingdom, 1 Kalimdor, 530 Outlands.
For more Mapid's go to the table worldmap_info.
Faction id = 1 = Alliance. 2 = Horde. 3 = Neutral.
Name = The Name of your Graveyard. Can be anything, won't be shown in-game.
Use this query if you don't want to add a new line.
Code:
INSERT INTO `graveyards` VALUES ('ID','PosX','PosY','PosZ','4.0817','Zoneid','0',' Mapid','Faction','Name')
You will need to spawn a spirit healer, you can make it hard, tho it's a bit difficult, so I suggest using 6491.
Well, Good Luck :) Just PM Me or Give me a Reply if you need any help!
A database editer/manager, I.e sqlyog/navicat/heidisql.
Basic knowledge of the RebornEmu/ArcEmu/AspireCore(All Ascents) database.
And a Little bit of time :P
First off, open the table graveyards and add a new line.
Code:
ID = Put 386 and above. Use 385 and above because all the ids before those are taken.
PositionX = The x coordinate of where your graveyard will be. To get coords, do .gps
PositionY = The x coordinate of where your graveyard will be. To get coords, do .gps
PositionZ = The z coordinate of where your graveyard will be. To get coords, do .gps
Orientation = 4.0817
Zoneid = Zone id of the following area. I.e one zone in Sentinel hill is 40.
Adjacentzoneid = I leave this 0
Mapid = Map id of the zone/area. Example: 0 Eastern Kingdom, 1 Kalimdor, 530 Outlands.
For more Mapid's go to the table worldmap_info.
Faction id = 1 = Alliance. 2 = Horde. 3 = Neutral.
Name = The Name of your Graveyard. Can be anything, won't be shown in-game.
Use this query if you don't want to add a new line.
Code:
INSERT INTO `graveyards` VALUES ('ID','PosX','PosY','PosZ','4.0817','Zoneid','0',' Mapid','Faction','Name')
You will need to spawn a spirit healer, you can make it hard, tho it's a bit difficult, so I suggest using 6491.
Well, Good Luck :) Just PM Me or Give me a Reply if you need any help!