Back to 'game_event_seasonal_questrelation' Return to world Go to 'game_weather'
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
id | int | unsigned | PRI | NO | auto_increment | ||
position_x | float | NO | 0 | ||||
position_y | float | NO | 0 | ||||
position_z | float | NO | 0 | ||||
orientation | float | NO | 0 | ||||
map | smallint | unsigned | NO | 0 | |||
name | varchar(100) | NO | '' |
The ID of the teleport location. This number is unique to every location added.
The x-axis coordinate of the teleport location. This can be attained by using the .gps
command.
The y-axis coordinate of the teleport location. This can be attained by using the .gps
command.
The z-axis coordinate of the teleport location. This can be attained by using the .gps
command.
The direction that the player will face after arriving at the teleport location. This can be attained by using the .gps
command.
The map ID of the location. See the Map.ID for the IDs of all of the zones. This can also be attained by using the .gps
command.
A descriptive name for the teleport location. The name cannot have any spaces in it. It is also not recommended to use special characters such as periods, commas, slashes, etc...
Back to 'game_event_seasonal_questrelation' Return to world Go to 'game_weather'