Thread: School Proejct
View Single Post
Old 10-02-2010, 03:15 PM   #4
plamzi
Senior Member
 
Join Date: Nov 2009
Home MUD: bedlam.mudportal.com:9000
Home MUD: www.mudportal.com
Posts: 292
plamzi is on a distinguished road
Re: School Proejct

DrLeprechaun,

You could take tbaMUD and write a MySQL connector piece for it, moving some or all of its data sets (zones, player saves, etc.) over into a modern casing. I think the MUD community will greatly benefit from something like that.

If you stick to the MySQL API functions, you don't need to know a lot of C, but you'd be able to leverage your query knowledge.

The C API for MySQL () is pretty straightforward. I'm currently using it for my own db connector. Unfortunately, my codebase is pretty antiquated and also significantly customized, so my connector is specific to it and won't do others much good.
plamzi is offline   Reply With Quote