модуль npc дипломатов
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# 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_template` and `creature_template_model`.
|
||||
- Stores ASCII fallback names in base tables and Russian `ruRU` strings in locale tables.
|
||||
- Imported automatically by `./setup-modules.sh` when `ac-database` is running.
|
||||
- `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`.
|
||||
Reference in New Issue
Block a user