I have installed OLC and it works fine only on the first room of each wld/shp/zon/mob/obj. For example, I can use redit for the first room in my world. But if...
I see some snippets on the circlemud developers page about installing races. The code looks easy enough to do but i dont see anything in their about alignment....
ok here is waht i have in my score command for exp int percent, current, total; current = GET_EXP(ch); total = (GET_CLASS(ch), GET_LEVEL(ch) + 1); percent =...
... Not sure what you're doing here... try this: total = level_exp(GET_CLASS(ch), GET_LEVEL(ch) + 1); Sean -- "The fear of life is the favorite disease of the...
Sean Johnstone
xual@...
May 12, 2002 1:53 am
1040
... Small suggestion so you don't use variables that you really don't need: percent = (GET_EXP(ch) / level_exp(GET_CLASS(ch), GET_LEVEL(ch) + 1) ) * 100; if...
Del
caminturn@...
May 12, 2002 2:01 am
1041
That was it guys thanks. I have one small error which i can correct and that is when i type score with my imp it crashes because it cant find any exp for the...
can someone tell me wear i can change the code to make it so you are still wearing your eq when you re enter the game. I made it so newbie get eq and are...
... are ... newbie ... the ... there ... in structs.h change USE_AUTOEQ from 0 to 1. It _will_ make you have to purge your rent files, though. Welcor...
Hello, Just found this group(thankfully). I am just messing around with a circle30 bpl 16 with olc v2.0 and dg scripts. Making a "private" mud where friends...
... Your best bet is to check through the race/class addition snippets on the ftp site. Those are fairly detailed enough to get you going....
flawed
flawed@...
May 28, 2002 9:09 am
1051
Is there a basic description on a Quest system? I have seen other Circle MUD sites with a Quest system. I have been reviewing the FTP sites and noticed a few...
Okay... I know that I'm not supposed to be learning C on Circle but it has to be interesting! :P So.... I downloaded the BPL21 from the FTP site, renamed...
I'm trying to add races to my mud using the race_doc_bpl21.txt file from the ftp site. I'm adding it to bamud4.5. Now I know that bamud is only bpl17 and the...
Hi Im trying to alter the quit command so that it remembers the room that you log out from, so that you log back in. I have removed the house room check so the...
Alex Mann
alex4501@...
Jun 4, 2002 5:29 pm
1056
does anyone know of a snippet where i can add a morgue to a city. So if someones (newbies) dies they can retrieve there gear at the morgue vice going out to...
Hi, I've a question about snippets rules. I downloaded a snippets from ftp.circlemud.org, and as it was for an old version of circle code, while I use the last...
Normally there are no problems with this, it is however good practice to include a footer or header to achknowledge the original coder. Alex Naryan World ...
Alex Mann
alex4501@...
Jun 9, 2002 9:55 pm
1060
... Hi probably need to redit new or create vnum of room or object to get it right see if that works Maudib@kitchensink MUD http://keohookalani.com/~maudib ......
We have 2 positions available to interested parties. We are a fantasy role-playing game and need people who can read and write English, with good grammar and...
Hi there. I am really new to this, and was really excited when I bought my wolf, took awhile to get the money. Anyway... I was killed by a creature and when I...
In stock circle code it is not possible to get an old pet to follow you unles you use a charm tpye spell. Some muds implement a system where you can 'pet' them...
Alex Mann
alex4501@...
Jun 22, 2002 11:40 pm
1064
I am confused still. really sorry. I got a new pet, but.... every time I save and exit the game, it says the pet hates my guts, even though I was really good...
Pets work in a similar way to the charm spell, it simply sets the pet to follow you and gives it the aff_charm flag. If you quit this isn't saved. the your pet...
Alex Mann
alex4501@...
Jun 24, 2002 9:20 pm
1066
Below is an excerpt from my db.c (around lines 1465 to 1517) . . . I am trying to get Oasis OLC patched into the current CVS snapshot +128bit patch. /* ***...
I should note that part of the code I didn't call attention to before is giving me an error, so I'd assume I incorrectly "pieced toegether" the two patches. ...