Quick Search for:  in language:    
DAO,next,version,BeMud,here,current,features,
   Code/Articles » |  Newest/Best » |  Community » |  Jobs » |  Other » |  Goto » | 
CategoriesSearch Newest CodeCoding ContestCode of the DayAsk A ProJobsUpload
Visual Basic Stats

 Code: 3,290,928. lines
 Jobs: 179. postings

 How to support the site

 
Sponsored by:

 
You are in:
 

Does your code think in ink?
Login





Latest Code Ticker for Visual Basic.
Check Placement of Form on Screen
By CubeSolver on 11/20


RT Full Duplex
By Brian Black on 11/20


C++ Template Hack
By OpcodeVoid on 11/20


Click here to see a screenshot of this code!DeskTop Generator
By Ziad Said on 11/20

(Screen Shot)

SQLMan
By Darwin H. de Leon on 11/20


Klik! CompareLib...Co mpare and synchronize schema differences in your Access databases...
By Özden Irmak on 11/20


listview000sher if
By Sherif Omran on 11/20


Using ComboBox instead of TextBox
By SMA Soft on 11/20


Click here to see a screenshot of this code!ColorFade
By SMA Soft on 11/19

(Screen Shot)

Click here to put this ticker on your site!


Add this ticker to your desktop!


Daily Code Email
To join the 'Code of the Day' Mailing List click here!

Affiliate Sites



 
 
   

BeMud v1.0 - Multiplayer text rpg game

Print
Email
 
winzip icon
Submitted on: 1/1/2001 9:58:31 AM
By: Vitaly 
Level: Intermediate
User Rating: By 36 Users
Compatibility:VB 6.0

Users have accessed this code 20748 times.
 

(About the author)
 
     This is my next version of BeMud, here are the current features of the version:<br> <br> General<br> - DAO based database connection<br> - Code supports all popular telnet clients: Windows telnet, zMUD and gMUD<br> - Text is automatically wrapped<br> - Ansi colors<br> - Prompt<br> - Better command stacking and spam protection<br> - Character movement<br> - Room structure<br> - Areas structure (Characters can move from area to area)<br> Communication<br> - 'Say' command<br> - 'Emote' command<br> - Socials<br> Items<br> - 'Get' command<br> - 'Drop' command<br> - 'Invenory' command<br> - 'Give' command<br> - Item aliasing and choosing (e.g "get weapon 2")<br> Fighting<br> - 'Hit' command<br> - 'Approach' command<br> - 'Retreat' command<br> - Using weapons in fight<br> - Bleeding and death<br> - Bare hands fighting<br> - Skills and easy skill adding<br> - 'missile' command (skill)<br> Mobs<br> - Socials work on mobs<br> - Pc to mobs fighting<br> - Basic online mob creation - 'loadmob' admin command<br> - Simple mob artifical intelligence - can attack the player<br> - Mobs bleed<br> Commands<br> - 'Who' command<br> - 'Look' command<br> - 'News' command<br> - 'Spy' admin command<br> <br> - Code is heavily commented<br> <br> Happy mudding =)
 
winzip iconDownload code

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. Afterdownloading it, you will need a program like Winzip to decompress it.

Virus note:All files are scanned once-a-day by Planet Source Code for viruses,but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:
1)Re-scan downloaded files using your personal virus checker before using it.
2)NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
3)Scan the source code with Minnow's Project Scanner

If you don't have a virus scanner, you can get one at many places on the net including:McAfee.com

 
Terms of Agreement:   
By using this code, you agree to the following terms...   
1) You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.   
2) You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
3) You may link to this code from another website, but ONLY if it is not wrapped in a frame. 
4) You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.


Other 12 submission(s) by this author

 

 
Report Bad Submission
Use this form to notify us if this entry should be deleted (i.e contains no code, is a virus, etc.).
Reason:
 
Your Vote!

What do you think of this code(in the Intermediate category)?
(The code with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor See Voting Log
 
Other User Comments
1/1/2001 11:16:29 AM:Damage.Case
A mud client? Finally? Wow, I tried to 
start my own once and I gave up. Very 
nice! 5 globes.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
1/1/2001 11:18:30 AM:Damage.Case
Mud server I mean, sorry. I've been up 
for 36 hours and I have no clue what 
the heck I'm saying.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
1/1/2001 1:07:26 PM:Ackbar
I liked your last one so you'll get a 5 
from me. You should do OLC building too 
:) Thats something I did in c on my mud 
code. One of the best things I ever 
did. Keep up the great work.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
1/1/2001 1:40:58 PM:Author
Thank you for the positive feedback 
=).
If anyone needs some deeper 
assistence with the current code email 
me to vitali@actcom.co.il or contact me 
by ICQ: 1912453.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
1/2/2001 5:19:21 AM:AlexCPU
Wow!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
1/2/2001 10:20:36 AM:Author
Just a quick remind to the people that 
have problems with DAO. You have to 
install it from the Vb6 disc. I believe 
that DAO is under the "Microsoft ODBC 
drivers", however, I am not sure about 
it though so if it still doesn't work 
and you have some free space install 
the whole "Data access" option.
P.S 
To access the add/remove components 
options go to Add/Remove programs and 
do remove Visual Basic 6, afterward 
you'll have an option of Add/Remove 
components and Uninstalling Visual 
Basic. Choose the first one and you're 
there.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
1/2/2001 2:51:00 PM:DownloadSafari
Awesome.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
1/2/2001 9:36:45 PM:Dvad78
Nice, the only thing i think that needs 
tweaked is the form resize sub... it 
needs some error handling, if you make 
the form very very small it will give 
you an error... just add
On Error 
Resume Next
right after 
Private 
Sub Form_Resize()
    If 
