I am looking to "hard code" my admin level into the mud, meaning that even if I did a pwipe or deleted my charactor, if I logged back on using the same name,...
The zone command to give permission to lesser imms is 'set (char) olc (#zone) i believe, and this works fine. However, upon reboot the permissions are all...
Hi all, I am running circle 3.1, dg_scripts pl9 ascii 128 bit. This is my problem I added Aedit to my code base tonight, now I am getting this error. Is is...
I also have another problem maybe this is related to my previous post. When installing AEDIT, it says that during the sort, you can set commands to take...
I type l and i get the laughing social. Anyone come across this problem ? If so could you forward the fix to me :) That has to do with the order of the...
... l is what i have in the sorter for look. I even set laugh to be laugh in the sorter. So thats not my problem. Thank you though. Scott MSN 8 with e-mail...
I also had the same problem some time back. It is because 'argument' being sent to two_arguments (which is really made up of two one_argument calls, thus the...
Hi all, I am running circle 3.1 with dg_scripts pl9, ascii pfiles, hedit, olc 2.01, and a few other goodies. My problem is this. I added aedit to my base and...
I would like to put a piece of code from somewhere else in my mud. After I insert the code into the blahblah.c file, how do I recompile the mud so that the...
I am looking for a coder with building experience that would be interested in coding and possibly building for my mud. It is a circlemud 3.1 server with olc....
Im installing the gedit snippet from the web page. It compiles fine but when I type gedit it crashes the mud. The error says it is a core dump. I think it...
Hi, I have removed the spec_procs I don't want to keep in my mud and the spec_assign.c file compiled ok but when spec_procs.c file compiles I get this error...
Nick Gawronski
nick@...
May 7, 2003 12:26 am
1390
[I DON'T SPEK ENGLISH VERY WELL, SORRY...] Hi, i'm traducing the circleMUD. Which file contains the verify of passwords? (where i can find "password:" an "***...
... er... password? just hit the "enter" or "return" key on those. the use of 'grep' (or windows 'find') will show you what text is hidden away where....
I DON'T SPEK ENGLISH VERY WELL, SORRY...] Hi, i'm traducing the circleMUD. Which file contains the verify of passwords? (where i can find "password:" an "***...
I have an old, custom circle mud codebase(bpl 11) that I want to "draw" some code from and use in my circle 3.1, especially some of the spec_proc for some...
looking quickly at it this the only thing I see that needs changing: if (number(0, 4)) return FALSE; should be this now: if (rand_number(0, 4)) return FALSE; ...
I dont know if any of you have heard of the old scmud but i have the code for it. i am having trouble getting it to start up. when i make i get: make...
... you don't have a c compiler called 'c++'. i'd recommend checking out the makefile to see how many times it calls that 'c++' and convert it to something...
Yea thanks. I thought of that but i am not sure what to put. It has to be C++ cause thats what its coded in could it be i dont have the compiler? Heh I am...
Ok i got rid of some of the errors. Does anyone out there code C++. I could use some help if any of you can. I'd greatly appreciate it. Will ... From: Will...
Hello: I am having some real difficulty linking the normal circle source and the eliza code snippet from the circle ftp site, which is written in c++. Before...
I would like to know if there is a way to make it so spec proc commands have to be spoken not just typed Like for example: SPECIAL(invis_item) { int i; char...
Well...here is what I get when trying to compile this spec_proc...can anybody tell me what is wrong...heck, I cannot even see what parse error it is referring...