About Store Forum Documentation Contact



Post Reply 
MMO Server Client - How work it ?
Author Message
Jben Offline
Member

Post: #1
MMO Server Client - How work it ?
Hi,
I'd like to explain the operation of exchange Server / Client, I have looked at the code examples fournits and I understood, but I can not adjust to the MMO network engine.
example I sent the server time to any new customers who connect.
I'm not asking necessarily the solution, just a clear explanation.

Please.
07-02-2011 08:14 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Jben Offline
Member

Post: #2
RE: MMO Server Client - How work it ?
Please help me,
I just would like someone to explain how to create a function that asks the server to send its local time to new client.

Like :
In my InitGame(), in Game.cpp
hour=GetServerTime();

I do not understand the code and it works.
07-03-2011 04:44 PM
Visit this user's website Find all posts by this user Quote this message in a reply
LiberMortis Offline
Member

Post: #3
RE: MMO Server Client - How work it ?
creating a simple add-in using python code could be possible, but you'd need to create a patch for your client to get it to communicate the details...
07-02-2013 05:35 PM
Find all posts by this user Quote this message in a reply
Dwight Offline
Member

Post: #4
RE: MMO Server Client - How work it ?
Let me tell you a story about 2 years ago... wink

No need for an add-in is needed, the Esenthel foundation can easily do this already.
07-02-2013 08:43 PM
Find all posts by this user Quote this message in a reply
Post Reply