Posts
Problem: I have a trigger that I only want to fire once every 5 seconds. Solution: You can turn particular triggers off with the disableTrigger(...) function. If we combine that with a timer you can control the maximum amout a trigger can fire in a certain number of seconds (or minutes, etc) -- place the below in the trigger you wish to control -- the name of this trigger disableTrigger("Trigger N...
Timed Triggers
Mar 07, 2025
69 views
Available via mpkg (Mudlet Package Repository) or install directly from https://mudlet.github.io/mudlet-package-repository/packages/cron-daemon.mpackage A cron daemon for Mudlet to schedule and run jobs at future dates or intervals. Cron Daemon is a script that schedules jobs (functions or actions) to be run periodically at fixed times, dates or intervals. It can schedule down to the nearest minut...
Cron Daemon for Mudlet
Oct 21, 2024
101 views
Gauges are typically used as an output to show hit points or movement points remaining. How about being able to use it as an input? A slider, dimmer or variable input; say as a 'wimpy' value for automatic fleeing? Supports horizontal, vertical, goofy and batty style gauges. See the script here; https://gist.github.com/ZookaOnGit/f1d048168f14965bcd87928f04b311a6
Selectable (Dimmer/Slider) Style Gauges for Mudlet
Oct 08, 2024
100 views