https://github.com/azerothcore/mod-npc-codebox
https://github.com/azerothcore/mod-npc-codebox
azerothcore azerothcore-module core-module
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/azerothcore/mod-npc-codebox
- Owner: azerothcore
- License: agpl-3.0
- Created: 2018-03-05T17:06:15.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-01T06:51:05.000Z (about 1 year ago)
- Last Synced: 2025-05-06T19:28:22.459Z (10 months ago)
- Topics: azerothcore, azerothcore-module, core-module
- Language: C++
- Homepage: https://stygianthebest.github.io/projects/mod-npccodebox/
- Size: 70.3 KB
- Stars: 6
- Watchers: 12
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#  AzerothCore
## mod-npc-codebox
### This is a module for [AzerothCore](http://www.azerothcore.org)
- Latest build status with azerothcore: [](https://github.com/azerothcore/mod-npc-codebox)
## Description
Allows a player to transfer emblems (frost, triump, conquest) from one character to another **within the same account**. A configurable penalty can be applied (default: 10%) to the transfered amount.
## How to use ingame
1. Enter an item and code in the new database table `lootcode_items`
1. Spawn the npc and interact with it. (.npc add 601021)
2. Enter LootCode you added to the lootcode table in the world database after running the sql's.
## Requirements
- AzerothCore v1.0.1+
## Installation
```
1) Simply place the module under the `modules` directory of your AzerothCore source.
2) Import the SQL manually to the right Database (auth, world or characters).
3) Re-run cmake and launch a clean build of AzerothCore.
```
## 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 `emblem_transfer.conf.dist` to `emblem_transfer.conf` and edit that new file.
## Credits
- [Stygianisthebest](http://stygianthebest.github.io)
- AzerothCore: [repository](https://github.com/azerothcore) - [website](http://azerothcore.org/) - [discord chat community](https://discord.gg/PaqQRkd)
#############################################################################################################
Modules, Scripts, and other resources for use with AzerothCore and the World of Warcraft v3.3.5a game client
#############################################################################################################