mirror of
https://github.com/EQEmu/eqemu-docs-v2.git
synced 2026-08-08 17:45:09 -04:00
1.1 KiB
1.1 KiB
spawngroup
Relationships
erDiagram
spawngroup {
int id
}
spawn2 {
varchar content_flags
varchar content_flags_disabled
int pathgrid
int id
int spawngroupID
smallint version
varchar zone
}
spawngroup ||--o{ spawn2 : "One-to-One"
| Relationship Type | Local Key | Relates to Table | Foreign Key |
|---|---|---|---|
| One-to-One | id | spawn2 | spawngroupID |
Schema
| Column | Data Type | Description |
|---|---|---|
| id | int | Unique Spawn Group Identifier |
| name | varchar | Name |
| spawn_limit | tinyint | Spawn Limit |
| dist | float | Distance |
| max_x | float | Max X Coordinate |
| min_x | float | Min X Coordinate |
| max_y | float | Max Y Coordinate |
| min_y | float | Min Y Coordinate |
| delay | int | Roaming Delay |
| mindelay | int | Minimum Delay |
| despawn | tinyint | Despawn Type |
| despawn_timer | int | Despawn Timer in Seconds |
| wp_spawns | tinyint | Waypoint Spawns: 0 = False, 1 = True |