youngsing / mod-skip-dk-starting-area

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo AzerothCore

mod-skip-dk-starting-area

Description

  • Skips the Death Knight starting zone, for those who want to make a Death Knight without having to go through the starting area.

How to use ingame

  1. Enable in conf
  2. Go into conf and set any features you want to enable or modify
  3. Make a Death Knight and login.

Notice

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. image

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"

Requirements

  • Latest AzerothCore Wotlk commit de13bf4 or newer

Installation

  1. Simply place the module under the modules directory of your AzerothCore source.
  2. Re-run CMake and rebuild the AzerothCore source.
  3. Run Sql on world from https://github.com/azerothcore/mod-skip-dk-starting-area/tree/master/sql/world on to the world db.

Edit module configuration (optional)

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.

Credits


About

License:MIT License


Languages

Language:C++ 94.9%Language:Shell 5.1%