Mmo ItemGeneric imlpemented

ktweedy1
ktweedy1 ✭✭
edited August 2010 in Photon Server
I am trying to use the RaiseGenericEvent to send start animation and I can call the Operation.RaiseGenericEvent and I can see it on the server coming through into ItemGeneric but i don't see where that ends up coming backto the client at.

Should I hadd an EventCode.ItemGeneric case statement to the WorldEntered OnEventReceive?

Also, to get these events I have to subscribe to the item? So if the item that is sending this is the avatar, for all other clients to get tis they have to subscrbe to all the avatar items?

Comments

  • ktweedy1 wrote:
    Should I hadd an EventCode.ItemGeneric case statement to the WorldEntered OnEventReceive?
    that's exactly right
  • ktweedy1 wrote:
    Also, to get these events I have to subscribe to the item? So if the item that is sending this is the avatar, for all other clients to get tis they have to subscrbe to all the avatar items?
    that's already happening, the position updates are sent through the same channels