Sei Satzparad
Sei Satzparad
This should fix all errors relating to the led element missing a width attribute, as well as the "neg pos" issue in edit-party.xml. I'll keep pushing files as I fix...
In the following xml files, the element "led" does not have the required attribute "width", which will likely lead to a crash when they are loaded. This has been confirmed...
Hey, so I'm not sure about the general state of Linux support, but I got cboe to compile and run under Linux and X11 on the first try. Unfortunately, once...
Add a `teleport user` command for wizards that can teleport any user to any room. Ex: `teleport user seisatsu 0`
Make a `swap room ` command to swap the IDs of two rooms. This will also need to modify the room references for all of the items in those rooms....
This sometimes happens: ```Unhandled Error Traceback (most recent call last): File "/var/www/dennismud.xyz/Dennis/server.py", line 352, in sys.exit(main()) File "/var/www/dennismud.xyz/Dennis/server.py", line 335, in main reactor.run() File "/usr/local/lib/python3.9/dist-packages/twisted/internet/base.py", line 1315, in run self.mainLoop()...
This is a major feature that will allow using items to make things actually happen in-game. It works in conjunction with imbuements to allow an item to be used in...
The regular purge exits/entrances commands will only purge entrances and exits that you own, regardless of whether you own the room or not. The greater purge exits/entrances commands will purge...
A hidden item only appears in the item list for Owners and Wizards, but anyone can interact with it. If picked up by a non-owner, it becomes unhidden.
Allow exits between servers, if the feature is enabled on both servers. If a player enters a portal on Server A that points to a room on Server B, Server...