Arena Combat [by Taerin]
Snippet Posted Sunday, July 29th @ 04:22:34 PM, by Brandon Brown in the Zones dept.
Taerin writes, "arena combat code to permit players to fight each other in certain zones with no casualties and no killer flags. defeated players will just be recalled and set to 1 hp. REQUIRES the previous zoneflag snippet posted above by Ming."
Read More...

Zone Flags [by Ming]
Snippet Posted Sunday, July 29th @ 04:20:55 PM, by Brandon Brown in the Zones dept.
Ming from Wintermute writes, "This system permits lib staff to assign zone globals to areas. These zone flags supplement room flags, but can be assigned in one line zone file command (i.e. Z 0 1 0 0) in order to cover an entire zone. This reduces the amount of work needed in editing, and is provided as a prerequisite for the gladiatorial arena combat snippet in the next post. Enjoy!"
Read More...

Multiplayer Limiting [by Boxboy]
Snippet Posted Friday, June 22nd @ 10:03:00 PM, by Brandon Brown in the Wizard dept.
BoxBoy writes, "Bored of checking the 'user' command everytime someone logins on, just to make sure they aren't sharing equipment/items? Heres what I did to stop people."
Read More...
3 comments
Morphing Spell [by BoxBoy]
Snippet Posted Monday, March 26th @ 12:39:12 PM, by Brandon Brown in the Skills dept.
BoxBoy supplies a snippet allowing for a temporary player transformation into an beast.
Read More...
4 comments
Unarmed Combat [by Boxboy]
Snippet Posted Sunday, March 4th @ 08:10:27 AM, by Brandon Brown in the Skills dept.
BoxBoy writes in with a snippet for a skill which allows more effective and realistic unarmed combat.
Read More...
1 comment
Implementing Spirits [by Subliminal]
Snippet Posted Thursday, February 22nd @ 06:49:58 PM, by Brandon Brown in the Players dept.
Subliminal writes, "This is a snippet to implement Ghosts on your mud, this was tested on CircleMUD30bpl17. I used this as "holograms" on my mud as it's a Star Trek mud. This will implement a "summon spirit", "sense spirits" and "banish spirits" spell, also there will be a SPIRIT mobflag which can be set to mob. "
Read More...

Name Change Snippet [by Paolo Greco]
Snippet Posted Friday, December 1st @ 05:21:47 PM, by Brandon Brown in the Players dept.
Paolo "Razor" Greco supplies a snippet allowing for admins to change the names of players.
Read More...

Improved do_look and scan [by Ross Arnold]
Snippet Posted Friday, December 1st @ 05:18:43 PM, by Brandon Brown in the Commands dept.
Ross Arnold writes, "This improved look_in_direction code will allow players to see the entire room in the direction they look in as if they were standing in that room and typed look. "
Read More...

Vampires creating Vampires [by Subliminal]
Snippet Posted Sunday, October 8th @ 06:38:32 PM, by Brandon Brown in the Players dept.
Subliminal writes, "This will allow Vampires to bite players and make them vampires (just for the current session). There is a lot of code here, and for what your getting you may think it's not worth it, but as players often tell me, it's the finer details and realism which make a MUD great. So have a look through and see what your getting."
Read More...
2 comments
Mortal Builder System
Snippet Posted Wednesday, October 4th @ 03:50:31 PM, by Brandon Brown in the Players dept.
Subliminal writes, "If you've ever been annoyed at Builders abusing the fact that they are God and not building anything. Well with this code you'll be able to give them the power to build and nothing else! " This is a really innovative piece of code.. a great idea that was well-written. Definitely worth a look.
Read More...
2 comments
Stat Zone Loading/Reset information
Snippet Posted Saturday, September 23rd @ 12:50:50 PM, by Brandon Brown in the Wizard dept.
Dana Luther, "I can't think of how many times I've had to jump into zedit just to peek at what a room would load up on a reset. This is a handy way to get around that chaos. ;)" Really really good idea here. Can't imagine why I never thought of doing something like this.
Read More...

