DB/WorldSafeLocs: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Added Category WotLK)
m (add full and correct info for 6.0.1.18179)
Line 17: Line 17:


Retrieved from "http://www.sourcepeek.com/wiki/WorldSafeLocs.dbc"
Retrieved from "http://www.sourcepeek.com/wiki/WorldSafeLocs.dbc"
==6.0.1.18179==
struct WorldSafeLocsRec {
  int m_ID;
  int m_continent;
  float m_loc[3];
  float m_facing;
  stringref m_areaName_lang;
};


[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WotLK]]
[[Category:DBC_WotLK]]

Revision as of 03:18, 11 July 2014

Locations of where you spawn as a ghost when you die (aka.. the graveyard spawn points). Game calculates nearest graveyard and spawns you here.

Header Info

Records...................462
Fields.....................22
Record Size................56
String Block Size.......14632

Structure

Column 	Field 		Type		Notes 
1 	ID 		Integer 		
2 	iRefID_Map 	Integer 	MapID
3 	X 		Float 		X pos
4 	Y 		Float 		Y pos
5 	Z 		Float 		Z pos
6-22 	sRefName 	String + Loc	Name of the graveyard.	

Retrieved from "http://www.sourcepeek.com/wiki/WorldSafeLocs.dbc"

6.0.1.18179

struct WorldSafeLocsRec {
  int m_ID;
  int m_continent;
  float m_loc[3];
  float m_facing;
  stringref m_areaName_lang;
};