Hello, I'm the PR admn at a new mud. A Twilight Rising is a great new mud with a great atmosphere, and history, there are 4 Kingdoms: Atheron, Morach, Tevron...
Hi, i'm a builder on a diku mud and i've been trying to get rprogs to work but i can't quite understand how to operate them. I've tried many things and this is...
please dont use the group just to advertize for your mud thats not what its here for Joe Rau <joerau@...> wrote:Hello, I'm the PR admn at a new mud. A...
Ok, me and my friends are trying to create a MUD but weve run into a few problems. First off, I'm the only one thats programming which sucks for me. Second,...
Me and a few mates have been playing a certain MUD for quite a while ( www.cardea-rpg.com ), and finally decided we'd like a crack at our own. We have very...
I tinkered with some codebases a little while ago and found smaug to be a fairly good place to start. It comes with many features, and looks like it is laid...
a good resource for mud code snippets and other stuff is ftp.game.org also there is a source code out there called magma (cant find a link for it atm) but its...
Hey guys, Im new to the group. Heres a few things Im having trouble with.... 1. How do I backup my files to the server or to disk? (Im using PuTTy to log on) ...
if you are using windows just ftp in using the ip adress in internet exploer like ftp://192.168.1.1 where youd specify the actual ip itll ask you to log and...
yes check out ftp.game.org there are more than just diku resources there bat_spoob <thespoob@...> wrote:Thanks for your advice people, but not a big...
Awesome! Thanks Josh, everything you said worked perfectly. Now, to bug you some more =P How do I do a clean recompile? Must I delete all the .o filers one by...
generally: (hey im a linux nooble too, so this probably wont work compleeeeeeeetely, but it should be along the right idea, have a play, read the man, etc) rm...
Totally with you except for the removing merc part, Im adding a snippet and at the end it only tells me to remove all *.o files and do make again. Why do I...
Also, in my /src file, I only have one *.o and thats the nanny.o file, should I have more? (maybe somewhere else im not looking) [Non-text portions of this...
hey try typing: make clean that should clear out all your .o files if you makefile has that feature JOSEPH STIERWALT <josephstierwalt@...> wrote: Sorry,...
dont remove merc.h youll be sad if you do :P JOSEPH STIERWALT <josephstierwalt@...> wrote: Totally with you except for the removing merc part, Im adding a...
I'm looking for an unlimited bit snippet, I have checked mudmagic, and I've done a search on google for them. So far all I've found was one already integrated...
somewhat different (vitally) to what i said "rm merc" NOT rm merc.h Certainly merc, and a few derivatives, name the executable "merc", and whether ive just...
you simple use an array of ints int bits[MAX_BITS]; with a MAX_BIT define somehwere wich gives you however many units you need #define MAX_BIT 4 then you...
doing a make clean usualy should remove the exe file i belive KriS GlasS <Belzarak@...> wrote:somewhat different (vitally) to what i said "rm merc" NOT...
here is an exaple of a set bit function using names from my previous email void SetBit(int bits[MAX_BIT], bit_type bit) { SET_BIT(bits[bit.index], bit.bit); } ...
let me know and if not i can probably help you guys with other ways of doing it ... Do you Yahoo!? Get better spam protection with Yahoo! Mail [Non-text...
Here is an interesting paper outlining several mud family trees: http://www.brandeis.edu/pubs/jove/HTML/v2/keegan.html It may help you locate an open source...
Hey guys, I haven't posted in forever, but I've been working pretty steadily on a new codebase project in what little spare time I have. It's coming along very...
hey anyone have any thoughts of a windows based mud codebase?? I am actualy writing one currently it already has an event based system for the game world, tcp...
... system for the game world, tcp is all set up, color text output on server side and is going to be very customizable from a non coding standpoint if anyone...