DB/AreaTrigger: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
== About ==
Defines certain areas on the map that presumably tell the server to fire a certain event. IE in BWL, telling the goblins around vael to run away is a trigger defined here. There are also misc triggers out in the middle of space which have 0 size, which are most likely used by the server for certain things. One such use could be remembering settings per instance (ie dracnoid colors in on Nef)?
Defines certain areas on the map that presumably tell the server to fire a certain event. IE in BWL, telling the goblins around vael to run away is a trigger defined here. There are also misc triggers out in the middle of space which have 0 size, which are most likely used by the server for certain things. One such use could be remembering settings per instance (ie dracnoid colors in on Nef)?


 
==Header Info==
 
 
== Header Info ==
 


  Records...................652
  Records...................652
Line 15: Line 8:
  String Block Size...........1
  String Block Size...........1


== Structure ==
==Structure==


  '''Column Field Type Notes'''
  '''Column Field Type Notes'''
  1 ID Integer
  1 ID Integer
  2 iRefID_Map Integer
  2 iRefID_[[Map.dbc|Map]] Integer
  3 x Float
  3 X Float
  4 y Float
  4 Y Float
  5 z Float
  5 Z Float
  6 size Float Seems to be a box of size yards with center at x,y,z
  6 size Float Seems to be a box of size yards with center at x,y,z
  7 Unknown Float Most commonly used when size is 0, but not always
  7 Unknown Float Most commonly used when size is 0, but not always

Revision as of 12:08, 23 July 2007

Defines certain areas on the map that presumably tell the server to fire a certain event. IE in BWL, telling the goblins around vael to run away is a trigger defined here. There are also misc triggers out in the middle of space which have 0 size, which are most likely used by the server for certain things. One such use could be remembering settings per instance (ie dracnoid colors in on Nef)?

Header Info

Records...................652
Fields.....................10
Record Size................40
String Block Size...........1

Structure

Column 	Field 		Type 	Notes
1 	ID 		Integer 	
2 	iRefID_Map 	Integer 	
3 	X 		Float 	
4 	Y 		Float 	
5 	Z 		Float 	
6 	size 		Float 	Seems to be a box of size yards with center at x,y,z
7 	Unknown 	Float 	Most commonly used when size is 0, but not always
8 	Unknown 	Float 	"
9 	Unknown 	Float 	"
10 	Unknown 	Float 	"