Search the web
Sign In
New User? Sign Up
codersclub · Coder's Club - Place for Specific Coding & Mob Program Help :)
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 975 - 1005 of 1910   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
975
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...
Bryan Miller
kyrathaba
Offline Send Email
Apr 5, 2005
1:27 am
976
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...
pogowolf
Offline Send Email
Apr 5, 2005
2:27 pm
977
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...
seraphire
Offline
Apr 5, 2005
2:44 pm
978
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...
W Miller
kyrathaba
Offline Send Email
Apr 5, 2005
8:22 pm
979
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...
W Miller
kyrathaba
Offline Send Email
Apr 5, 2005
8:23 pm
980
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...
Matt
silvanestii
Offline Send Email
Apr 14, 2005
5:56 am
981
need help in getting like my area list to come up in pages instead of one long list....
jefflng
Offline Send Email
Apr 16, 2005
7:47 pm
982
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,...
KriS GlasS
belzarus
Offline Send Email
Apr 16, 2005
7:53 pm
983
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...
W Miller
kyrathaba
Offline Send Email
Apr 16, 2005
7:56 pm
984
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...
W Miller
kyrathaba
Offline Send Email
Apr 16, 2005
8:02 pm
985
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...
KriS GlasS
belzarus
Offline Send Email
Apr 16, 2005
8:05 pm
986
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...
jeff long
jefflng
Offline Send Email
Apr 17, 2005
12:02 am
987
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...
jefflng
Offline Send Email
Apr 17, 2005
12:05 am
988
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...
Send Email
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...
zierk11001
Offline Send Email
May 20, 2005
10:19 pm
990
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...
Bryan Miller
kyrathaba
Offline Send Email
May 23, 2005
10:45 pm
991
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...
Shawn Payne
fateunnown
Offline Send Email
May 25, 2005
4:31 am
992
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....
Sara Bairrington
saralee4684
Offline Send Email
May 25, 2005
6:57 pm
993
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...
Eirinn
ellisrai
Offline Send Email
May 29, 2005
5:25 am
994
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...
Yolonda Peek
jynxbwt
Offline Send Email
May 29, 2005
6:11 am
995
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...
jynx12_2
Offline Send Email
May 29, 2005
10:05 am
996
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,...
Shawn
fateunnown
Offline Send Email
May 31, 2005
2:43 am
997
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...
adamwarlock_thc
Offline Send Email
May 31, 2005
3:56 am
998
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...
Shawn
fateunnown
Offline Send Email
May 31, 2005
1:27 pm
1000
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...
adam warlock
adamwarlock_thc
Offline Send Email
Jun 1, 2005
4:25 am
1001
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...
adamwarlock_thc
Offline Send Email
Jun 1, 2005
2:44 pm
1002
If you or anyone you know is interested in any of these positions please send a resume to c_goans@... LOCATION POSITION CRITICAL NEED HIM DIRECTOR ...
Christine Goans
cmgoans
Offline Send Email
Jun 15, 2005
11:15 am
1003
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 :...
codersclub@yahoogroup...
Send Email
Jun 22, 2005
8:07 pm
1004
anyone know where i could find a good advice script. been trying to write one but getting to many errors, can't quite get it right. thanks...
jefflng
Offline Send Email
Jun 25, 2005
9:57 pm
1005
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...
alshandrac
Offline Send Email
Jun 26, 2005
3:32 pm
Messages 975 - 1005 of 1910   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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