Removed custom away system.

This commit is contained in:
MobiusDevelopment
2020-01-29 16:04:15 +00:00
parent c31c85e2a3
commit f1b7de35a6
21 changed files with 42 additions and 620 deletions

View File

@@ -1,23 +0,0 @@
# ---------------------------------------------------------------------------
# Away System
# ---------------------------------------------------------------------------
# Allow players to change their status to Away.
# Commands: .away and .back
AllowAwayStatus = False
# Away only in peace zones.
AwayOnlyInPeaceZone = True
# Player can take aggro from monsters while he is Away.
AwayPlayerTakeAggro = False
# Away status title color.
# Default: 0000FF (red)
AwayTitleColor = 0000FF
# How many seconds until player goes in away mode.
AwayTimer = 10
# How many seconds until player goes back from away mode.
BackTimer = 10

View File

@@ -558,7 +558,7 @@ ClearDroppedItemTable = False
# Default: 15
CharacterDataStoreInterval = 15
# When enabled, this forces (even if using lazy item updates) the items owned by the character to be updated into DB when saving its character.
# When enabled, this forces the items owned by the character to be updated into DB when saving its character.
# Default: True
UpdateItemsOnCharStore = True