1
0
EQ2Emu/docs/database/world/spawn_scripts.md
2025-05-04 14:34:15 -04:00

390 B

Table: spawn_scripts

Description:

Defines spawn_scripts table in the World database.

Columns:

  • id (int(10), PRIMARY KEY, AUTO_INCREMENT, NOT NULL)
  • spawn_id (int(10), NOT NULL, DEFAULT 0)
  • spawnentry_id (int(10), NOT NULL, DEFAULT 0)
  • spawn_location_id (int(10), NOT NULL, DEFAULT 0)
  • lua_script (varchar(255), NOT NULL, DEFAULT ' ')

Primary Keys:

  • id