Well, its been a while sence ive posted here, been up to other thangs. Well while i was gone i improved my C++ skills by about 150% while doing a Star Wars Galaxies Emulator.
So i decided to check back in the forums here, i also decided im going to be using darkbasic again. To make an MMO, (btw before you people start calling me a noob or flame, ive got now alot of experiance with server-side stuff, such as SQL database stuff, UPD Winsock stuff, ect..., hence the fact ive been working on a Star Wars Galaxies Emulator).
Well i would just like to lay it out on the table for ya, im considering on making a DarkBASIC "Easy" MMO DLL and an MMO Maker. Ok so you probley wondering "why 2 not one" well the reason is, not everyone programs and here is an explanation of what they will probley be like.
DLL:
This will include everythang basic to make an MMO. It will have premade packets which i will be using pointers to function to make, so when you call a function in the dll like "SendNewCharacterDate(parms here)" it will build the packet and send it for you. I will include all that is nessessary for a good MMO. I will also be making a ByteBuffer for an easy way to make and read packets. So if you wanted to make a new packet you would just do something like:
makenewbuffer(int bufferid)
serializepacket(99)
writeinttobuffer(9)
writestringtobuffer("Hello!")
For the database part of this DLL, i would have it all internally handled by the DLL. So all you would have to do is start the server through the dll and you would have NPC's,Inventory,Quests,ect... all handled by the server. All you have to do is call function to update the info or insert info into the database e.g. function like:
UpdatePlayerPos(x,y,z,id);
DeleteCharacter(id);
MMO Creator:
This is pretty selve explanitory.
Well after all is said the reason for the title is, i want to know if you would would be interested in me making this. I dont make crap stuff, it will not be free but will not be expansive
, but it will not be crap.
If yes i will get working right away else just say no
. Sorry for the long post
PS: if there are any star wars galaxies fans out there, like i said im working on a Pre-CU emulator with people here is the site... www.swgprecu.com and the youtube group http://youtube.com/group/swgprecu. TC gose up in 1 week !!!
DarkLegion Studios - Coming Soon