... 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...
Ok patch is in but when it compiles i get these errord once it reaches the db.c file "parse error before "while" "line undeclared here, not a function" warning...
... this looks suspiciously like a common C error. i would recommend fixing the parse error (assuming that it is the first one that comes up), and chances are...
Ok ive got about it a different way I installed the races.patch onto the basic circlemud code and it worked and i can now choose races However if i want to...
... patches are generally designed to go into stock (read: unchanged) code. as soon as you change code, the patch will create Reject files (.rej usually)....
Could i not have another way around this for example Have the OasisOLC on the MUd, but have a seperate port for building?? Then have the stock circlemud code...
... you could do that, but it would mean maintaining two sets of code, and it would also mean that your OLC stuff could apply races. the best part is -- the...
No i want a port with no races and that for my builders to build the world Then the main port for the players to have races.classes and so on. Richard ... ...
Can you see this working?? A port with the stock code on and the OasisOLC patch and the main game running on the port with no oasisolc but with new races and...
Problem with that OasisOLC patch is its an older version one which is bugged so builders cant be given permission unless they are top administrative level, it...