... I am assuming you haven't modified how players save. The easiest way is to delete the lib/etc/players file and reboot the MUD, this will delete all...
This is the problem Im having when my mortal test character fights something he takes damage but the only message he gets is the one that says you hit......
I am looking for a coder (building experience preferred) that would be interested in coding and possibly building for my mud. It is a circlemud 3.1 server...
I'm having the same difficulties as listed done below. ... Whereabouts in structs.h do I add/change this information? Under the char_data, there is no listing...
... "say" is catched by command_interpreter, in interpreter.c. To do what you want to, you can just hack do_say and do whatever you want there. Of course this...
... the char_data, ... Take a look at the GET_LEVEL() macro. It should give you enough information where to look at (fgrep -n GET_LEVEL *.h) Regards, Leonardo...
... is kind ... You have a comment line that is not properly formatted; you missed a slash before it (it's the one that says "General special procedures for...
Im installing the hidden exit snippet from the website which I got to work fine the problem that Im having is tying it in to OLC. this is the stock zone edit...
Out of curiosity...what's the max value that ush_int can have? ... _________________________________________________________________ STOP MORE SPAM with the...
... From: Bill Pascoe [mailto:wspascoe@...] Sent: Friday, July 04, 2003 9:02 AM To: 'Circle Discussion List'; 'circle-newbies@yahoogroups.com' ...
Del
caminturn@...
Jul 4, 2003 3:03 pm
1429
Hullo. I'm pretty new to coding circle, haven't been at it terribly long, but I've managed to add the basics to my MUD and customized it a wee bit. I get the...
1) When logging in, everything the player was wearing when they logged out is now in their inventory. in Structs.h change the use_autoeq from 0 to 1. Its in...
Thanks, both fixes worked like a charm. If I had grepped "automatically equip" I would have found it-- it says that in a 5 line comment right above it-- but...
TBA has been open to anyone interested in learning or teaching how to build using Oasis OLC with dg scripts since 2000. The current developer of DG scripts,...
If you got here to the how to add race page on circlemud.org http://www.circlemud.org/cdp/wtfaq/level.html You will find down the list the part i am on Richard...
Ok I see now yah that is very outdated I see it talking about pl11 which was 11 code changes ago. This one should get you the right info that you need. ...
Ok did that but when i compiled it got to making all the .o files and then it came up with errors with the class.o file Undefined reference to is_obj_stat and...
try changing this : if ((IS_OBJ_STAT(obj, ITEM_ANTI_HUMAN) && IS_HUMAN(ch)) to this: if ((OBJ_FLAGGED(obj, ITEM_ANTI_HUMAN) && IS_HUMAN(ch)) do that for all...
I havent added any races on my own. I took all the files out of the races.tar download and put them into my src directory. So my src directory now contains all...
Ok i patched my circlemud3.1 directory and got these errors when compiling "In function do_who undefined reference to race_abbrevs undefined reference to...
Ok i started again but installed the patch on a brand new circlemud before i had configured and compiled and it WORKED! However i do think now i will have to...
Ok i patched my circlemud3.1 directory and got these errors when compiling "In function do_who undefined reference to race_abbrevs undefined reference to...
I use Windows XP and Cygwin Compiler Richard ... From: "Bill Pascoe" <wspascoe@...> To: <circle-newbies@yahoogroups.com> Sent: Friday, July 18, 2003...