agonia wrote: Thank you for your answer
I checked TBA, but at least in the tbamud.com:9091 I can see only a great but naked sandbox. I don't know if you can create stats, skills, races and classes directly with the WIZ (I don't think so, or at least not fully working).
Fore sure almost everything needs a resking because it is veeeery basic (well...it is great, but I think that using TBA my work will be multiplied by 5 at least).
Even in "score" command you cannot see strength, dexterity and common stats. Maybe I'm missing something or maybe there are also TBA versions more complete or snippets for everything.
Can someone help me to understand?
CWG might be closer to what you're looking for.
You indeed cannot create stats, skills, races, classes, etc. from within the MUD on tbaMUD, or on CWG. Those things aren't typically hard to add, but they're still added from within the actual C code.
The general goal for tbaMUD was to only add things that we felt most everyone would want in their MUD as opposed to things people would have to remove before adding the things they did want.
The things you're referencing are the things that can be added to a MUD very easily. That you think adding them multiplies the workload of creating a MUD by 5x is very off-base.
It tends to take 1-2 weeks to create one area if working on it 8 hours a day. That'd be an area of 100 rooms. What I would consider to be a "small" MUD would be something like 3,000-5,000 rooms.
3,000 rooms would likely take one person a minimum of 9 or so months to create. And this would be for a very dedicated person with a lot of free time who spent at least 8 hours a day creating zones.
The code changes you're referencing could be added in an afternoon.
CWG is CircleMUD With Goodies, it has a lot of content already added to it and comes in 4 different varieties, Rasputin, Doom, Suntzu, and Buddha. It might not be the content you want in the end, but it comes with more content for sure. The difference is that if I wanted to make something truly customized, using CWG would take me more time because I'd have to remove all the stuff I didn't want in addition to adding the stuff I did want.