Mud Magic: Circle CrusaderCircle Mud programmers discuss the detailed workings of this advanced code base [circle@mudmagic.com]Re: DBX - Again- (Found July 2, 2008 ) OK, when you are in the shell type this: cd dbx cd src make clean make cd .. change your port .autorun & That should get it. ( Posted By: NarakuHanku 06-01-08 05:19 )http://www.mudmagic.com/boards/bases/28/644/652 Re: Changing Servers- July 2, 2008 Umm...that's odd. configuring should create your makefile based on the specs of your computer. ( Posted By: tim_m 02-22-08 11:29 )http://www.mudmagic.com/boards/bases/28/597/620 No Subject- July 2, 2008 Okay.... I figured it out. If anyone wants to know what I did, just reply and I'll post the code. :grin: ( Posted By: Hand 02-26-08 23:18 )http://www.mudmagic.com/boards/bases/28/621/622 Need a codebase.- (Found July 2, 2008 ) I am wanting to star working on a new Star Wars based mud but there are a few problems. With all the varieties in circle code bases I'm not sure which one is best for me. Here are a few things i am looking for in a code base: 1.) A command similar to autoexit complete from Rasputin. Which shows exits like this Direction - Room Name 2.) Easily changeable. I don't want a ton of races and... ( Posted By: Darth_Zetasis 02-27-08 01:47 )http://www.mudmagic.com/boards/bases/28/624/624 Say_spell- (Found July 2, 2008 ) Hey all, just a quick question: In stock tbaMUD (and I've just noticed CWG buddha has the same problem) say_spell in spell_parser.c isn't working. I can't tell what is wrong with it looking at the code. Anyone know whats wrong with it and how I could go about fixing it Edit: Oops, it's not broken.. it just doesn't tell you what spell you've casted... nevermind.Edited on Mar, 08 2008... ( Posted By: Hand 03-08-08 22:23 )http://www.mudmagic.com/boards/bases/28/633/633 Error on boot- (Found July 2, 2008 ) I'm getting this error on boot: quoteMar 14 21:43:33 :: SYSERR: Room 17500 is below zone 51.quote Not really familiar with Circle, but I have no idea how to fix this. No area changes were made recently. ( Posted By: Zeno 03-18-08 14:46 )http://www.mudmagic.com/boards/bases/28/634/634 Circlemud 3.0 question- (Found July 2, 2008 ) are they assigned in spec_assign.c Do they show they have a special procedure when you stat them ( Posted By: Severin 03-26-08 00:42 )http://www.mudmagic.com/boards/bases/28/635/636 tbaMUD-3.56 Release- (Found July 2, 2008 ) These aren't meant to be put up in the patches section - they're bug fixes against tbaMUD itself. They should applied into the subversion repository so they're part of the next tbaMUD release. I'll email them now. ( Posted By: Fizban_ 05-01-08 17:16 )http://www.mudmagic.com/boards/bases/28/637/640 Re: Mud crashes- (Found July 2, 2008 ) Just to be sure, you guys are paying attention to the fact that the MUD is crashing due to a signal (SIGUSR1, which by default aborts a process) and not due to a conventional segfault, right I looked at the code and it appears that SIGUSR1 is supposed to be caught, but there may be a problem there. I believe wizupdate uses SIGUSR1 to tell the MUD that it is done or something like that. ... ( Posted By: Elanthis 05-06-08 12:15 )http://www.mudmagic.com/boards/bases/28/623/643 Removing zones- July 2, 2008 What is the easiestmost painless way of removing the stock zones that came with tbamud 3.55 EDIT: Figured it out (the hard way)Edited on Feb, 19 2008 by Hand ( Posted By: Hand 02-19-08 15:05 )http://www.mudmagic.com/boards/bases/28/616/616 |