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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 1071 - 1100 of 1891   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1071
Gratz! ... From: topazfalcon [mailto:topazfalcon@...] Sent: Sunday, June 30, 2002 3:30 PM To: circle-newbies@yahoogroups.com Subject: [circle-newbies] Wow...
Bussy, Lee C. (OTS-KC)
aennor_wot
Offline Send Email
Jul 1, 2002
12:58 pm
1072
Im installing a color code in my bpl 19 circlemud. when I compile the mud I get a warning that says "Call to function cir with no prototype" in the comm.c...
wspascoe02
Offline Send Email
Jul 20, 2002
10:21 pm
1073
... I don't know about the specific piece of code, but the error you're getting indicates that the code calls a function that doesn't exist. When you first...
Evan Harper
oxford_thames@...
Send Email
Jul 21, 2002
3:38 am
1074
... exist. When ... (functions ... when ... there ... and try ... take care ... never ... You were very write. When I reviewed by code this morning I found out...
wspascoe02
Offline Send Email
Jul 21, 2002
12:38 pm
1075
"You stand within a great library; its shelves completely bare except for some dust and spider webs. In the center of the room on a great podium rests a large...
chasingtheflames
chasingthefl...
Offline Send Email
Jul 25, 2002
4:04 pm
1076
I got it so new players will log on with newbie but how can i add it so they also load with some gold. I tried making a object for it but they have to drop it...
wspascoe02
Offline Send Email
Jul 27, 2002
3:40 pm
1077
... Take a look at class.c, find where the character is first created and find where the initial settings for the character are set. Such as level, skills,...
Del
caminturn@...
Send Email
Jul 27, 2002
5:57 pm
1078
Ok I think I did things really backwards here. I'm coding with a circlemud code. I have made quite a few modifications to the code but now I decided I want to...
wspascoe02
Offline Send Email
Aug 1, 2002
4:48 pm
1079
... They aren't replacing, they are modifying. You can always hand patch them. Meaning, go in, make the changes as detailed in the patch file, theen compile....
Mathew Earle Reuther
graymere_sea
Offline Send Email
Aug 1, 2002
11:14 pm
1080
... [...] Try this: if (IN_ROOM(ch) != NOWHERE ) GET_LOADROOM(ch) = GET_ROOM_VNUM(IN_ROOM(ch)); (I know it's late, but I'm checking this messages thru...
leherrer
Offline Send Email
Aug 2, 2002
11:25 pm
1081
... Actually, not too hard. First, you need to add a room where the corpses are going to rest. Assuming that room is vnum, say, 3001, you need to modify the...
leherrer
Offline Send Email
Aug 2, 2002
11:53 pm
1082
... would ... Hey thanks when your trying to figure out how to do something. A little bad english is better than nothing....
wspascoe02
Offline Send Email
Aug 3, 2002
1:00 pm
1083
A new mud can be found up at (www.first-rule.net) if anyone is interested in dropping by and checking it out, or if your looking for a building/simple coding...
GFlare
Offline Send Email
Aug 12, 2002
11:43 pm
1084
I just downloaded the pure, unalterted Circlemud code (circle30bpl21) from the Circlemud web site and compiled it. It compiled without a problem. I then...
hackhound
Offline Send Email
Aug 16, 2002
12:06 am
1085
... Did it patch without a warning as well? Sometimes warnings are easy to miss. ... Look in the files at the line numbers it is referring to. I'm assuming ...
Mathew Earle Reuther
graymere_sea
Offline Send Email
Aug 16, 2002
8:38 am
1086
... site. ... and ... patching, ... then ... You need to rerun the configure command since the patch modified Makefile.in Rumble The Builder's Academy ...
wintersn.geo
Offline Send Email
Aug 16, 2002
10:10 pm
1087
I'm looking for either a snippet or a simple way to add channels to my mud. Like for example the stock circle has gossip. I want to add maybe OOC or something...
wspascoe02
Offline Send Email
Aug 21, 2002
4:56 pm
1088
Is there a way for someone using windows to build a mud to open the .tar.gz files. I tried winzip but they it says it doesnt support it. Does anyone know how...
wspascoe02
Offline Send Email
Aug 26, 2002
5:22 pm
1089
... I'm using winzip. Manually go into winzip and select the file to open. It may be that the .gz is not associated with your program. It may also be that...
Mathew Earle Reuther
graymere_sea
Offline Send Email
Aug 26, 2002
5:40 pm
1090
ok i got that but how do I remove the tar part so i can open it...
wspascoe02
Offline Send Email
Aug 26, 2002
8:12 pm
1091
... When I click on a .tar.gz file winzip opens it, then asks if it should extract the .tar to a temporary directory. If it doesn't for you, manually extract...
Mathew Earle Reuther
graymere_sea
Offline Send Email
Aug 27, 2002
6:44 am
1092
Hi I suggest not using winzip because in the past it has caused me some problems. I tried runninb circlebpl19 it was tared the whole lot and when I extracted...
Jarrod Bell
jazza1232002
Offline Send Email
Aug 29, 2002
4:23 am
1093
Can anyone tell me some info on this dg scripts patch. I cant seem to find much on it. Like first of all what exactly it is ( i think its a update from mob...
wspascoe02
Offline Send Email
Aug 30, 2002
9:14 pm
1094
Has anyone encountered a bug with the new version of oasis OLC that it will only save zone 0 no matter what zone you are trying to save so if I do: redit save...
wspascoe02
Offline Send Email
Aug 31, 2002
1:19 am
1095
... The current Developer is Welcor. Check out his in-depth documentation at: http://welcor.n3.net/ We can both be reached at The Builder's Academy if you have...
wintersn.geo
Offline Send Email
Aug 31, 2002
7:18 pm
1096
... May want to try "saveall" I think that was introduced in the latest OLC patch. Rumble The Builder's Academy enigma.dune.net 9091...
wintersn.geo
Offline Send Email
Aug 31, 2002
7:21 pm
1097
[Bill Pascoe] thanks for the info. what is the address for your builder school and would you mind someone stopping by to get some info/training....
Bill Pascoe
wspascoe02
Offline Send Email
Sep 1, 2002
1:26 am
1098
... From: "wspascoe02" <wspascoe@...> ... ATM you should use redit save 1200 to save zone 12. This is due to the way oasisOLC 2.0.1 handles zones in ...
Thomas Arp
welcor_of_cr...
Offline Send Email
Sep 1, 2002
10:04 pm
1099
... Address is at the bottom of all my posts. We teach anyone who wants to learn. Rumble The Builder's Academy enigma.dune.net 9091...
wintersn.geo
Offline Send Email
Sep 2, 2002
5:43 pm
1100
I know what ASCII playerfiles are, but I am not sure what the reasons are for installing the patch to provide them. Can someone explain what the benefits are,...
hackhound
Offline Send Email
Sep 7, 2002
12:24 am
Messages 1071 - 1100 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