894 B
894 B
Start Zone Race Teleporters
Eluna module for race-specific start-zone teleport NPCs.
Files
start_zone_race_teleporters.lua- Generic gossip handler for all teleporter NPC entries.
sql/world/start_zone_race_teleporters.sql- Base world SQL for
creature_templateandcreature_template_model. - Stores ASCII fallback names in base tables and Russian
ruRUstrings in locale tables. - Imported automatically by
./setup-modules.shwhenac-databaseis running.
- Base world SQL for
sql/world/examples/start_zone_race_teleporters_human_start_example.sql- Manual example spawn SQL for the human start zone only.
Notes
- The module SQL does not create all world spawns automatically.
- Use the example spawn file as a template and add your own spawns for each start zone.
- Draenei and blood elf access are gated in Lua through the adapters in
start_zone_race_teleporters.lua.