Skip to content

azerothcore/mod-reward-shop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo AzerothCore

Ingame Reward System

This is a module for AzerothCore

  • Latest build status with azerothcore: Build Status

Current features:

  • This Module Makes a NPC do database check for a code that can redeemed ingame, The NPC checks which action is called in the Database to apply the correct items/features

Database Actions:

1 = item 2 = gold 3 = name change 4 = faction change 5 = race change 6 = level up to 80

Upcoming features:

1) If a person feels like they could make a website to work with this module it will be great i will merge into the source and also give credit.

Requirements

Reward Shop module currently requires:

AzerothCore v1.0.1+

How to install

1) Simply place the module under the modules folder of your AzerothCore source folder.

2) Input the SQL file to the character database.

2a) Optional exchange all AC code NPCs: Input the SQL files from the optional folder to the world database. First use the NPC.sql files and then the Spawn.sql.

3) Re-run cmake and launch a clean build of AzerothCore

That's it.

(Optional) Edit module configuration

If you need to change the module configuration, go to your server configuration folder (e.g. etc), copy reward_shop.conf.dist to reward_shop.conf and edit it as you prefer.

Show your appreciation

Donate

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.4%
  • Shell 4.6%