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 1427 - 1456 of 1891   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
1446
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...
Richard Owen
richjowen2002
Offline Send Email
Jul 18, 2003
11:45 am
1447
... 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...
Alex
cheshsem
Offline Send Email
Jul 18, 2003
11:54 am
1448
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...
Richard Owen
richjowen2002
Offline Send Email
Jul 18, 2003
12:04 pm
1449
... 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)....
Alex
cheshsem
Offline Send Email
Jul 18, 2003
12:12 pm
1450
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...
Richard Owen
richjowen2002
Offline Send Email
Jul 18, 2003
1:36 pm
1451
... 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...
Alex
cheshsem
Offline Send Email
Jul 18, 2003
2:01 pm
1452
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 ... ...
Richard Owen
richjowen2002
Offline Send Email
Jul 18, 2003
2:29 pm
1453
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...
Richard Owen
richjowen2002
Offline Send Email
Jul 18, 2003
8:29 pm
1454
... From: "Richard Owen" <richard@...> ... patches No. Oh, you want a reason... Here we go [1]: If you have different ports running, you will...
Welcor
welcor_of_cr...
Offline Send Email
Jul 18, 2003
9:46 pm
1455
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...
Richard Owen
richjowen2002
Offline Send Email
Jul 18, 2003
10:48 pm
1456
... From: "Richard Owen" <richard@...> ... bugged ... What are you replying to here ? Top-posting confuses me! Welcor...
Welcor
welcor_of_cr...
Offline Send Email
Jul 19, 2003
7:07 am
Messages 1427 - 1456 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