DB/TaxiNodes: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
Line 3: Line 3:
==Header Info ==
==Header Info ==
  Records...................164
  Records...................164
  Fields.....................16
  Fields.....................24
  Record Size................64
  Record Size................64
  String Block Size........4711
  String Block Size........4711
Line 14: Line 14:
  4 y Float y Location on flightpoint selection map
  4 y Float y Location on flightpoint selection map
  5 z Float z Location on flightpoint selection map
  5 z Float z Location on flightpoint selection map
  6-14 sRefName String + [[Loc]] Only seen on flightpoint map.  
  6-22 sRefName String + [[Loc]] Only seen on flightpoint map.  
  15 MountCreatureID[2] Integer H, A: Display ID
  23-24 MountCreatureID[2] Integer H, A: Display ID


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


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

Revision as of 02:30, 17 September 2009

Contains name and location data for flight nodes. This information is strictly used on the flight point selection map that is shown when clicking on a flight master.

Header Info

Records...................164
Fields.....................24
Record Size................64
String Block Size........4711

Structure

Column	Field 		Type 		Notes 
1 	ID 		Integer 	
2 	iRefID_Map 	Integer 	Map on which the flight point node is located 
3 	x 		Float 		x Location on flightpoint selection map 
4 	y 		Float 		y Location on flightpoint selection map
5 	z 		Float 		z Location on flightpoint selection map
6-22 	sRefName 	String + Loc	Only seen on flightpoint map. 
23-24 	MountCreatureID[2] 	Integer 	H, A: Display ID

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