Ok, this is just the 128bits patch for bpl 21. I have 128bits myself, and I noticed how much the old 128bit patch differs from bpl21. So.. I decided to make it myself. This patch should work fine, there are no warnings I know of whatsoever. If you find any bpl21-specific bugs, send them to my email adress mentioned below. Otherwise, send them to the original author (Niese-Petersen). I do not want any credit whatsoever, if you want to give credit, give it to Niese-petersen, not to me. This patch is for circlemud bpl21, WITHOUT olc, and without dg_scripts. I might make one, one day, if enough requests come in. Have fun with this piece of code, Templar Viper (Templarviper@hotmail.com) Original Readme document: +----------------------------------------------------------------------+ | 128 Bitvectors for CircleMUD 3.0 bpl 12 | +----------------------------------------------------------------------+ Original Code by Niese-Petersen Patch by Tony Robbins +----------------------------------------------------------------------+ 128 Bitvectors are a way of making it so that you can exceed the normal limitation of 32 AFF, PRF, PLR, etc, flags in CircleMUD. It is sugges- ted that you take a look at: http://cspo.queensu.ca/~fletcher/Circle/Snippet/128bits.txt [Editor's Note: That is 'democracy.queensu.ca' now.] This document is the original 128 Bitvector code. :STANDARD DISCLAIMER: The code might very well destroy your MUD, turn you into a frog, and blow up your server. The frog part is doubtful. Anything that happens to your computer and code while you're using this code is your own problem, and I will not take responsibility for it. +----------------------------------------------------------------------+ PROBLEMS: +----------------------------------------------------------------------+ 128 Bitvectors are saved into the MOB, OBJ, and WLD files. This means that your rooms, mobiles, and objects won't work with the new code. The fix? http://cspo.queensu.ca/~fletcher/Circle/Snippet/128conv2.txt This gives you perl scripts to convert your files... The only problem is that the mob converter didn't work properly. +----------------------------------------------------------------------+ QUICK INFO: +----------------------------------------------------------------------+ if a standard line in your mfiles is: then your new set up should be ^first 32 ^2nd 32 ^3rd.... The document by Niese Petersen should contain more information. +----------------------------------------------------------------------+ (BTW, a li'l line in your credits for Niese Petersen and me for the stuff would sure be nice... :))