my mmo/rpg so far

for last couple months i have been working on a game with the plan to make it a on-line game so far it has an inventory and quest system thats working and a skill system thats working almost perfect (can create items but error when trys remove from inventory)
quests dialog and skills panel open:

drag and drop inventory one the skills and 2 potions that was created through skill (at the moment they spawn at position)

moving clouds with shadow effects

i will add video later and if you want to follow the game or help it pm me or use links in Sig

what do people think of it?

What networking engine does it use?

i havent added a network engine yet since im still deciding what ones best

You mean to say you’re claiming to make an MMO without networking currently?
Rolls Eyes.
Sorry, just, ehhhhhhhh.

Why not?! You can re-use the code you have done…if the basics work.

Zerano, it is not as simple as just re-using the code that you have already done. Since almost all of it is going to have to be moved to server side, and very little if any logic is going to be left to the client to calculate. If you are taking on a networked project, you really need to start the coding as such, especially if you are planning on a massive endeavor like a MMO.

I have not said that it is easy, and i have never done it, but i think that you can use most of the code, of course you have to modify it but the logic of the code is mostly the same i think.

im trying to get basics done so when i add networking in little later i dont have to many problems with needing server every test

I’m working on my first true networked multiplayer game myself (not an MMO, a lot less ambitious than that). My experience so far makes one thing clear: Think about networking as early as possible. I was quite surprised by the amount of changes necessary, and it took me several iterations to end up with a good solution. Now the complexity is good and the code is not too convulted, but a couple tries with much more complex code were necessary to get there.
Networking is not something you simply add on once the basic gameplay is done, especially not if you want an authoritative server model.

what server you using for yours and most my scripts sql or xml based