mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-11 03:45:02 -05:00
21 lines
403 B
Plaintext
21 lines
403 B
Plaintext
|
[[Category Packet]]
|
||
|
[[Category Packet 718]]
|
||
|
{{packet|name=Music effect|description=Plays a music effect.|opcode=9|type=Fixed|length=6|revision=718}}
|
||
|
== Music effect ==
|
||
|
|
||
|
=== Description ===
|
||
|
|
||
|
Plays a sound effect (like the birds chirping).
|
||
|
|
||
|
=== Packet Structure ===
|
||
|
|
||
|
{| border=2
|
||
|
! Data type
|
||
|
! Description
|
||
|
|-
|
||
|
| 128 Byte || The volume (0 - 255).
|
||
|
|-
|
||
|
| 24 Bit Integer V2 || ?
|
||
|
|-
|
||
|
| Short || Music effect ID.
|
||
|
|}
|