... 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 ...
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,...
... 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...
... 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@...
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....
... 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...
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...
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...
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....
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...
... 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....
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...
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....
... 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...
... 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...
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) <...
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...
... 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,...
... 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...
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...
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@...
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...
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...
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...
... From: "Shaun Bourque" <morbidfinch@...> ... special procedure. Do_talk is no problem but I can't seem to figure out whisper. ... do_spec_com(ch,...