safe_command_interpreter
Snippet Posted Saturday, September 23rd @ 12:48:24 PM, by Brandon Brown in the Utils dept.
Paolo "Razor" Greco writes, "I've coded a veeery simple (and maybe buggish, i can't compile on this PC) wrapper to command_interpreter, so it can be called from another ACMD. Please mail me if you find any bugs, and if you find this little snippet useful."
Read More...
5 comments
Vampires and Slayers [by BoxBoy]
Snippet Posted Saturday, August 19th @ 08:38:34 PM, by Brandon Brown in the Players dept.
BoxBoy writes, "I have been asked for my Vampire and Slayer code, so here it is... ...I am definately not the best coder in the world, BUT I know what I like and this snippet (rather large one at [that]) should help you add something that I really like to your mud, this is Vampires!"
Read More...
3 comments
Second-Hand Shops [by Jake Turner]
Snippet Posted Tuesday, August 1st @ 12:29:47 PM, by Brandon Brown in the Specials dept.
Jake Turner writes, "Ok, this is a small clean mobprog i made that turns a normal mob into a dealer in second hand items. People can leave there eq with the mob at a price then other people can buy it, the money is then donated to the sellers bank account. "
Read More...
3 comments
Disarm Skill [by BoxBoy]
Snippet Posted Tuesday, August 1st @ 12:25:51 PM, by Brandon Brown in the Skills dept.
Boxboy writes, "My disarm skill. I saw disarm somewhere and though 'I must have, I must have!' so, well it is here. This skill was made just for pain in the arse little people. I personally love this skill, its quite funny to run past someone about four times you lvl and to smash their weapon from their hands and steal it."
Read More...
2 comments

CircleMUD
 

Logo Contest!
CircleMUD Logo
Interested?

 
 

News
 
Welcome to the Ceramic Mouse, featuring Alex's CircleMUD Snippets in a fully searchable database. If you wish to submit something please upload it to the FTP site and follow the instructions found there.
Feel free to poke around and let me know if there is anything else I could change. If you think the page takes too long to render, try the "light" version, index_L.shtml. It also works for the main snippets page.
If you'd like a link in the "Quick Links" box, drop me a line and I'll get you added.
 
 

Assorted Polls
 
I started using CircleMUD...
before bpl8
bpl8
bpl9
bpl10
bpl11
bpl12
bpl13
bpl14
[ Results | Polls ]
 
 

Quick Links
 
The CircleMUD FAQ
The CircleMUD home page
Alex's Snippets
Wintermute Snippets
CircleMUD Bug Reporting or Help
CircleMUD List Archives
CircleMUD Resources
Death Gate's Scripts
(Author of C conversion)
Sammy's code site
Erwin S. Andreasen's page
(Author of mudFTP and other goodies)
Death's Gate Scripting site
Help for CircleMUD in Windows
The OasisOLC Maintenance Effort
George's Random Stuff
Imaginary Realities
MUD Dictionary
 
 

Older Stuff
 
Tuesday, August 01
12:22PM AutoGold [by BoxBoy] (0)
Sunday, July 23
08:56AM Two-Handed weapons [by Boxboy] (0)
11:42PM Zone Saving [by BlueDragon] (1)
Wednesday, June 21
09:09PM Undig command (0)
Sunday, June 18
02:23PM Astat command [by Josh Anderson] (0)
Saturday, June 17
04:08PM Ordinal Directions for 3.0bpl17 (nw, ne, sw, se) [by Khalun] (2)
Thursday, June 15
03:39PM Worth command [by Taerin] (0)
Sunday, June 11
06:17PM Cleanse command [by Josh Anderson] (0)
02:27PM Dual Wield [by Fire] (0)
Wednesday, August 04
11:48AM Linked-list world version of CircleMUD available (0)
Saturday, July 03
11:43PM Summon Spells [by Fizal] (0)
12:44PM CircleMUD for OpenVMS (0)
Sunday, April 18
09:52PM Couple notes (5)
Monday, March 22
08:17PM Server-side compression for bpl15 (2)
Wednesday, March 17
12:52PM CircleMUD 3.0 bpl15 (0)

Older Stuff...
 
 

FTP Programs
   
 
Generated .