MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Fri Nov 25, 2011 4:16 pm |
Search for the SHIFT trick, the xml export/import process, and the MapConvert utility. You are going to need to use at least two of those methods to fix this.
You may also need to reconstruct your session database, which isn't nearly as convenient as the above three things. First, open up the Session Properties for each of your sessions you want to keep and write down the included packages, the host name and port, and any account names/passwords you have stored there. If you don't remember the passwords, you can open up that session offline, find the Gag lines containing password preference, and then use #PW to see it. Next, close all instances of CMud you have running and delete the sessions.db and sessionkeys.db files. Third, reopen CMud. This should have reset the sessions list to the default values. Fourth, create a new session and fill in the details, repeating this for each session you took notes for.
Usually, these four methods are enough to fix any problems like you're having, but sometimes it's just caused by a bug in your script code. For that, you will have to examine your scripts themselves to find and fix the problem. |
|