final case classGenericActionMessage(action: Int) extends PlanetSideGamePacket with Product with Serializable
Reports that something has happened, or makes something happen.
When sent from the server to a client, there are twenty-seven individual actions caused by this packet.
They are only vaguely organized by behavior and some numbers may not be associated with an action.
When sent by the client to the server, an unknown number of actions are available.
The highest known action is a server-sent 45.
Actions (when sent from server):
03 - symbol: show Mosquito radar
04 - symbol: hide Mosquito radar
07 - warning: missile lock
08 - warning: Wasp missile lock
09 - warning: T-REK lock
12 - sound: base captured fanfare
14 - prompt: new character basic training
22 - message: awarded a cavern capture (updates cavern capture status)
23 - award a cavern kill
24 - message: you have been imprinted (updates imprinted status; does it?)
25 - message: you are no longer imprinted (updates imprinted status; does it?)
27 - event: purchase timers reset (does it?)
31 - switch to first person view, attempt to deconstruct but fail;
event: fail to deconstruct due to having a "parent vehicle"
32 - switch to first person view
33 - event: fail to deconstruct
43 - prompt: friendly fire in virtual reality zone
45 - ?
Actions (when sent from client):
29 - AFK
30 - back in game
36 - turn on "Looking for Squad"
37 - turn off "Looking for Squad"
This member is added by an implicit conversion from GenericActionMessage to
any2stringadd[GenericActionMessage] performed by method any2stringadd in scala.Predef.
This member is added by an implicit conversion from GenericActionMessage to
StringFormat[GenericActionMessage] performed by method StringFormat in scala.Predef.
Reports that something has happened, or makes something happen.
When sent from the server to a client, there are twenty-seven individual actions caused by this packet. They are only vaguely organized by behavior and some numbers may not be associated with an action. When sent by the client to the server, an unknown number of actions are available. The highest known action is a server-sent 45.
Actions (when sent from server):
03 - symbol: show Mosquito radar
04 - symbol: hide Mosquito radar
07 - warning: missile lock
08 - warning: Wasp missile lock
09 - warning: T-REK lock
12 - sound: base captured fanfare
14 - prompt: new character basic training
22 - message: awarded a cavern capture (updates cavern capture status)
23 - award a cavern kill
24 - message: you have been imprinted (updates imprinted status; does it?)
25 - message: you are no longer imprinted (updates imprinted status; does it?)
27 - event: purchase timers reset (does it?)
31 - switch to first person view, attempt to deconstruct but fail; event: fail to deconstruct due to having a "parent vehicle"
32 - switch to first person view
33 - event: fail to deconstruct
43 - prompt: friendly fire in virtual reality zone
45 - ?
Actions (when sent from client):
29 - AFK
30 - back in game
36 - turn on "Looking for Squad"
37 - turn off "Looking for Squad"
what this packet does