About Store Forum Documentation Contact



Post Reply 
Sending interaction between obj?
Author Message
SamNainocard Offline
Member

Post: #1
Sending interaction between obj?
Not sure about topic name.
I'm using EE MMO Source, client side network.
And currently find a way to send interaction to specified obj, NPC, or player in different client, like healing.

Unlike sending client's data.
I want to send interaction between obj, like Player A healed Player B and NPC C.
Player A sending heal value to server, but what data should I send to determine Player B and NPC C, to let owner of Player B getting healed.
06-25-2013 12:33 PM
Find all posts by this user Quote this message in a reply
TBJokers Offline
Member

Post: #2
RE: Sending interaction between obj?
If you want PlayerA to heal PlayerB, and the server to recognize who you are trying to heal, keep an ID that is synced with all clients, upon cast send the action + id and there your server can recognize of which clients are getting healed.
06-25-2013 12:38 PM
Visit this user's website Find all posts by this user Quote this message in a reply
SamNainocard Offline
Member

Post: #3
RE: Sending interaction between obj?
That's straight forward,

I added UID to Chrs which will be randomize from server then send to an object upon creation.
06-26-2013 06:33 AM
Find all posts by this user Quote this message in a reply
Post Reply