LOP/
LOP/area/
LOP/boards/
LOP/channels/
LOP/clans/
LOP/color/
LOP/councils/
LOP/deity/
LOP/src/specials/
Q: How do I create my main immortal?
A: If this is the first time you unpacked the code etc... after you create
   your character type FIRSTIMM. The command is only useful once.
   If you want to allow this command to work again you can create a file in
   your system directory called firstimm.

Q: What about adding in a template/menu driven system for creating mobiles/objects?
A: It really won't save you any typing or anything and is just extra bulk
   in your mud.
   It takes more coding work to keep it and the current ways updated.
   You already have a similar type of thing if you just create a mobile/object
   to overall match what your wanting and copy it for the others.

Q: Why not add in a way to read other muds area files?
A: It is a lot of overkill when you add support for other file formats.
   It isn't going to be used to often and then just sits around eatting
   up resources and not being used.
   Actually looking at the areas and just creating what you want of it
   tends to be the best way to do it. Most areas you will want to edit
   out unneeded things etc... anyways.
   You are of course free to create a converter and post it as a snippet
   for others to add and use.

Q: Why is the mud so bare?
A: I personaly hate seeing nothing but stock areas etc... on most muds.
   At one time all that came with LoP was limbo.are and later I added in
   Darkhaven to give people a chance to test it out some so they can see
   what it has to offer.

Q: Are there any known bugs that haven't been fixed?
A: Well there seems to be a limitation (could be considered a bug I guess)
   where you can't access some things in your inventory if similar things
   on the ground in the room. Like if you have 2 portals on the ground in
   the room your in and 3 in your inventory only the 3rd in your inventory
   can be accessed. 1 and 2 would only be useable for the 2 on the ground.

Q: Why haven't alot of cool snippets out there been added?
A: Have to leave some stuff out so you have something to add.

Q: Are there questions you have been asked and haven't included here?
A: Yea, tons of them that I don't recall currently.
   By the next release of the codebase I will probably have a lot more listed.

Q: Why haven't you changed the crapy weather system?
A: Might one of these days, because the stock one kind of sucks :P.

Q: Why don't areas save a backup like smaug?
A: I found this to normaly be useless.
   If you want a backup make sure you keep a recent backup of everything.

Q: Why doesn't hotboot save all data like smaug?
A: This was just something to make hotboot look more meaningfull.
   There can be alot of issues on tight quotas with doing this so I went with just saving descriptors.

Q: Will there ever be a final release of LOP?
A: Yea, one of these days.

Q: Whats the max amount of gold a person can have?
A: 2,000,000,000,000,000,000 (2 Quintillion).
   Same max for gold in bank.
   Same max for stuff dealing with gold in auction.
   Same max for amount of gold you can drop.
   Same max for amount of gold on ground.
   Same max for amount of gold you can give.

Q: One day will all the help files and documents that are needed be included?
A: Yea, I will eventually get around to adding everything that is needed :).

Q: Weren't you done doing releases on LOP?
A: Yep, but something always comes up :).