Hi Im trying to alter the quit command so that it remembers the room that you log out from, so that you log back in. I have removed the house room check so the...
Alex Mann
alex4501@...
Jun 4, 2002 5:29 pm
1056
does anyone know of a snippet where i can add a morgue to a city. So if someones (newbies) dies they can retrieve there gear at the morgue vice going out to...
Hi, I've a question about snippets rules. I downloaded a snippets from ftp.circlemud.org, and as it was for an old version of circle code, while I use the last...
Normally there are no problems with this, it is however good practice to include a footer or header to achknowledge the original coder. Alex Naryan World ...
Alex Mann
alex4501@...
Jun 9, 2002 9:55 pm
1060
... Hi probably need to redit new or create vnum of room or object to get it right see if that works Maudib@kitchensink MUD http://keohookalani.com/~maudib ......
We have 2 positions available to interested parties. We are a fantasy role-playing game and need people who can read and write English, with good grammar and...
Hi there. I am really new to this, and was really excited when I bought my wolf, took awhile to get the money. Anyway... I was killed by a creature and when I...
In stock circle code it is not possible to get an old pet to follow you unles you use a charm tpye spell. Some muds implement a system where you can 'pet' them...
Alex Mann
alex4501@...
Jun 22, 2002 11:40 pm
1064
I am confused still. really sorry. I got a new pet, but.... every time I save and exit the game, it says the pet hates my guts, even though I was really good...
Pets work in a similar way to the charm spell, it simply sets the pet to follow you and gives it the aff_charm flag. If you quit this isn't saved. the your pet...
Alex Mann
alex4501@...
Jun 24, 2002 9:20 pm
1066
Below is an excerpt from my db.c (around lines 1465 to 1517) . . . I am trying to get Oasis OLC patched into the current CVS snapshot +128bit patch. /* ***...
I should note that part of the code I didn't call attention to before is giving me an error, so I'd assume I incorrectly "pieced toegether" the two patches. ...
I have heard that there was a MUD based of the books The Death Gate Cycle. I have downloaded the code from one site I found it at, and it compiled, but on...
Just wanted to say that, is it ever quiet here. On a side note. I am very happy. I learned to build rooms, and add descriptions and all sorts of cool things....
Im installing a color code in my bpl 19 circlemud. when I compile the mud I get a warning that says "Call to function cir with no prototype" in the comm.c...
... I don't know about the specific piece of code, but the error you're getting indicates that the code calls a function that doesn't exist. When you first...
Evan Harper
oxford_thames@...
Jul 21, 2002 3:38 am
1074
... exist. When ... (functions ... when ... there ... and try ... take care ... never ... You were very write. When I reviewed by code this morning I found out...
"You stand within a great library; its shelves completely bare except for some dust and spider webs. In the center of the room on a great podium rests a large...
I got it so new players will log on with newbie but how can i add it so they also load with some gold. I tried making a object for it but they have to drop it...
... Take a look at class.c, find where the character is first created and find where the initial settings for the character are set. Such as level, skills,...
Del
caminturn@...
Jul 27, 2002 5:57 pm
1078
Ok I think I did things really backwards here. I'm coding with a circlemud code. I have made quite a few modifications to the code but now I decided I want to...
... They aren't replacing, they are modifying. You can always hand patch them. Meaning, go in, make the changes as detailed in the patch file, theen compile....
... Actually, not too hard. First, you need to add a room where the corpses are going to rest. Assuming that room is vnum, say, 3001, you need to modify the...
A new mud can be found up at (www.first-rule.net) if anyone is interested in dropping by and checking it out, or if your looking for a building/simple coding...
I just downloaded the pure, unalterted Circlemud code (circle30bpl21) from the Circlemud web site and compiled it. It compiled without a problem. I then...