script_spline_waypoints
This table contains spline_chain_waypoints for creatures to move on.
Structure
Field | Type | Default | Comment |
---|---|---|---|
entry | int(0) | 0 | primary |
chainId | smallint(0) | 0 | primary |
splineId | tinyint(0) | 0 | prinary |
wpId | tinyint(0) | 0 | primary |
x | float(0) | 0.00 | |
y | float(0) | 0.00 | |
z | float(0) | 0.00 |
entry
This is a unique ID from creature_properties.
chainId
This is the Chain ID
splineId
current SplineId
wpId
current waypoint Id
position_x_z
Position x, y, z where creature move to.
…