Hilapdatus
- Login: Hilapdatus
- Character Names: Hilapdatus, Magellan
- Registered on: 12/05/2018
- Last sign in: 01/21/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 76 | 77 | 153 |
| Reported issues | 9 | 10 | 19 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Players Guide | Manager, Developer | 12/05/2018 |
| Reporter | Manager, Developer | 11/12/2019 |
Activity
01/15/2026
-
04:02 AM Reporter Bug #214 (Closed): Formatting issues with 'who'
- Fixed with mudlib:commit:lib|7c54de12c80263081d2def22129e883ff2c0761e.
-
03:59 AM Reporter Bug #229 (Closed): The 'update' command, when updating multiple objects, returns a status of OK even if an objects fails to load.
- Applied in changeset mudlib:commit:lib|e1861fdde1c899e5a6d82bbc9cab29020778556a.
01/11/2026
-
10:42 PM Reporter Bug #198 (Closed): Reincarnating does strange things with experience
- Applied in changeset domains:commit:domains|2177dd219ccc93c9b4b9d49202f3097cfe308c37.
-
10:33 PM Reporter Bug #226 (Closed): prayer bead necklace has a weird message
-
09:19 PM Reporter Bug #226: prayer bead necklace has a weird message
- > It says: 'You don't notice that here.'
@/domains/Forest/Ruins/obj/prayern.c@
All functionality was stuffed within the object's override of CanTouch() and there is no override of LIB_TOUCH::eventTouch().
CanTouch() is expected to pe...
01/07/2026
-
04:09 AM Reporter Bug #223 (Closed): Platinum Slivers don't seem to work at Oracle
-
04:06 AM Reporter Bug #223: Platinum Slivers don't seem to work at Oracle
- > As you touch the water of the oracle, the sliver melts, coating the *platinum sliver* with a fine layer of platinum!
The issue here is that the Oracle selects a random weapon from the rooms inventory, EVERY object is a weapon in Dream... -
03:49 AM Reporter Bug #222 (Closed): I got an error when pulling the brick at the bottom of the well
- Hilapdatus wrote in #note-4:
> That call to find_object() should be load_object(). find_object() only returns objects loaded in memory. If that room had reset and been destructed then find_object() will return null. load_object(), on... -
03:45 AM Reporter Bug #222: I got an error when pulling the brick at the bottom of the well
- ion wrote in #note-2:
> The temporary fix disables the 2nd of three messages.
> ...
That call to find_object() should be load_object(). find_object() only returns objects loaded in memory. If that room had reset and been destructed t...
01/06/2026
-
04:11 AM Reporter Bug #221 (Closed): Enter Pit Not Working in Falls
- FIXED. You can now enter the pit regardless of whether Ogram is dead, alive, or not there. It will correctly check to see if you can fly now too so you won't fall if you're capable of flight.