Hi all, I am running circle 3.1 with the lastest dg_scripts and olc versions. I am trying to add a TIMED_DT room. But on every point_update it crashes if...
The Builder's Academy has opened up 165 zones for download in the latest CircleMUD format with DG Scripts. They include all donated zones off the ftp, modified...
Hi all I've recently added a new shop into my MUD, and whenever I type in the list command, I receive the following error message: Presently, none of those are...
... SEDIT-MISTAKES Often new builders will get the message "There is nothing for sale." with their first shop. This can be caused by two things. First, you...
Thanks for the tips. I've double checked my shop files, and the associated files, to no avail. I've even created new shop files just to be sure. Here are the...
... I seem to recall on an older version of OLC some shops would not work if you only had one item to sell. Try adding another. Rumble The builder's academy ...
Aha! That's what did it. As soon as I put in a few more items, the shop works fine now. What an odd little bug. Thanks a lot for your help!! :D ... ...
Ok I have the Mud up and running. Although now I am at the point where I need to start adding and changing things to make it my own. I have mirrored the...
... There are several prebuilt versions. I'd recommend: http://groups.yahoo.com/group/cwg_mailinglist/ and tinker with the other contrib'd versions. Rumble The...
... it is described in the building handbook that comes with circlemud 3.1, but the basic gist of it is as follows: * action descriptions (on objects) can...
... OEDIT-A-DESC A-DESC adesc action-description 4) A-Desc :- not set Action Descriptions are used primarily for magical objects (staves, wands, scrolls, and...
I have been working(muddling) on this spec_proc(for a sword to cast an offensive spell randomly during combat) off and on for months...compiles fine(finally),...
I have been working(muddling) on this spec_proc(for a sword to cast an offensive spell randomly during combat) off and on for months...compiles fine(finally),...
... I have never messed with such a spec_proc for weapons, check the donated ones. I'd recommend dg scripts. <http://groups.yahoo.com/group/dg_scripts/> ...
... This depends on what system you are going to run circle on: linux, windows, or whatever. I am hoping that you have at least played a mud before (the "no ...
Hey all, I'm having an odd bug occuring in my MUD. It seems that sporadically my players experience points get reset to zero while they're playing. Anyone...
... You may want to check if you have changed or added anything that affects experence around the code and make sure that if you meant any += or -= didn't turn...
I was just checking out sedit and shops, and Rumbles explaination of how shops work. After checking to see if unlimited items for shops works with making sure...
I had a similar problem some time back. Have you added the 128 bit patch? There was some patch I added that made the shops carry one only of the items that...
I have noticed that when you do a cast that it does not have to be complete enclosed. Ex. cast 'fireball player is the same as cast 'fireball' player. ^...
I've got a stun skill based off the web site. I would like it to simply either stun the victim for a period of time or have a chance of failing. The period of...
I believe that is the same patch I used. I altered it and added a new state POS_CSTUNNED for combat stunned. Then in the casting section and in fight.c I did...
Hi, Thanks for the reply. I did however, tweak it some more and it works well now. The mob even gets up after a wait state, though you can't see that(working...
I've been replacing stock special procedures with dg scripts to demonstrate what they can do for new builders. Creates alot of good ideas on what to add....