|
1 |
| - |
| 1 | +##################################################################################################### |
| 2 | +# Azerothcore Module: TimeIsTime |
| 3 | +# Author: Dunjeon @Dunjeon (Guilded) |
| 4 | +# Contributing Author(s): lasyan3, vratam @ RegWorks |
| 5 | +# Version: 20210225 |
| 6 | +# License: GNU Affero General Public License v3.0 |
| 7 | +##################################################################################################### |
| 8 | +[worldserver] |
| 9 | + |
| 10 | +# Announce |
| 11 | +##################################################################################################### |
| 12 | +# Announce TimeIsTime |
| 13 | +# Settings: 0 = off, 1 = on |
| 14 | +# Default: 0 |
| 15 | +# Example: TimeIsTime.Announce = 1 |
| 16 | +##################################################################################################### |
| 17 | +TimeIsTime.Announce = 1 |
| 18 | + |
| 19 | +# Enable |
| 20 | +##################################################################################################### |
| 21 | +# Enable TimeIsTime |
| 22 | +# Settings: 0 = off, 1 = on |
| 23 | +# Default: 1 |
| 24 | +# Example: TimeIsTime.Enable = 1 |
| 25 | +##################################################################################################### |
| 26 | +TimeIsTime.Enable = 1 |
| 27 | + |
| 28 | +# SpeedRate |
| 29 | +##################################################################################################### |
| 30 | +# Adjust the number of game days per real day by altering the Realm Timer |
| 31 | +# Settings: 60 is 1 second (Real Time) = 1 minute (Realm Timer) |
| 32 | +# |
| 33 | +# 60.0 = 1 Game Day every 24 minutes |
| 34 | +# 30.0 = 1 Game Day every 48 minutes |
| 35 | +# 15.0 = 1 Game Day every 96 minutes or 1.6 Hours |
| 36 | +# 7.5 = 1 Game Day every 192 minutes or 3.2 Hours |
| 37 | +# 3.75 = 1 Game Day every 384 minutes or 6.4 Hours |
| 38 | +# 1.875 = 1 Game Day every 768 minutes or 12.8 Hours |
| 39 | +# 1.0 = 1 Game Day every 1440 minutes or 24.0 Hours |
| 40 | +# Default: 1.0 (Blizzlike) |
| 41 | +# Example: TimeIsTime.SpeedRate = 1.0 |
| 42 | +##################################################################################################### |
| 43 | +TimeIsTime.SpeedRate = 1.0 |
0 commit comments