Class/Object

net.psforever.packet.game

HackMessage

Related Docs: object HackMessage | package game

Permalink

final case class HackMessage(unk1: Int, target_guid: PlanetSideGUID, player_guid: PlanetSideGUID, progress: Int, unk5: Long, hack_state: HackState.Value, unk7: Long) extends PlanetSideGamePacket with Product with Serializable

Dispatched by the server to control the progress of hacking. While "hacking" is typically performed against enemy targets, some actions that involve ally on ally hacking can occur. In this sense, hacking can be consider change progress.

In general, the act of hacking is maintained by the server but the conclusion is managed by the client. Hacking typically locks the player into a cancellable firing animation and works as all-or-nothing. The progress bar window is displayed and updated each tick by the server; but, the client can cancel it on its own. When hacking is complete as indicated by the appropriate HackState, the client performs the intended action upon the target. Facility amenities will temporarily ignore IFF requirements; vehicles will permanently transfer control over to the hack-starter's empire; facility turret weapons will temporarily convert to their anti-vehicle or anti-aircraft configurations; facilities will be compromised and begin the long process of converting to the hack-starter's empire; and, so forth.

As mentioned, one of the unexpected uses of this message will assist the conversion of allied facility turreted weapons to their upgraded armaments.

unk1

na; 0 commonly; 2 when performing (phalanx) upgrades; 3 for building objects during login phase; hack type? possibly player hacking level 0-3?

target_guid

the target of the hack

player_guid

the player

progress

the amount of progress visible; visible range is 0 - 100

unk5

na; often a large number; doesn't seem to be char_id?

hack_state

hack state

unk7

na; 5 - boost pain field at matrixing terminal? usually, 8?

Source
HackMessage.scala
Linear Supertypes
Product, Equals, PlanetSideGamePacket, PlanetSidePacket, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HackMessage
  2. Product
  3. Equals
  4. PlanetSideGamePacket
  5. PlanetSidePacket
  6. Serializable
  7. Serializable
  8. AnyRef
  9. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HackMessage(unk1: Int, target_guid: PlanetSideGUID, player_guid: PlanetSideGUID, progress: Int, unk5: Long, hack_state: HackState.Value, unk7: Long)

    Permalink

    unk1

    na; 0 commonly; 2 when performing (phalanx) upgrades; 3 for building objects during login phase; hack type? possibly player hacking level 0-3?

    target_guid

    the target of the hack

    player_guid

    the player

    progress

    the amount of progress visible; visible range is 0 - 100

    unk5

    na; often a large number; doesn't seem to be char_id?

    hack_state

    hack state

    unk7

    na; 5 - boost pain field at matrixing terminal? usually, 8?

Type Members

  1. type Packet = HackMessage

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from HackMessage to any2stringadd[HackMessage] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (HackMessage, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from HackMessage to ArrowAssoc[HackMessage] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def encode: Attempt[BitVector]

    Permalink
    Definition Classes
    HackMessagePlanetSidePacket
  9. def ensuring(cond: (HackMessage) ⇒ Boolean, msg: ⇒ Any): HackMessage

    Permalink
    Implicit information
    This member is added by an implicit conversion from HackMessage to Ensuring[HackMessage] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (HackMessage) ⇒ Boolean): HackMessage

    Permalink
    Implicit information
    This member is added by an implicit conversion from HackMessage to Ensuring[HackMessage] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: ⇒ Any): HackMessage

    Permalink
    Implicit information
    This member is added by an implicit conversion from HackMessage to Ensuring[HackMessage] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): HackMessage

    Permalink
    Implicit information
    This member is added by an implicit conversion from HackMessage to Ensuring[HackMessage] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from HackMessage to StringFormat[HackMessage] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. val hack_state: HackState.Value

    Permalink

    hack state

  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. def opcode: GamePacketOpcode.Value

    Permalink
  23. val player_guid: PlanetSideGUID

    Permalink

    the player

  24. val progress: Int

    Permalink

    the amount of progress visible; visible range is 0 - 100

  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. val target_guid: PlanetSideGUID

    Permalink

    the target of the hack

  27. val unk1: Int

    Permalink

    na; 0 commonly; 2 when performing (phalanx) upgrades; 3 for building objects during login phase; hack type? possibly player hacking level 0-3?

  28. val unk5: Long

    Permalink

    na; often a large number; doesn't seem to be char_id?

  29. val unk7: Long

    Permalink

    na; 5 - boost pain field at matrixing terminal? usually, 8?

  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def [B](y: B): (HackMessage, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from HackMessage to ArrowAssoc[HackMessage] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Product

Inherited from Equals

Inherited from PlanetSideGamePacket

Inherited from PlanetSidePacket

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from HackMessage to any2stringadd[HackMessage]

Inherited by implicit conversion StringFormat from HackMessage to StringFormat[HackMessage]

Inherited by implicit conversion Ensuring from HackMessage to Ensuring[HackMessage]

Inherited by implicit conversion ArrowAssoc from HackMessage to ArrowAssoc[HackMessage]

Ungrouped