Me.WindowState <> vbMinimized 
Then
Other than thats its nice...
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
1/5/2001 9:00:08 AM:Author
Another thing I want to alert you 
about. It seems that the Mswinsck.ocx 
gets corrupted for some reason. You'll 
know that your Mswinsck.ocx is 
corrupted if when you send some command 
to the mud like "say", some other user 
doesn't see outright what you "said" 
and has to input some command to see 
it. If you notice this problem that is 
not a problem in the code. Contact me 
in ICQ or email and I will send you the 
right working version of Mswinsck.ocx.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
1/7/2001 9:13:14 AM:!nnovation Software
thanks, ive been looking for a free 
mudd server for a while
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
1/15/2001 10:36:48 PM:Liam
BeMUD is only getting better!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
1/16/2001 9:36:51 AM:Author
Some people told me about the following 
error, while trying to run/compile 
BeMud, "Run-time error '429': ActiveX 
component can't create object".
This 
happens due dao version 
incompatability. You have 3.5 and I was 
using 3.6, so you should upgrade the 
MDAC.
This link has an upgrade for the 
jet drivers that effectively upgrades 
the DAO to 
3.6:
http://www.microsoft.com/data/do
wnload_Jet4SP3.htm
Thanks to Liam 
for this useful information =).
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
1/16/2001 11:58:55 AM:patrick
ohh if anyone wants to message me aim 
me at "wire to the core"
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
1/16/2001 12:14:56 PM:Patrick
Nice i will add some in this. in your 
last one i added some and i will add 
alot of help files
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
1/30/2001 8:42:33 PM:John Bonifas
Good Job :)  ...You should download the 
NetMeeting
SDK from Microsoft and turn 
it into
a NetMeeting app. I've been 
working
on a real-time MUD for 
NetMeeting
for years, can't find the 
time to
finish it... deckerd26354
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
2/12/2001 2:11:30 PM:Ishmael E. Rufus
Wow you put alot of time into this, you 
should think about selling it!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
2/13/2001 7:53:28 PM:JadenBane
very cool one thing you gotta add is a 
app for map editing
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
2/13/2001 7:54:16 PM:JadenBane
very cool one thing you gotta add is a 
app for map editing
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
2/14/2001 2:22:08 AM:Author
That would be a nice tihng indeed, 
especially since it is easy to do.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
3/4/2001 5:42:38 AM:Subdilla
Cool, but plz use an other port (23 is 
telnet..) :)
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
4/22/2001 4:37:08 PM:P Salim
congractulation
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
1/9/2002 8:38:25 PM:Rick
I really, really want to try this out.. 
but unfortunately, I can get other OCX 
files to register but keep getting 
errors installing the MSWINSCK.OCX 
file.  I've downloaded both the 
regsvr32.exe and the mswinsck.ocx file 
over 6 times, from six different places 
(Okay, hit me in the head with a 
brick!).. but I really would like to 
try this code.  Any 
sugegstions?
Rick
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
4/1/2002 12:39:20 PM:DarkHarmer
I get a problem with the Recordset. 
does anyone know what i need? it says 
can't find project or library. then 
pops the library list up. Please let me 
know what library i need.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
4/1/2002 5:29:51 PM:DarkHarmer
ok i got the recordset working but i 
have some other questions. How do i 
create an admin/immortal. do i need to 
first compile then create them through 
some sort of... command? or do i have 
to create a seperate file? please let 
me know as i am not bery good at visul 
basic. Thanks - David
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
8/27/2002 3:01:41 AM:dark syphon
have no idea how to use this thing...
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
10/3/2002 4:42:14 PM:Thraka
Is this still being developed? It seems 
old :)  I'm downloading right now 
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
1/14/2003 1:04:20 PM:PFCGentry
does any one else get the error Object 
already loaded, when adding another MOB 
to the DB?
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
1/23/2003 10:09:46 AM:Akede
A MUD server on windows written in 
Visual Basic? I'll pass. ;)
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
Add Your Feedback!
Note:Not only will your feedback be posted, but an email will be sent to the code's author in your name.

NOTICE: The author of this code has been kind enough to share it with you.  If you have a criticism, please state it politely or it will be deleted.

For feedback not related to this particular code, please click here.
 
Name:
Comment:

 

Categories | Articles and Tutorials | Advanced Search | Recommended Reading | Upload | Newest Code | Code of the Month | Code of the Day | All Time Hall of Fame | Coding Contest | Search for a job | Post a Job | Ask a Pro Discussion Forum | Live Chat | Feedback | Customize | Visual Basic Home | Site Home | Other Sites | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright© 1997 by Exhedra Solutions, Inc. All Rights Reserved.  By using this site you agree to its Terms and Conditions.  Planet Source Code (tm) and the phrase "Dream It. Code It" (tm) are trademarks of Exhedra Solutions, Inc.