Code Monkey home page Code Monkey logo

mod-skip-dk-starting-area's Introduction

logo AzerothCore

mod-skip-dk-starting-area

  • Latest build status with azerothcore:

Build Status

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

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

mod-skip-dk-starting-area's People

Contributors

acidmanifesto avatar anzz1 avatar crypticaz avatar kitzunu avatar locus313 avatar pangolp avatar teflonbear avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

mod-skip-dk-starting-area's Issues

Error in the end of compling

[ 99%] Building CXX object src/server/apps/CMakeFiles/worldserver.dir/worldserver/ACSoap/ACSoap.cpp.o
[ 99%] Building CXX object src/server/apps/CMakeFiles/worldserver.dir/worldserver/CommandLine/CliRunnable.cpp.o
[ 99%] Building CXX object src/server/apps/CMakeFiles/worldserver.dir/worldserver/RemoteAccess/RASession.cpp.o
[100%] Linking CXX executable worldserver
/usr/bin/ld: ../../../modules/libmodules.a(ModulesLoader.cpp.o): in function AddModulesScripts()': /home/gudan/AzerothCore-wotlk-with-NPCBots/build/modules/gen_scriptloader/static/ModulesLoader.cpp:53: undefined reference to Addmod_skip_dk_starting_area_masterScripts()'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [src/server/apps/CMakeFiles/worldserver.dir/build.make:194: src/server/apps/worldserver] Error 1
make[1]: *** [CMakeFiles/Makefile2:1105: src/server/apps/CMakeFiles/worldserver.dir/all] Error 2
make: *** [Makefile:149: all] Error 2

Build warning

azerothcore/azerothcore-wotlk@0b02ba8

/root/azerothcore/modules/mod-skip-dk-starting-area/src/SkipDK.cpp:32:25: warning: 'GetBoolDefault' is deprecated: Use GetOption<bool> instead [-Wdeprecated-declarations] if (sConfigMgr->GetBoolDefault("Skip.Deathknight.Starter.Announce.enable", true)) ^ /root/azerothcore/src/common/Configuration/Config.h:57:7: note: 'GetBoolDefault' has been explicitly marked deprecated here [[deprecated("Use GetOption<bool> instead")]] ^ /root/azerothcore/modules/mod-skip-dk-starting-area/src/SkipDK.cpp:46:31: warning: 'GetFloatDefault' is deprecated: Use GetOption<float> instead [-Wdeprecated-declarations] int DKL = sConfigMgr->GetFloatDefault("Skip.Deathknight.Start.Level", 58); ^ /root/azerothcore/src/common/Configuration/Config.h:63:7: note: 'GetFloatDefault' has been explicitly marked deprecated here [[deprecated("Use GetOption<float> instead")]] ^ /root/azerothcore/modules/mod-skip-dk-starting-area/src/SkipDK.cpp:48:25: warning: 'GetBoolDefault' is deprecated: Use GetOption<bool> instead [-Wdeprecated-declarations] if (sConfigMgr->GetBoolDefault("Skip.Deathknight.Starter.Enable", true)) ^ /root/azerothcore/src/common/Configuration/Config.h:57:7: note: 'GetBoolDefault' has been explicitly marked deprecated here [[deprecated("Use GetOption<bool> instead")]] ^ /root/azerothcore/modules/mod-skip-dk-starting-area/src/SkipDK.cpp:104:25: warning: 'GetBoolDefault' is deprecated: Use GetOption<bool> instead [-Wdeprecated-declarations] if (sConfigMgr->GetBoolDefault("GM.Skip.Deathknight.Starter.Enable", true)) ^ /root/azerothcore/src/common/Configuration/Config.h:57:7: note: 'GetBoolDefault' has been explicitly marked deprecated here [[deprecated("Use GetOption<bool> instead")]] ^ /root/azerothcore/modules/mod-skip-dk-starting-area/src/SkipDK.cpp:184:29: warning: 'GetBoolDefault' is deprecated: Use GetOption<bool> instead [-Wdeprecated-declarations] if (sConfigMgr->GetBoolDefault("Skip.Deathknight.Optional.Enable", true)) ^ /root/azerothcore/src/common/Configuration/Config.h:57:7: note: 'GetBoolDefault' has been explicitly marked deprecated here [[deprecated("Use GetOption<bool> instead")]] ^ /root/azerothcore/modules/mod-skip-dk-starting-area/src/SkipDK.cpp:209:35: warning: 'GetFloatDefault' is deprecated: Use GetOption<float> instead [-Wdeprecated-declarations] int DKL = sConfigMgr->GetFloatDefault("Skip.Deathknight.Start.Level", 58); ^ /root/azerothcore/src/common/Configuration/Config.h:63:7: note: 'GetFloatDefault' has been explicitly marked deprecated here [[deprecated("Use GetOption<float> instead")]] ^

Compilation error

Pure Azerothcore, trying to install the first module skip_dk:

wow@alice-sw:~/azerothcore/build$ make -j $(nproc) install
[  0%] Built target sfmt
[  0%] Built target fmt
[  1%] Built target argon2
[  1%] Built target Detour
[  5%] Built target g3dlib
[  6%] Built target Recast
[  7%] Built target gsoap
[ 10%] Built target jemalloc
[ 16%] Built target common
[ 18%] Built target database
[ 19%] Built target shared
[ 19%] Built target revision.h
[ 19%] Built target modules
[ 19%] Built target authserver
[ 45%] Built target game
[ 99%] Built target scripts
[100%] Linking CXX executable worldserver
/usr/bin/ld: ../../../modules/libmodules.a(ModulesLoader.cpp.o): in function `AddModulesScripts()':
/home/trinity/azerothcore/build/modules/gen_scriptloader/static/ModulesLoader.cpp:53: undefined reference to `Addmod_skip_dk_starting_area_masterScripts()'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [src/server/apps/CMakeFiles/worldserver.dir/build.make:194: src/server/apps/worldserver] Error 1
make[1]: *** [CMakeFiles/Makefile2:1007: src/server/apps/CMakeFiles/worldserver.dir/all] Error 2
make: *** [Makefile:149: all] Error 2

cmake settings:

* Build applications              : Yes (all)
* Build tools                     : No
* Build with scripts              : Yes (static)
* Build with modules              : Yes (static)
* Build unit tests                : No  (default)
* Build core w/PCH                : Yes (default)
* Build scripts w/PCH             : Yes (default)
* Show all warnings               : Yes
* Use coreside debug              : No  (default)
* Use unix gperftools             : No  (default)
* Use GIT revision hash           : Yes (default)
* Enable vmap DisableMgr checks   : Yes (default)
* Show source tree                : No (For UNIX default)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.