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.

Messages

  Messages Help
Advanced
Messages 1550 - 1580 of 1889   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1550
Hi!! Figured I'd play around w/ circle for a while to pass the time and frustrate me :P I'm using WINXP and the Borland compiler (don't hate me:P) I got a...
d_roy80
Offline Send Email
Nov 14, 2003
3:08 am
1551
Anyone integrated the help editor into the 3.1 code? I'm having a spot of difficulty as it seems the help loading code changed a bit between bpl17 and 3.1. As...
StormeRider
stormerider@...
Send Email
Nov 15, 2003
10:36 pm
1552
I Gave the hedit code to Welcor for oasis version 2.0.7. Im sure it wont be long before its out. Scott ...
Scott Meisenholder
scmeis1
Offline Send Email
Nov 15, 2003
11:05 pm
1553
... From: "Scott Meisenholder" ... be ... Not too long, I hope :) Welcor...
Welcor
welcor_of_cr...
Offline Send Email
Nov 16, 2003
12:49 am
1554
HI all, Since i am not very versed on c++, i need help converting these lines over to c. char spell_name[100]; int i = strlen(spell_name); spell->name = new...
scmeis1
Offline Send Email
Nov 16, 2003
5:57 am
1555
... spell->name = strdup(spell_name); (And I hope 'spell_name' is actually set to something somewhere between the declaration and the 'strlen' call.) -- George...
George Greer
greergacin
Online Now Send Email
Nov 16, 2003
6:38 am
1556
Thanks george! I should ask a further in depth question. What does new/delete do? Since im not very familiar with c++, I should of provided the code snippet...
Scott Meisenholder
scmeis1
Offline Send Email
Nov 16, 2003
3:16 pm
1557
... From: "Scott Meisenholder" ... /*See if the spell already exists. */ ... /* allocate space for a new spell_t */ ... /* allocate space for the spell name...
Welcor
welcor_of_cr...
Offline Send Email
Nov 16, 2003
6:16 pm
1558
I've been playing with the help file I found at http://developer.circlemud.org/contrib/olc/online/ morexits3.1_oasis203_dgscripts99bpl10.zip I'm working on a...
Sir_H@...
sir_h
Offline Send Email
Dec 19, 2003
10:32 pm
1559
... From: <Sir_H@...> ... hmm... slen is declared as a function parameter: void find_replacement(void *go, struct script_data *sc, trig_data *trig, int...
Welcor
welcor_of_cr...
Offline Send Email
Dec 19, 2003
10:59 pm
1560
... *trig, ... char *str, ... Okay, did that. Here's what it barfs on *now*: dg_scripts.c: In function 'find_replacement': dg_scripts.c:1445: too few...
Sir_H@...
sir_h
Offline Send Email
Dec 19, 2003
11:29 pm
1561
... From: <Sir_H@...> ... Hmm.. I'd actually suggest you get hold of an update patch instead. It seems whoever put that package together wasn't updating...
Welcor
welcor_of_cr...
Offline Send Email
Dec 20, 2003
1:14 am
1562
... http://dgscripts.n3.net <-- cannot be found via web browser, nslookup or dig. Did you type in the name right? If so, does it have a dotted quad address?...
Sir_H@...
sir_h
Offline Send Email
Dec 20, 2003
9:11 pm
1563
... (CC'ing to the DG Scripts mailing list to see if anyone on that list knows the status of the web site). Hmm. that url looks correct, but it doesn't respond...
Iain E. Davis
feaelin
Online Now Send Email
Dec 20, 2003
11:51 pm
1564
... perhaps ... As I said, I can't get it to come up as 'n3.net' or any combination. 'dig', 'nslookup' all fail for the full address provided or for the domain...
Sir_H@...
sir_h
Offline Send Email
Dec 21, 2003
1:37 am
1565
... Welcor's Homepage: http://welcor.n3.net Alternate: http://cruelworld.dune.net/ Either of the above should work. Especially the alternate if his forwarding ...
Nate Winters
wintersn.geo
Offline Send Email
Dec 21, 2003
3:09 am
1566
... Hmm...seems I'm confused as well. I followed the link (thanks a bunch!) for OasisOLC and DG scripts reference. I downloaded the file "DG scripts update...
Sir_H@...
sir_h
Offline Send Email
Dec 21, 2003
4:40 am
1567
... From: "Nate Winters" ... forwarding ... Well, the service is up - I haven't had any problems since it came back up 3 weeks ago, and http://dgscripts.n3.net...
Thomas Arp
welcor_of_cr...
Offline Send Email
Dec 21, 2003
1:23 pm
1568
... From: <Sir_H@...> ... I've had a look at the link you provided above. It looks correct, assuming you have the correct dg scripts pathc installed. Not...
Welcor
welcor_of_cr...
Offline Send Email
Dec 21, 2003
1:36 pm
1569
... Ahh, well, then, I'm doing the right thing ;-) I spent about four hours hand-patching from 8 - 10, and I'm about to do the 10 to 11 patch. I noted you...
Sir_H@...
sir_h
Offline Send Email
Dec 21, 2003
6:29 pm
1570
I'm getting closer to my objective. However, after patching everything by hand, I'm coming across this particular error during compile: db.o(.text+0xc9a): In...
Sir_H@...
sir_h
Offline Send Email
Dec 22, 2003
5:59 am
1571
... Does your Makefile have context_help.o in the OBJFILES list?...
Iain E. Davis
feaelin
Online Now Send Email
Dec 22, 2003
6:47 am
1572
... Nope, but I did add it (along with context_help.c in the CXREF_FILES - I *assume* I should add it there, too...if not, I'll remove it). However, no matter...
Sir_H@...
sir_h
Offline Send Email
Dec 22, 2003
7:15 am
1573
... It should be there for completeness. :) ... Hmm. I'd double check the #defines in oasis.h About three-quarters of the way into the file, (you can probably...
Iain E. Davis
feaelin
Online Now Send Email
Dec 22, 2003
5:00 pm
1575
Question about my OLC version: I just checked the HTMl file OasisOLC.html and it says "version 2.0" In order for the patches to work (the NON-OLC patches),...
Sir_H@...
sir_h
Offline Send Email
Dec 22, 2003
10:29 pm
1576
... I'd double check the version against the define in oasis.h (unless you've changed it already). It should look like this: #define _OASISOLC 0x200 /*...
Iain E. Davis
feaelin
Online Now Send Email
Dec 22, 2003
10:58 pm
1577
... From: <Sir_H@...>> ... rm depend make depend make Should fix it, afaik. Welcor...
Welcor
welcor_of_cr...
Offline Send Email
Dec 23, 2003
1:32 am
1578
... you've ... Mine is 2.0.1 - - just checked oasis.h So, yeah, I have to update OLC, although I was hoping I wouldn't have to do such. Now... I *am* happy...
Sir_H@...
sir_h
Offline Send Email
Dec 23, 2003
1:44 am
1579
... From: <Sir_H@...> ... Check out the CWG (Circle with goodies) project: http://groups.yahoo.com/group/cwg_mailinglist/ I guess they have uploaded the...
Welcor
welcor_of_cr...
Offline Send Email
Dec 23, 2003
2:01 am
1580
... well. ... I've spoken with Ziz recently and I would recommend that if you are going with CWG that you go with CWG-Suntzu, since he's going to stop ...
random_thoughts_mud
random_thoug...
Offline Send Email
Dec 23, 2003
4:45 am
Messages 1550 - 1580 of 1889   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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