I'm in the process of updating my mud to the version 3.1 and while I'm waitng patiently for the dg scripts to come out for the new oasisOLC I decided to come...
On Thu, 6 Mar 2003, wspascoe02 wrote: [cut] ... Yes, standard storage mechanism for the pfiles is simply dumping the memory structures to disk. The problem...
oxford_thames@...
Mar 6, 2003 9:51 pm
1315
Did I miss a post that said the FTP site had moved. I noticed some of the new things that have come out are not posted there yet. Dont get me wrong if the...
... no. the ftp site hasn't moved. ... unfortunately, something called the real world's gotten in my way lately, but i'm hoping to have time on sunday morning...
I am using circle 3 build 22 and DG .99 patch 8 I created several new zones example "zedit new 100 199" when I completed my rooms and went to edit the zone...
Does anyone have or know where to get a snippet for spell memorization. The would use "spell slots" instead of mana much like D&D Im told. I have found it for...
I have implemented the spell memorization snippet found on the FTP website. I would like to redo the spell display. currently spells are shown like this: bless...
sry took so long to reply, but work called for a long time :( a little background, runnin a win xp machine, and followed the instructions in readme.win to get...
Hi, I want that when a player use open, lock, unlock, and any door, they can use like this: unlock north, close south, not only with the door name... but i...
... From: "Angel of the Heart" <angel_of_the_heart@...> ... Not at all. Here's what you need to do: in act.movement.c in find_door(): for (door = 0;...
Thanks Welcor... i´ll try it now... __________________________________________________________________________ E-mail Premium BOL Antivírus, anti-spam e até...
AS some of you know when Welcor added the came out with the dg scripts pl9 he made some minor additions to olc. One of those additions was a context help...
Im using the circle 3.1 with the new oasis and ascii pfiles. I have added a couple races and some skills but nothing really major. The problem that Im having...
Decided to put in my own little 'whois' command, compiled and got an error that's confusing me. the error is : Declaration is not allowed here in function...
please remove me from your list ... From: "Danny" <bigdawgroy80@...> To: <circle-newbies@yahoogroups.com> Sent: Monday, April 07, 2003 9:24 PM Subject:...
Paul Carley
pcarley@...
Apr 8, 2003 1:34 am
1331
You unsubscibe yourself from the yahoo groups home page just click on my groups-->edit my groups--->then check leave group...
tried that got We are unable to process the message from <email.address@...> to <circle_newbie-unsubscribe@yahoogroups.com>. The email address used to...
Paul Carley
pcarley@...
Apr 8, 2003 1:20 pm
1333
Send a blank message to: <circle_newbie-unsubscribe@yahoogroups.com>. From: From: Paul Carley [mailto:pcarley@...] ...
Did that see below. ... From: Bryan Turner To: circle-newbies@yahoogroups.com Sent: Tuesday, April 08, 2003 9:45 AM Subject: RE: [circle-newbies] unsubscribe...
Paul Carley
pcarley@...
Apr 8, 2003 2:03 pm
1335
Try putting it to the top of the function? char buf[MAX_INPUT_LENGTH]; <---this is line where error is skip_spaces(&argument); if (!*argument) { etc etc etc...
Del
caminturn@...
Apr 8, 2003 10:36 pm
1336
... Hey, tks for the help, that worked. Much appreciated :P...
IM using the circle 3.1 manualcolor 3.1 snippet from the website. When I use the color codes in room desc it cause some screwy displays. I have had it not show...
I'm running a WINXP machine, using the borland compiler. Got the code to compile and have had success in minor coding changes. I've got an offline builder...
This is my code to check and see if a mob has loaded eq in a certain WEAR_POS based on previous load. IF load does not happen i want to read ahead to next line...
... that ... Its a good idea to always have you defines at the top of the function. C always looks at the top of the function for this. Just some thoughts...