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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 1098 - 1127 of 1891   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1098
... From: "wspascoe02" <wspascoe@...> ... ATM you should use redit save 1200 to save zone 12. This is due to the way oasisOLC 2.0.1 handles zones in ...
Thomas Arp
welcor_of_cr...
Offline Send Email
Sep 1, 2002
10:04 pm
1099
... Address is at the bottom of all my posts. We teach anyone who wants to learn. Rumble The Builder's Academy enigma.dune.net 9091...
wintersn.geo
Offline Send Email
Sep 2, 2002
5:43 pm
1100
I know what ASCII playerfiles are, but I am not sure what the reasons are for installing the patch to provide them. Can someone explain what the benefits are,...
hackhound
Offline Send Email
Sep 7, 2002
12:24 am
1101
... Yes, they are worth it in my eyes. They allow you to manually edit fields in your playerfiles, which is a boon in fixing issues, adding fields, etc. They...
Mathew Earle Reuther
graymere_sea
Offline Send Email
Sep 7, 2002
10:25 am
1102
I am attempting to patch ascii_pfiles_2.1_on_bpl21_oasis2.0.1_dg.patch into completely stock circle30bpl21.tar.gz. Both files were ownloaded from...
hackhound
Offline Send Email
Sep 8, 2002
3:23 am
1103
... Not having the code in front of me, what function is the player_i defined, and what function is player_i erroring in? If they are not within the same...
Del
caminturn@...
Send Email
Sep 8, 2002
5:11 am
1104
... player_i is defined in function nanny, and that is where it errors out. I am using gcc to compile in Mandrake Linux....
hackhound
Offline Send Email
Sep 8, 2002
1:09 pm
1105
... ascii_pfiles_2.1_on_bpl21_oasis2.0.1_dg.patch ... following ... function) ... once ... I did some investigating, and when I commented out the "int...
hackhound
Offline Send Email
Sep 8, 2002
3:10 pm
1106
... From: "hackhound" <hackhound@...> ... Did you get any reject files when patching ? If you did - did you make sure to match all braces when...
Welcor
welcor_of_cr...
Offline Send Email
Sep 8, 2002
3:12 pm
1107
Arkheim Winters is finally open to the public! We are currently running at arkheimwinter.kyndig.com port 6666 stop by and check us out!...
chasingtheflames
chasingthefl...
Offline Send Email
Sep 11, 2002
7:47 pm
1108
Ok I have a circlemud version 19 with the new OasisOLC patched into it. my dig function (for adding new rooms) will not create a new room so if i type dig e...
wspascoe02
Offline Send Email
Sep 14, 2002
6:56 pm
1109
ok heres another problem I developed today: I added some code so that when you look in a direction ex) look w you will see the room description the problem I...
wspascoe02
Offline Send Email
Sep 14, 2002
10:23 pm
1110
... From: "wspascoe02" <wspascoe@...> ... <snip of old do_dig for Oasis1.0, I believe> Here's a more uptodate version. I stripped it a bit from my...
Thomas Arp
welcor_of_cr...
Offline Send Email
Sep 15, 2002
3:41 am
1111
I know that I posted this about a month ago but Im wondering if anyone knows of a snippet for adding channels like newbie or out of character (OOC) to the mud....
wspascoe02
Offline Send Email
Sep 22, 2002
1:15 am
1112
Im adding spellbooks to my mud. They will allow players to study them and learn spells (yes its the snippet from the webiste only modified slightly). I got...
wspascoe02
Offline Send Email
Sep 24, 2002
1:47 am
1113
... My implementation of this is a little bit different, so I'm not entirely clear on what all you have set up. Sorry if what I have to say doesn't help much....
Mathew Earle Reuther
graymere_sea
Offline Send Email
Sep 24, 2002
8:43 am
1114
Check out the ftp site, there are a number of snippets related to this topic. What I'd suggest, however, is mimicing the construction of the current channels...
Mathew Earle Reuther
graymere_sea
Offline Send Email
Sep 24, 2002
8:45 am
1115
I recently started on my very own mud using circlemud. The first thing I wanted to do is add some classes, I used the WTFAQ document on the subject as a guide....
Frank Zwart
fzwart1976
Offline Send Email
Sep 24, 2002
2:33 pm
1116
... It doesn't look like your classes, it looks like a corrupt .zon file. I don't have the docs here but basically you need to fix that file. Look at the...
Bussy, Lee C. (OTS-KC)
aennor_wot
Offline Send Email
Sep 24, 2002
3:08 pm
1117
... The problem was you added something to the 30 zone file and it was either in the wrong format or something like that. Circle recently changed the way the...
wspascoe@...
wspascoe02
Offline Send Email
Sep 24, 2002
3:16 pm
1118
ok heres what I did i added these to it: WAIT_STATE(ch, PULSE_VIOLENCE); for (i = 1; i <= 3; i++) { send_to_char(ch, "in loop.\r\n"); if (GET_OBJ_VAL(obj, i) <...
wspascoe02
Offline Send Email
Sep 24, 2002
8:41 pm
1119
I'll see what I can do tomorrow, if I get time. It's my birthday, so I may be a little busy, but I'll keep this around and look at it again. Like I said, my...
Mathew Earle Reuther
graymere_sea
Offline Send Email
Sep 24, 2002
10:35 pm
1120
... Change the above to this: WAIT_STATE(ch, PULSE_VIOLENCE); for (i = 1; i <= 3; i++) { if (GET_OBJ_VAL(obj, i) < 0) break; if (GET_SKILL(ch, GET_OBJ_VAL(obj,...
Mathew Earle Reuther
graymere_sea
Offline Send Email
Sep 25, 2002
11:50 am
1121
... First off you problem has nothing to do with adding the Ranger class. ... This happens alot, and you should be able to search the archives for answers. The...
nate
wintersn.geo
Offline Send Email
Sep 25, 2002
12:46 pm
1122
no it didnt work either. I think Im gonna try to change mine to only use the first 2 as well. It might be a little easier. Then maybe later on goto using all 4...
Bill Pascoe
wspascoe02
Offline Send Email
Sep 25, 2002
5:04 pm
1123
First off, does anybody know how to call the do_whisper function in a special procedure. Do_talk is no problem but I can't seem to figure out whisper. Also,...
Shaun Bourque
morbidfinch@...
Send Email
Sep 25, 2002
6:10 pm
1124
[Bill Pascoe] I have never really dealt much with the special procedures.(sorry Im not much help) Might I suggest that you try to patch in DG scripts. I know...
Bill Pascoe
wspascoe02
Offline Send Email
Sep 25, 2002
7:16 pm
1125
I have a question for you do you have any defines in your spello that would make it work. I talked to the orginator and he said I needed to add another snippet...
Bill Pascoe
wspascoe02
Offline Send Email
Sep 25, 2002
7:23 pm
1126
I have the other snippet installed, so yes, my spello is modified to include spello and spellolearned. I'd suggest that you install the other snippet, as it...
Mathew Earle Reuther
graymere_sea
Offline Send Email
Sep 25, 2002
9:03 pm
1127
... From: "Shaun Bourque" <morbidfinch@...> ... special procedure. Do_talk is no problem but I can't seem to figure out whisper. ... do_spec_com(ch,...
Thomas Arp
welcor_of_cr...
Offline Send Email
Sep 25, 2002
10:49 pm
Messages 1098 - 1127 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