Search the web
Sign In
New User? Sign Up
circle-newbies · CircleMUD
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1415 - 1445 of 1891   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1415
... 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...
nate
wintersn.geo
Offline Send Email
Jun 1, 2003
1:58 pm
1416
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......
Bill Pascoe
wspascoe02
Offline Send Email
Jun 3, 2003
12:59 am
1417
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...
hawkhorrow
Offline Send Email
Jun 3, 2003
9:29 pm
1419
Thanks a lot! It Worked! ... way ... imp....
Gledston Caires da Si...
juiztoshiro
Offline Send Email
Jun 5, 2003
1:48 am
1420
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...
theruinofaurik
Offline Send Email
Jun 10, 2003
11:30 am
1421
... "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...
Leonardo Herrera
leherrer
Offline Send Email
Jun 11, 2003
7:43 pm
1422
... 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...
Leonardo Herrera
leherrer
Offline Send Email
Jun 11, 2003
7:48 pm
1423
... Are you using "extern C {" in your headers? Leonardo Herrera...
Leonardo Herrera
leherrer
Offline Send Email
Jun 11, 2003
7:50 pm
1424
... 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...
Leonardo Herrera
leherrer
Offline Send Email
Jun 11, 2003
7:59 pm
1425
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...
Bill Pascoe
wspascoe02
Offline Send Email
Jun 12, 2003
11:39 pm
1426
Out of curiosity...what's the max value that ush_int can have? ... _________________________________________________________________ STOP MORE SPAM with the...
Aurik Rain
theruinofaurik
Offline Send Email
Jun 14, 2003
5:38 am
1427
I'm trying to tone down my summon spell to allow players to only summon other players in there own zone. This is what I came up with: if...
Bill Pascoe
wspascoe02
Offline Send Email
Jul 4, 2003
1:01 pm
1428
... From: Bill Pascoe [mailto:wspascoe@...] Sent: Friday, July 04, 2003 9:02 AM To: 'Circle Discussion List'; 'circle-newbies@yahoogroups.com' ...
Del
caminturn@...
Send Email
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...
anonyman256
Offline Send Email
Jul 7, 2003
4:59 am
1430
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...
Bill Pascoe
wspascoe02
Offline Send Email
Jul 7, 2003
11:16 am
1431
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...
anonyman256
Offline Send Email
Jul 8, 2003
5:16 am
1432
Could someone recommend a program that could allow me to compare files to make a patch . or a program that could make a patch for me....
Bill Pascoe
wspascoe02
Offline Send Email
Jul 14, 2003
11:39 am
1433
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,...
nate
wintersn.geo
Offline Send Email
Jul 15, 2003
2:07 am
1434
I followed the instruction to add races but i cant find the part in the db.c file that needs me to find mob_proto[i].player.sex = t[2]; ...
richjowen2002
Offline Send Email
Jul 17, 2003
7:01 pm
1435
I followed the instruction to add races but i cant find the part in the db.c file that needs me to find mob_proto[i].player.sex = t[2]; ...
Bill Pascoe
wspascoe02
Offline Send Email
Jul 17, 2003
9:13 pm
1436
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...
Richard Owen
richjowen2002
Offline Send Email
Jul 17, 2003
9:23 pm
1437
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. ...
Bill Pascoe
wspascoe02
Offline Send Email
Jul 17, 2003
9:29 pm
1438
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...
Richard Owen
richjowen2002
Offline Send Email
Jul 17, 2003
10:31 pm
1439
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...
Bill Pascoe
wspascoe02
Offline Send Email
Jul 18, 2003
1:09 am
1440
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...
Richard Owen
richjowen2002
Offline Send Email
Jul 18, 2003
9:27 am
1441
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...
Richard Owen
richjowen2002
Offline Send Email
Jul 18, 2003
9:37 am
1442
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...
Richard Owen
richjowen2002
Offline Send Email
Jul 18, 2003
10:13 am
1443
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...
Bill Pascoe
wspascoe02
Offline Send Email
Jul 18, 2003
10:53 am
1444
I use Windows XP and Cygwin Compiler Richard ... From: "Bill Pascoe" <wspascoe@...> To: <circle-newbies@yahoogroups.com> Sent: Friday, July 18, 2003...
Richard Owen
richjowen2002
Offline Send Email
Jul 18, 2003
11:39 am
1445
Yep it was added to the makefile as the makefile installed when i installed the patch. Richard ... From: "Bill Pascoe" <wspascoe@...> To:...
Richard Owen
richjowen2002
Offline Send Email
Jul 18, 2003
11:40 am
Messages 1415 - 1445 of 1891   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help