mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-25 02:22:18 -05:00
57 lines
765 B
Plaintext
57 lines
765 B
Plaintext
|
[[Category Packet]]
|
||
|
[[Category Packet 317]]
|
||
|
== Display Hint Icon ==
|
||
|
|
||
|
=== Description ===
|
||
|
|
||
|
Displays a hint icon.
|
||
|
|
||
|
=== Packet Structure ===
|
||
|
|
||
|
{| border=2
|
||
|
! Data type
|
||
|
! Description
|
||
|
|-
|
||
|
| [[Data Types#Standard data types|Byte]]
|
||
|
| The Icon type.
|
||
|
|-
|
||
|
|}
|
||
|
|
||
|
=== if type == 1 ===
|
||
|
|
||
|
{| border=2
|
||
|
! Data type
|
||
|
! Description
|
||
|
|-
|
||
|
| [[Data Types#Standard data type|Short]]
|
||
|
| Icon NPC target.
|
||
|
|-
|
||
|
|}
|
||
|
|
||
|
=== if type >= 2 && type <= 6 ===
|
||
|
|
||
|
{| border=2
|
||
|
! Data type
|
||
|
! Description
|
||
|
|-
|
||
|
| [[Data Types#Standard data type|Short]]
|
||
|
| Icon X.
|
||
|
|-
|
||
|
| [[Data Types#Standard data type|Short]]
|
||
|
| Icon Y.
|
||
|
|-
|
||
|
| [[Data Types#Standard data types|Byte]]
|
||
|
| Icon draw height.
|
||
|
|-
|
||
|
|}
|
||
|
|
||
|
=== if type == 10 ===
|
||
|
|
||
|
{| border=2
|
||
|
! Data type
|
||
|
! Description
|
||
|
|-
|
||
|
| [[Data Types#Standard data type|Short]]
|
||
|
| Icon player target.
|
||
|
|-
|
||
|
|}
|