DB/TaxiPathNode: Difference between revisions

From wowdev
Jump to navigation Jump to search
(iRefIDs fixed.)
Line 17: Line 17:
  6 Y Float The Y coordinate  
  6 Y Float The Y coordinate  
  7 Z Float The Z coordinate  
  7 Z Float The Z coordinate  
  8 Unknown Integer Q: Number of objects on path? -- Something to do with Boats / Zepplins / Tram?  
  8 actionFlag Integer Q: Number of objects on path? -- Something to do with Boats / Zepplins / Tram?  
  9 Delay Integer Delay in seconds before moving to next point (used on boats / trams / zepplins)  
  9 Delay Integer Delay in seconds before moving to next point (used on boats / trams / zepplins)  
10    m_arrivalEventID
11    m_departureEventID


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


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

Revision as of 22:38, 14 June 2009

Contains data for every point along a flight path. Col. 3 contains which point along the flight path the data applies to. May be ignored by WoW since patch 2.1.0 or whatever due to zeppelin-path-exploition.

Header Info

Records.................12095
Fields......................9
Record Size................36
String Block Size...........1

Structure

Column	Field 		Type 		Notes 
1 	ID 		Integer 	is this correct? 
2 	iRefID_TaxiPath	Integer 	Path that these points are on (Ref to TaxiPath.dbc) 
3 	PointNumber 	Integer 	The point number along the path (ie 1 -> 2 -> ... -> x) 
4 	iRefID_Map 	Integer 	Map the flight point is on 
5 	X 		Float 		The X coordinate 
6 	Y 		Float 		The Y coordinate 
7 	Z 		Float 		The Z coordinate 
8 	actionFlag 	Integer 	Q: Number of objects on path? -- Something to do with Boats / Zepplins / Tram? 
9 	Delay 		Integer 	Delay in seconds before moving to next point (used on boats / trams / zepplins) 
10     m_arrivalEventID
11     m_departureEventID

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