Im installing a color code in my bpl 19 circlemud. when I compile the mud I get a warning that says "Call to function cir with no prototype" in the comm.c...
... I don't know about the specific piece of code, but the error you're getting indicates that the code calls a function that doesn't exist. When you first...
Evan Harper
oxford_thames@...
Jul 21, 2002 3:38 am
1074
... exist. When ... (functions ... when ... there ... and try ... take care ... never ... You were very write. When I reviewed by code this morning I found out...
"You stand within a great library; its shelves completely bare except for some dust and spider webs. In the center of the room on a great podium rests a large...
I got it so new players will log on with newbie but how can i add it so they also load with some gold. I tried making a object for it but they have to drop it...
... Take a look at class.c, find where the character is first created and find where the initial settings for the character are set. Such as level, skills,...
Del
caminturn@...
Jul 27, 2002 5:57 pm
1078
Ok I think I did things really backwards here. I'm coding with a circlemud code. I have made quite a few modifications to the code but now I decided I want to...
... They aren't replacing, they are modifying. You can always hand patch them. Meaning, go in, make the changes as detailed in the patch file, theen compile....
... Actually, not too hard. First, you need to add a room where the corpses are going to rest. Assuming that room is vnum, say, 3001, you need to modify the...
A new mud can be found up at (www.first-rule.net) if anyone is interested in dropping by and checking it out, or if your looking for a building/simple coding...
I just downloaded the pure, unalterted Circlemud code (circle30bpl21) from the Circlemud web site and compiled it. It compiled without a problem. I then...
... Did it patch without a warning as well? Sometimes warnings are easy to miss. ... Look in the files at the line numbers it is referring to. I'm assuming ...
... site. ... and ... patching, ... then ... You need to rerun the configure command since the patch modified Makefile.in Rumble The Builder's Academy ...
I'm looking for either a snippet or a simple way to add channels to my mud. Like for example the stock circle has gossip. I want to add maybe OOC or something...
Is there a way for someone using windows to build a mud to open the .tar.gz files. I tried winzip but they it says it doesnt support it. Does anyone know how...
... I'm using winzip. Manually go into winzip and select the file to open. It may be that the .gz is not associated with your program. It may also be that...
... When I click on a .tar.gz file winzip opens it, then asks if it should extract the .tar to a temporary directory. If it doesn't for you, manually extract...
Hi I suggest not using winzip because in the past it has caused me some problems. I tried runninb circlebpl19 it was tared the whole lot and when I extracted...
Can anyone tell me some info on this dg scripts patch. I cant seem to find much on it. Like first of all what exactly it is ( i think its a update from mob...
Has anyone encountered a bug with the new version of oasis OLC that it will only save zone 0 no matter what zone you are trying to save so if I do: redit save...
... The current Developer is Welcor. Check out his in-depth documentation at: http://welcor.n3.net/ We can both be reached at The Builder's Academy if you have...
... 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,...