|
Scarn Apprentice
Joined: 24 Jul 2005 Posts: 137
|
Posted: Sun May 19, 2019 7:02 am
Alarms not firing. |
Morning all,
I have some pretty simple alarms that tell me when certain quests have reset. The trigger captures output from the MUD and then sends it back as a #SHOW 45 minutes later (the average time for a quest to reset on my MUD).
The issue is, the alarms aren't going off. They are counting down to the 30 or so minute mark and then getting reset back up to 45 minutes.
I use the temporary #ALARM command
Code: |
\[ You have completed a quest\: (.+) \]
$temp = %1
#ALARM {+2500} {#SHOW {%ansi(yellow)[%ansi(cyan) Quester: $temp reset %ansi(yellow)]}}
|
Any ideas? |
|
|
|
Scarn Apprentice
Joined: 24 Jul 2005 Posts: 137
|
Posted: Sun May 19, 2019 2:24 pm |
Fixed!
One of my chat windows was trying to connect to the MUD. Each time #CON happened, all timers would reset!
I'll leave this here for anyone with the same problem in the future. |
|
|
|
|
|