Hi Guys I have been trying to create the zones but the command I am using in the mud is not working. It is something like ''zedit new 400 499" something like...
I believe its supposed to be zedit new 4 400 499 Hi Guys I have been trying to create the zones but the command I am using in the mud is not working. It is...
Hi Guys, I am trying to get html who's online with the current MUD time. I have created the Who's online part. Now I am trying to get the MUD time to output to...
Craig Wilson
cwilson2@...
Dec 2, 2002 12:48 pm
1175
Hi Guys, Found it, forgot to include the constant.h file which contains all this information. Cheers Craig. ... From: Craig Wilson...
Craig Wilson
cwilson2@...
Dec 2, 2002 1:21 pm
1176
... Zedit new 4 400 499, you forgot to give the zone number. Rumble The Builder's Academy Enigma.dune.net 9091...
Well you could always do it manually, by deleting your world files that correspond to the zone you want to delete. Which means you'd want to go into your...
Thanks but I also have the problem that when I create a new zone as you said and then reboot the mud I find that it doesn't boot up. But I am not sure whether...
Do you get any error messages when you try to create a new zone? and/or when you reboot do you get any error messages? http://developer.circlemud.org/ Jarrod...
I thought that I had once seen this snippet somewhere, but now I can't seem to find it anywhere. How would a person add more attack types, to the existing...
Hi Guys, I would like to set circlemud to save the location of a PC when they exit the realm. That way when a PC re enters the realm they will be in the room...
cwilson2@...
Dec 5, 2002 10:18 am
1184
Can some one help me? I´m using the stock CircleMud 3.1, (except for races change in the binary pfile). I´m with Visual Studio C++ 6, and win 98. Someone...
Hi im new with all of this circle mud stuff and i was wondering where can i get all of the programs needed and i'll need help to start me off with compiling...
Ok, as you can tell, a Coder I am not, not even a new coder...now thats out of the way. :) I have a copy of our old mud I used to pay server space for (bpl 11,...
Well..gonna tackle adding races first off and I have a couple of walkthrus from ftp site. Was wondering if these will work adding races to 3.1? Such as racial...
Hello...me again... will adding races and then installing OLC (when latest version is completed) cause a problem? Seems like I had read that OLC doesnt "like"...
Hi all, I'm attempting to add races to a MUD that I would like to run. I'm using CircleMUD 3.0 bpl 22. I'm experiencing problems compiling the db.c file. The...
Another post about races :P I have races on my mud, but i need some little help: I) Four Races, Four Cities. Every race start in his race city. II) Race Crash....
Enter your vote today! A new poll has been created for the circle-newbies group: Do you think that using clan and races will help the players? o yes o no o...
circle-newbies@yahoog...
Dec 17, 2002 6:09 pm
1197
Adding "affect_modify(ch APPLY_NONE 0, AFF_INFRAVISION, FALSE);" to make a dwarf see in the dark and not sure which file I would be adding this to. Got the...
THis is how i did it in the void do_start(struct char_data *ch) section of the code. Im think it is in the class.c section of the code but dont quote me I...
Where would I place +1 hitroll and damroll for a specific race? Using circle 3.1 and have all race abilities done except for this last bit... would it be in...
Im having a problem with my hands code. I want it so you cant wear a shield and 2 weapons all at the same time. I have that part working but when i try to...