Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.62 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.62 KB

logo AzerothCore

mod-emblem-transfer

This is a module for AzerothCore

  • Latest build status with azerothcore:

Build Status

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. Walk to the npc and interact with it.
  2. Select the type of emblem you want to transfer.
  3. Select the character you want to transfer to.
  4. Enter the amount of emblems.
  5. Profit!

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