On Tue, 22 Sep 1998, Circadia Adminstrator wrote: >I need a little help from you guys to get a circle bpl14 running properly. >I understand that there's a 'version' bug in bpl14...if you type it in the >game, the mud crashes. Can anyone please reply and tell me how to fix this >bug? You need to make the 'extern' in the file with 'version' match the declaration in constants.c. (Or just check out the CVS patch at ftp://ftp.circlemud.org/pub/CircleMUD/cvs/, it'll have it in the huge mess that is eventually going to be bpl15.) >Another thing is the 'save' command. I noticed its different from the >older stocks and it doesn't save anymore. How will I be able to make >manual saving allowed? config.c: /* * Should the game automatically save people? (i.e., save player data * every 4 kills (on average), and Crash-save as defined below. This * option has an added meaning past bpl13. If auto_save is YES, then * the 'save' command will be disabled to prevent item duplication via * game crashes. */ int auto_save = YES; or just hack up act.other.c to let you. -- George Greer, greerga@circlemud.org | Genius may have its limitations, but http://mouse.van.ml.org/ (mostly) | stupidity is not thus handicapped. http://www.van.ml.org/CircleMUD/ | -- Elbert Hubbard +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST