mirror of
https://github.com/telegramcores/mod-premium.git
synced 2026-01-13 00:58:36 +00:00
Added a config for NPC duration and code cleanup (#7)
* Add configurable NPC duration * Code cleanup
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
[worldserver]
|
||||
|
||||
################################################################################################################
|
||||
#
|
||||
# PremiumAccount
|
||||
# Description: Enable PremiumAccount for players
|
||||
@@ -25,7 +26,7 @@ Mount = 1
|
||||
# 0 - (Disabled)
|
||||
Trainers = 1
|
||||
|
||||
##################################################################################################################
|
||||
#################################################################################################################
|
||||
# PlayerInteraction
|
||||
# Description: This enables the submenu for the below
|
||||
# Default: 1 - (Enabled)
|
||||
@@ -54,3 +55,9 @@ Vendor = 1
|
||||
# Default: 1 - (Enabled)
|
||||
# 0 - (Disabled)
|
||||
MailBox = 1
|
||||
|
||||
##################################################################################################################
|
||||
# Premium.NpcDuration
|
||||
# Description: Time (in seconds) before despawn of summoned NPC
|
||||
# Default: 60 - (Seconds)
|
||||
Premium.NpcDuration = 60
|
||||
Reference in New Issue
Block a user