Removed custom away system.
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user