Files
mod-premium/README.md
2019-04-02 17:15:55 +02:00

67 lines
2.1 KiB
Markdown

# Premium Account
- Latest Premium Account build status with azerothcore: [![Build Status](https://travis-ci.org/azerothcore/mod-premium.svg?branch=master)](https://travis-ci.org/azerothcore/mod-premium)
This is a module for [AzerothCore](http://www.azerothcore.org) that adds Premium account features to players.
![script screenshot](/screenshots/script.png?raw=true "script screenshot")
Current features:
This module allows players to:
- Morph
- Mobile Bank
- Mobile Auction
- Demoph
- Mount (60%) players will mount the correct mount for the race
- Summon Vendor
- Trainer players will now spawn their class trainer also depending on faction.
- Added creature spawn check.
Upcoming features:
- Teleport players to major citys
- Talent Reset features
- Not allow morph if player is in shapeshift form
## Requirements
Premium module currently requires: players to import the sql into character database
AzerothCore v1.0.1+
## How to install
###1) Simply place the module under the `modules` folder of your AzerothCore source folder.
You can do clone it via git under the azerothcore/modules directory:
`cd path/to/azerothcore/modules`
`git clone https://github.com/azerothcore/mod-premium.git`
or you can manually [download the module](https://github.com/azerothcore/mod-premium/archive/master.zip), unzip the premium folder and place it under the `azerothcore/modules` directory.
assign the script to an item such as hearthstone using the script name 'premium_account'
###2) 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 `premium.conf.dist` to `premium.conf` and edit it as you prefer.
## Test the module
There is a SQL query so you can create an item and test it quickly.
![item screenshot](/screenshots/item.png?raw=true "item screenshot")
# Show your appreciation
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SBJFTAJKUNEXC)