Players will now get there race mount if mount is enabled, and now spawn their class trainers, also implemented NPC check.

This commit is contained in:
lee1991
2017-05-28 20:23:24 +01:00
parent 874fbe28f1
commit 302ebf069b
2 changed files with 418 additions and 145 deletions

View File

@@ -13,33 +13,44 @@ PremiumAccount = 1
# 0 - (Disabled)
Morph = 1
# Bank
# Description: Allow Players to use mobile bank
# Default: 1 - (Enabled)
# 0 - (Disabled)
Bank = 1
# Auction
# Description: Allow Players to use mobile Auction
# Default: 1 - (Enabled)
# 0 - (Disabled)
Auction = 1
# Mount
# Description: Allow Players to use mount
# Default: 1 - (Enabled)
# 0 - (Disabled)
Mount = 1
# Class Trainers
# Description: Allows players to spawn class trainers
# Default: 1 - (Enabled)
# 0 - (Disabled)
Trainers = 1
##################################################################################################################
# PlayerInteraction
# Description: This enables the submenu for the below
# Default: 1 - (Enabled)
# 0 - (Disabled)
PlayerInteraction = 1
#
# Bank
# Description: Allow Players to use mobile bank
# Default: 1 - (Enabled)
# 0 - (Disabled)
Bank = 1
#
# Auction
# Description: Allow Players to use mobile Auction
# Default: 1 - (Enabled)
# 0 - (Disabled)
Auction = 1
# Vendor
# Description: Allow Players to use vendor
# Default: 1 - (Enabled)
# 0 - (Disabled)
Vendor = 1
#
# Mail Box
# Description: Allow Players Access ingame Mail
# Default: 1 - (Enabled)
# 0 - (Disabled)
MailBox = 1