Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.07 KB

game_graveyard.md

File metadata and controls

37 lines (23 loc) · 1.07 KB

game_graveyard

<-Back-to:World

Field Type Key Null Default
ID INT PRI NO 0
Map INT NO 0
x FLOAT NO 0
y FLOAT NO 0
z FLOAT NO 0
Comment VARCHAR(255) YES NULL

Description of the fields

ID

Graveyard's ID. See WorldSafeLocs.dbc

Map

Zone's ID of ghost position before teleportation to graveyard. See Map.dbc column 1

x

The X position of graveyard where the character's ghost gets teleported to.

y

The Y position of graveyard where the character's ghost gets teleported to.

z

The Z position of graveyard where the character's ghost gets teleported to.

Comment

Custom comment for this line.