eluna-scripts-ornfelt/lua/WowEmulationScriptPack/C++/TemplateNPC
2024-09-23 07:59:23 +02:00
..
Sql update code 2024-09-23 07:59:23 +02:00
characters.sql update code 2024-09-23 07:59:23 +02:00
README.md update code 2024-09-23 07:59:23 +02:00
TemplateCopyCommand.cpp update code 2024-09-23 07:59:23 +02:00
TemplateNPC.cpp update code 2024-09-23 07:59:23 +02:00
TemplateNPC.h update code 2024-09-23 07:59:23 +02:00

TemplateNPC

Template NPC for TrinityCore 3.3.5 (Updated 10-March-2019)

How to install

1. Navigate to your TrinityCore\src\server\scripts\Custom and make a new folder called TemplateNPC.
Copy TemplateNPC.cpp and TemplateNPC.h to your TemplateNPC folder you just created. (this is optional but I recommend it just to keep things organized)

alt_tag


2. Add TemplateNPC to \src\server\scripts\Custom\ custom_script_loader.cpp

alt_tag


3. Use CMake (configure and generate)


4. Execute characters.sql to your database


5. Open TrinityCore.sln and Build the solution. Click on Build and then Build Solution or press (Ctrl+Shift+B)

alt_tag


Screenshot

alt tag

Video Showcase:
https://streamable.com/yxv1m


NOTE: You can use .templatenpc reload command if you changed template gear, talents, glyphs. So you don't have to restart your server.