Might help if you specified in a little bit more detail of what you are trying to do and also provide what codebase you are using. I assume you are refering to...
So, what are the chances of being able to find a group of people who are willing to pitch together and create a new MUD, from scrap or codebase? Why do I ask...
I would be very interested in helping you out with this project. I was thinking of doing something similar myself but quite honestly got to lazy for a solo...
I would be interested. I cannot code but I love to build. To be honest guys, I joined the group to find a certain code. But if you guys wanna start a mud I'd...
You would be more than welcome to help. :) Presently, however, I do not have anything being hosted, and I'm still looking over codebases and ideas on just...
i have one hosted at tangent.dune.net port 4050 if anyones interested in helping me out getting it up and going. was going to post a note about it here anyway....
I was wondering if anyone knew of a good Windows host I could get my CircleMud code hosted on. I've thought about trying to converting it to linux..but I'm...
Greetings, I have been playing muds for over ten years. I used to own one in the past based off of circle mud. Though that did not give me the world I wanted....
The problem is finding a windows host that will allow telnet sessions into the account. Most (i would say like 99%) won't allow it. There's java versions of...
I had attempted to create my own mud using circle mud as a "study guide", but it takes so much time that I cannot do it. Work, classes ect ect ect. That, and...
I use Cygwin for testing and other things, it is a linux emulator built for the windows environment. Not sure about Circlemud but Smaug can be modified in a...
I'm not trying to start a debate.. just need to voice a personal thought.. ..and with VB: 1) Download the source 2) Load it into VB 3) Click 'make EXE' 4)...
i'm getting an error message about a parse error just before the else for the autodamge part and they continue on from there. i know its right there in that...
The white auras in stock rom are the spell Sanctuary. Do grep "white aura" *.c and you will find the file that shows the rest. There is also pink aura which...
Hello all, I have posted on this forum a few times. I am trying to make a Grand Theft Auto mud based on SWR code base. The reason i have picked this code base...
what files do i need to make changes to so i can create a bank flag for rooms. i know i need it in merc.h, not sure what all the files are though. i have a...
I've gotten far enough I configured, cd src, but when I 'make' it goes through quite a bit and stops with this : All this comes after it has gone through all...
Looks like a linking error, says there are multiple definitions of CAP, one on line 16 in asciipasswd.c and another on line 90 in utils.c same thing with...
I am looking for some code to set on our new mush that creates +invite or a +meetme function. Would appreciate all the help I can get. I'm a new coder and...
Here's some code that I have on my MUSH. I don't remember where I got it from (I may have written it myself.) It works okay, but I can't vouch for security of...
At the risk of being laughed at by the more experienced programmers here, I will confess to being ignorant of C, C++, and C#. I have some coding experience...