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...
Show off your group to the world. Share a photo of your group with us.

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 1078 - 1107 of 1891   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
1101
... Yes, they are worth it in my eyes. They allow you to manually edit fields in your playerfiles, which is a boon in fixing issues, adding fields, etc. They...
Mathew Earle Reuther
graymere_sea
Offline Send Email
Sep 7, 2002
10:25 am
1102
I am attempting to patch ascii_pfiles_2.1_on_bpl21_oasis2.0.1_dg.patch into completely stock circle30bpl21.tar.gz. Both files were ownloaded from...
hackhound
Offline Send Email
Sep 8, 2002
3:23 am
1103
... Not having the code in front of me, what function is the player_i defined, and what function is player_i erroring in? If they are not within the same...
Del
caminturn@...
Send Email
Sep 8, 2002
5:11 am
1104
... player_i is defined in function nanny, and that is where it errors out. I am using gcc to compile in Mandrake Linux....
hackhound
Offline Send Email
Sep 8, 2002
1:09 pm
1105
... ascii_pfiles_2.1_on_bpl21_oasis2.0.1_dg.patch ... following ... function) ... once ... I did some investigating, and when I commented out the "int...
hackhound
Offline Send Email
Sep 8, 2002
3:10 pm
1106
... From: "hackhound" <hackhound@...> ... Did you get any reject files when patching ? If you did - did you make sure to match all braces when...
Welcor
welcor_of_cr...
Offline Send Email
Sep 8, 2002
3:12 pm
1107
Arkheim Winters is finally open to the public! We are currently running at arkheimwinter.kyndig.com port 6666 stop by and check us out!...
chasingtheflames
chasingthefl...
Offline Send Email
Sep 11, 2002
7:47 pm
Messages 1078 - 1107 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