Thread: Zone Points
View Single Post
  #6  
Old 05-09-2003, 04:05 PM
Bigpull
Discordant
 
Join Date: Feb 2003
Posts: 305
Default

/*0088*/ float heading; // Heading
Thats a spawn packet

/*0088*/ float heading; // Heading
thats a Zone entry

/*16*/ float heading;
Casting (used for bolt spells)

/*2916*/ float heading; // Player Heading
Player sent to client

/*0001*/ int8 heading; // Current Heading
Spawn entry
Reply With Quote