hey, Just wanted to share some info and see if I could help anyone else lower their mortgage payments, I saved nearly $200 off my monthly payment! Takes two...
List All your games and stuff here with free Basic listing and AUTO-RELIST UNTIL SOLD option and relax. http://www.sellatonce.com/portal/videogame.htm Fred...
Hi, after typing Make, a message comes up saying circlemud is freeware blah blah blah, press return to read the license. I do that, I read through the license...
try hitting y or q ... _________________________________________________________________ Is your PC infected? Get a FREE online computer virus scan from...
You would probably like CWG (Circle With Goodies). They take stock CircleMUD and add in good stuff. :) Don't use the version that's on the CircleMUD FTP, it's...
Currently I've been running into quite a few problems since I decided to install ascii plrfiles 3.0. Most of the problems are from not knowing how to save...
I feel bad posting this, as I'm sure someone has already asked about this before, but I can't seem to find any documentation on it. Was wondering if anyone...
I've been working on my mud for some time now. I compile and run it on my own machine (windows xp). I just recently found a linux host and need to figure out...
Before you ran configure, did you delete config.cache? Ran into this problem a few times myself when first swapping servers, the configure script was reading...
I've gotten far enough I configured, cd src, but when I 'make' it goes through quite a bit and stops with this : All this comes after it has gone through all...
I got an incredible interest rate on my home loan, I am self employed I refinanced my home. Check this service out. http://allapprovelender.com take 30...
Can anyone point me in the right direction to make the listing of the list_skills function of do_practice put the spells and skills in alphabetical order? It...
... From: "morbidfinch" ... Here's my list_skills - it uses the sort info to iterate: void list_skills(struct char_data *ch) { const char *overflow =...
Thanks for the help, that definately puts them in order. Unfortunately I have ran into another problem. My list_skills is split, so that it displays the skills...
I'm trying to create a function in OasisOLC, in the medit command, to copy another mob's stats. I want to choose which mob to copy by using the mobs number,...
I've found a way to do it, so I'm gonna answer my own question in case someone in the future doesn't see how to do it. extern struct char_data *mob_proto; ...
... From: "morbidfinch" ... Glad you figured it out. However, the above should be if ((real_mobile(number of mob)) == NOBODY) { If you ever change to a newer...
... From: "Scott Meisenholder" ... When I get the time :P In retrospective, the last couple of deadlines I set have passed. It'll come. If you wait, it'll come...
I am a total noob to this i just thought i sould give it a shot. I have no experience in coding though so all the help i could get would be great. :) thanks...
Has anybody added a second AFF_FLAG? I've added affected_by2 to char_special_data_saved, and even have the extra set working properly when setting the second...
Hi, my name is Zackal, and I'm a newbie! Anyway, I've been messing around with SimpleMUD. I have minimal knowledge when it comes to it, but I still find it...
I would suggest the following. Either: Enroll in a C class at your local collage, or if you want something cheaper, find a nice C book. I am unsure if...