2014-08-08 22:21:19 -04:00
|
|
|
[[Category Packet]]
|
|
|
|
[[Category Packet 317]]
|
2014-08-09 16:01:19 -04:00
|
|
|
{{packet|name=Display hint icon|description=Display a hint icon to the player.|opcode=254|type=Variable Byte|length=N/A|revision=317}}
|
|
|
|
|
2014-08-08 22:21:19 -04:00
|
|
|
== Display Hint Icon ==
|
|
|
|
|
|
|
|
=== Description ===
|
|
|
|
|
|
|
|
Displays a hint icon.
|
|
|
|
|
|
|
|
=== Packet Structure ===
|
|
|
|
|
|
|
|
{| border=2
|
|
|
|
! Data type
|
|
|
|
! Description
|
|
|
|
|-
|
|
|
|
| [[Data Types#Standard data types|Byte]]
|
2014-08-10 23:54:06 -04:00
|
|
|
| The Icon type
|
2014-08-08 22:21:19 -04:00
|
|
|
|-
|
|
|
|
|}
|
|
|
|
|
|
|
|
=== if type == 1 ===
|
|
|
|
|
|
|
|
{| border=2
|
|
|
|
! Data type
|
|
|
|
! Description
|
|
|
|
|-
|
|
|
|
| [[Data Types#Standard data type|Short]]
|
2014-08-10 23:54:06 -04:00
|
|
|
| Icon NPC target
|
2014-08-08 22:21:19 -04:00
|
|
|
|-
|
|
|
|
|}
|
|
|
|
|
|
|
|
=== if type >= 2 && type <= 6 ===
|
|
|
|
|
|
|
|
{| border=2
|
|
|
|
! Data type
|
|
|
|
! Description
|
|
|
|
|-
|
|
|
|
| [[Data Types#Standard data type|Short]]
|
2014-08-10 23:54:06 -04:00
|
|
|
| Icon X
|
2014-08-08 22:21:19 -04:00
|
|
|
|-
|
|
|
|
| [[Data Types#Standard data type|Short]]
|
2014-08-10 23:54:06 -04:00
|
|
|
| Icon Y
|
2014-08-08 22:21:19 -04:00
|
|
|
|-
|
|
|
|
| [[Data Types#Standard data types|Byte]]
|
2014-08-10 23:54:06 -04:00
|
|
|
| Icon draw height
|
2014-08-08 22:21:19 -04:00
|
|
|
|-
|
|
|
|
|}
|
|
|
|
|
|
|
|
=== if type == 10 ===
|
|
|
|
|
|
|
|
{| border=2
|
|
|
|
! Data type
|
|
|
|
! Description
|
|
|
|
|-
|
|
|
|
| [[Data Types#Standard data type|Short]]
|
2014-08-10 23:54:06 -04:00
|
|
|
| Icon player target
|
2014-08-08 22:21:19 -04:00
|
|
|
|-
|
|
|
|
|}
|