Search the web
Sign In
New User? Sign Up
circle-newbies · CircleMUD
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1372 - 1401 of 1891   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1372
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,...
crueltiming2002
Offline Send Email
May 1, 2003
3:35 pm
1373
... Check the CircleMUD FAQ :) It's in there. 'upme' iirc....
Alex
cheshsem
Offline Send Email
May 1, 2003
3:35 pm
1374
How to make houses? (to save objects)...
nerun21
Offline Send Email
May 1, 2003
4:05 pm
1375
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...
matrimforever
Offline Send Email
May 1, 2003
11:51 pm
1376
... help hcontrol HCONTROL Usage: hcontrol build <house vnum> <exit dir> <player name> hcontrol destroy <house vnum> hcontrol pay <house vnum> hcontrol show ...
nate
wintersn.geo
Offline Send Email
May 2, 2003
12:14 am
1377
... in load_char() case 'O': if(!strcmp(tag, "Olc ")) GET_oLC(ch) = num; break in save_char() add this: if (GET_OLC(ch) !=PFDEF_OLC) fbprintf(fl, "Olc : %d\n",...
Scott Meisenholder
scmeis1
Offline Send Email
May 2, 2003
2:59 am
1378
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...
scmeis1
Offline Send Email
May 2, 2003
7:46 am
1379
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...
scmeis1
Offline Send Email
May 2, 2003
7:52 am
1380
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...
Bill Pascoe
wspascoe02
Offline Send Email
May 2, 2003
10:38 am
1381
... 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...
Scott Meisenholder
scmeis1
Offline Send Email
May 2, 2003
1:41 pm
1382
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...
jarhad_idanno
Offline Send Email
May 2, 2003
2:08 pm
1383
Thank you that did the trick! Scott ... Protect your PC - Click here for McAfee.com VirusScan Online...
Scott Meisenholder
scmeis1
Offline Send Email
May 2, 2003
2:53 pm
1384
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...
scmeis1
Offline Send Email
May 2, 2003
7:37 pm
1385
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...
hawkhorrow
Offline Send Email
May 2, 2003
10:54 pm
1386
... noticed ... Somehow I have a feeling that you didn't change all instances of cmd_info to complete_cmd_info, especially in sort_commands() and ...
jarhad_idanno
Offline Send Email
May 3, 2003
3:36 am
1387
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....
hawkhorrow
Offline Send Email
May 4, 2003
10:15 pm
1388
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...
Bill Pascoe
wspascoe02
Offline Send Email
May 4, 2003
10:26 pm
1389
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@...
Send Email
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 "***...
nerun21
Offline Send Email
May 9, 2003
8:43 pm
1391
... 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....
Alex
cheshsem
Offline Send Email
May 9, 2003
11:07 pm
1392
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 "***...
Bill Pascoe
wspascoe02
Offline Send Email
May 10, 2003
1:29 am
1393
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...
crueltiming2002
Offline Send Email
May 10, 2003
3:46 pm
1394
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; ...
Bill Pascoe
wspascoe02
Offline Send Email
May 10, 2003
5:08 pm
1395
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...
Will Sergent
clan_probe
Offline Send Email
May 10, 2003
10:37 pm
1396
... 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...
Alex
cheshsem
Offline Send Email
May 10, 2003
11:17 pm
1397
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...
Will Sergent
clan_probe
Offline Send Email
May 10, 2003
11:49 pm
1398
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...
Will Sergent
clan_probe
Offline Send Email
May 11, 2003
2:25 am
1399
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...
trevian2k
Offline Send Email
May 11, 2003
7:30 am
1400
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...
Bill Pascoe
wspascoe02
Offline Send Email
May 11, 2003
1:42 pm
1401
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...
crueltiming2002
Offline Send Email
May 11, 2003
4:01 pm
Messages 1372 - 1401 of 1891   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help