DB/WorldSafeLocs: Difference between revisions

From wowdev
Jump to navigation Jump to search
(New page: 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.....................)
 
No edit summary
Line 18: Line 18:


Retrieved from "http://www.sourcepeek.com/wiki/WorldSafeLocs.dbc"
Retrieved from "http://www.sourcepeek.com/wiki/WorldSafeLocs.dbc"
[[Category:DBC]]

Revision as of 15:18, 25 July 2007

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.....................14
Record Size................56
String Block Size.......14632

Structure

Column 	Field 		Type 
1 	ID 		Integer 	
2 	iRefID_Map 	Integer 	
3 	X 		Float 	
4 	Y 		Float 	
5 	Z 		Float 	
6 	sRefName 	String 	
*14 	Localization 	String* 	

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