... Welcor's website you listed has enough for most people to get started. If you want more stop by TBA. We have a trigedit tutorial, help files, and plenty of...
Hi all, I am having some problem with the improved edit provided with oasis 2.0.6 w/ circle 3.1. When ever someone does a /fi they get this Hopefully this post...
... If I understand you correctly if I/we do a /f or /fi on lines that are over 70 chars thats where my problems come in. Now if I was to add an autowrapper on...
I am trying to write some code that removes a char during battle and sends them to an adjacent room. My only problem with my code, is that it sends me to a...
... try looking at the teleport code. ===== __________________________________ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes ...
Thanks for the response, but that was not what i had in mind. That code picks a random room in the world. I want a random valid direction based of that room....
Hey everyone i was wondering where can i pick up the circlemud stuff to start making a mud and can you give me a list of the stuff that i need to make it...
... Yep! Go right here: http://cwg.lazuras.org/cwg/ Download the "SunTzu" version of the CircleMud (and add the latest patches). Best CircleMUD distribution...
Thank you very much *bows* ... Yep! Go right here: http://cwg.lazuras.org/cwg/ Download the "SunTzu" version of the CircleMud (and add the latest patches)....
Hi all, After upgrading to the latest 2 upgrades i have been experiencing a crash in limits.c. I am running circle 3.1 w/ oasis 2.0.6 ascii pfiles, with events...
Hi all, Sorry to spam the board again :) But i was wondering did anyone else notice that with ascii pfiles that when you type your password that anything...
Hello again. Maybe I'm rusty but I'm running into a bit of a problem. I am trying to add another flag to items, one thats an integer, and decided it would be...
... From: "morbidfinch" ... When debugging your code changes don't run your mud through autorun. The above is really useless information; All it tells us is...
Thanks for the dgb tip, but something rather strange has happened now. I took out all the code I added when trying to add that other item flag. Then I started...
... From: "morbidfinch" ... <snip of assign_triggers()> This looks like the pl8 version of assign_triggers. Be sure to update your dg scripts - current version...
Have a little more. Thanks for your time and bearing with me. ... I've gotten this: Program received signal SIGSEGV, Segmentation fault. 0x080bb913 in...
How to change game system? Circle use some type of D&D game system: STR, DEX, CON, CHA, INT, WIS, Classes, AC/Thac0 etc. How to change to something like GURPS?...
Alright. So using the command "shutdown" causes the segmentation fault. If I kill bin/circle, then use ./autorun &, I get no message about a fault nor any...
I've been trying to add Locate Target "locate_tar.txt from the ftp site" to the latest Suntzu package, for some reason it doesn't want to work. I've added it...
hi all, Not sure if anyone can help me but here it is, I have added 4 new zone_reset commands. All work but options 4 and 5, they tend to crash the game on...
... From: "scmeis1" ... <snip> ... Which line is the crash happening at ? (print *zone_table[zone].cmd[cmd_no] or print zone_table[zone].cmd[cmd_no]) What are...
I have found out that it's new spells in general that do not want to work on this package. It as I listed before is the Suntzu package but it's heavily...
I don't really have a problem with my compiler, cause i don't got one! I'm having heaps of trouble trying to find one, but to no avail. I was hoping one of you...
... Cygwin ( http://www.cygwin.com ) Dev-C++ ( http://www.bloodshed.net/devcpp.html ) -- an IDE that uses minGW to compile with. Works with C and C++, don't...
StormeRider
stormerider@...
Apr 3, 2004 1:10 pm
1614
Ahh, very good. thanks :) ... _________________________________________________________________ Check out news, entertainment and more @...
First off: Hi folks. Just joined, just started working on circle, so be nice :) I have a really dumb question: After (successfully!!) compiling I start Circle...