At the risk of being laughed at by the more experienced programmers here, I will confess to being ignorant of C, C++, and C#. I have some coding experience...
Well I can't on those specific questions, but there IS a VB.NET mud Code base that is in development. You could take a look there, or post something on their...
Here's a bit of code, I haven't run it and I haven't completed it, but it should give a bit of an example to start with. If I had time I would probably change...
Thank you, that is very helpful. I appreciate you taking the time. - Bryan seraphire <no_reply@yahoogroups.com> wrote: Here's a bit of code, I haven't run it...
ok, thank you. PogoWolf <pogowolf@...> wrote:Well I can't on those specific questions, but there IS a VB.NET mud Code base that is in development. You...
I'm interested in getting hold of the code for the original Static Chaos MUD that was done by Alathon. I know that after it shut down the code became open to...
I assume you're talking about in a shell environment. So, "cat area.lst | less". Check out the less man page ("man less") for nifty details. Personally though,...
The way I do it is that I divide up the area listings into alphabetic categories (A-C, D-F, G-I, etc.). Players have to type the area listing command followed...
Sorry, I thought you meant when playing on a mud and typing 'help area' or something. My bad. KriS GlasS <Belzarak@...> wrote:I assume you're talking...
Hmm yeah, never thought of it like that, heh. Blame the coffee, sorry. Personally, I never really had problems with the "Press enter to continue", so in that...
thanks for the help jefflng <jefflng@...> wrote: need help in getting like my area list to come up in pages instead of one long list. ... Yahoo! Groups...
ok another question, ive been trying to make money weigh nothing so it doesn't affect their weight, i changed the weight amounts from wnat they where to 0. is...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the codersclub group. File : /Fixed beep...
codersclub@yahoogroup...
May 16, 2005 4:46 am
989
I use ROM2.4 modified, DBA1 codebase. Im trying to make a mobprog, anything using an if check crashes the mud. For example: if race $n namek will bring this...
Me and three friends are working on developing a mud implementation of a D&D roleplay setting we used in college. If anyone's interested in helping out, or...
Not too familiar with Rom so I may be way off here, but in Smaug it is usually something like this. if race($n) == human Hope this helps, --Xie zierk11001...
I need to make up a book type object that has chapters and pages that can be turned. I'm on a mux so I need it to be a parented object for mux code....
I recently added a few wear slots to my game (running an EmberMUD). Everything prety much works alright, with the exception of when typing eq to show what...
This is the one that I use for the MUX that I run. Fairly simple and works well. Hope it helps. @create PARENT Info: Book=10 @Desc PARENT Info: Book=A big...
Hello, I am looking for a head coder or a coder in general. The mud has a host, builders, and a head imp << me. This mud is not really based on a certain...
The most important item i see is that you missed a , in the where_name array WORN_WIELDED, WORN_WIELDED2 WORN_SHIELD, should be WORN_WIELDED, WORN_WIELDED2,...
Well to start off, as this is my first post, "Hello!" to all. I just pray that someone could help me out with this issue (I am the one coding the game Eirinn...
Well in my last post I did mention that if you miss some of the places to add the new wear location it can mess things up, also adding them to the array in a...
I thought that I made sure everything was in the same order (going to double check to be sure), and even rearranged the things that where currently there to...
Well as it turned out going over things again was a good idea, as I finally found out what the issue was. Seems that the wear_flag variables where set to...
I have been scouring helpfiles and websites and god only knows what else to find out this niggling little problem... I understand it is probably stupidly...