- Skips the Death Knight starting zone, for those who want to make a Death Knight without having to go through the starting area.
- Enable in conf
- Go into conf and set any features you want to enable or modify
- Make a Death Knight and login.
Due to the uniquiness of the module you will get this message on the worldconsole, but nothing is broken. It is due to the npc not exactly having a gossip menu in the database, the script handles the gossip menu because of the additional locales.
Please add the adjustment to the conf to have that error message not show up:
# Creatures.CustomIDs
# Description: The list of custom creatures with gossip dialogues hardcoded in core,
# divided by "," without spaces.
# It is implied that you do not use for these NPC dialogs data from "gossip_menu" table.
# Server will skip these IDs during the definitions validation process.
# Example: Creatures.CustomIDs = "190010,55005,999991,25462,98888" - Npcs for Transmog, Guild-zone, 1v1-arena modules
# Skip Dk Module, Racial Trait Swap Modules
# Default: ""
Creatures.CustomIDs = "190010,55005,999991,25462,98888"
- Latest AzerothCore Wotlk commit de13bf4 or newer
- Simply place the module under the
modules
directory of your AzerothCore source. - Re-run CMake and rebuild the AzerothCore source.
- Run Sql on world from https://github.com/azerothcore/mod-skip-dk-starting-area/tree/master/sql/world on to the world db.
If you need to change the module configuration, go to your server configuration folder (where your worldserver or worldserver.exe is), copy SkipDKModule.conf.dist to SkipDKModule.conf and edit that new file.
- acidmanifesto (MDic)
- Jinnaix For Translations assistance and sql formatting.
- AzerothCore: repository - website - discord chat community