Reusing old Beleth script.

This commit is contained in:
MobiusDev
2016-12-31 08:42:36 +00:00
parent a89a35974c
commit 04885267e2
11 changed files with 921 additions and 40 deletions

View File

@@ -68,11 +68,20 @@ RandomOfQueenAntSpawn = 17
# Beleth
# ---------------------------------------------------------------------------
# Delay of appearance time of Beleth. Value is minute. Range 3-60
BelethWaitTime = 5
# Interval time of Beleth. Value is hour. Range 1-480. Retail: 192
IntervalOfBelethSpawn = 192
# Random interval. Range 1-192. Retail: 148
RandomOfBelethSpawn = 148
#Minimal count of players for enter to Beleth. Retail: 36
BelethMinPlayers = 36
# Interval time of Beleth fight time. Value is minute.
BelethFightDuration = 90
#Minimal count of players for enter to Beleth. Retail: 49
BelethMinPlayers = 49
#Maximum count of players for enter to Beleth. Retail: 350
BelethMaxPlayers = 350