Difference between revisions of "PlayMusicMessage"
From SWGANH Wiki
(→Sample Code) |
m (Changed protection level for "PlayMusicMessage" [edit=autoconfirmed:move=autoconfirmed]) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 19: | Line 19: | ||
|- | |- | ||
|{{int}}||'''00 00 00 00''' | |{{int}}||'''00 00 00 00''' | ||
+ | |- | ||
+ | |{{byte}}||'''00''' | ||
|} | |} | ||
|} | |} | ||
Line 42: | Line 44: | ||
||{{ServerPacket}} | ||{{ServerPacket}} | ||
|- | |- | ||
− | ||{{ | + | ||{{100%}} |
|- | |- | ||
|} | |} | ||
Line 49: | Line 51: | ||
---- | ---- | ||
− | |||
− | |||
==Sample Packet== | ==Sample Packet== | ||
Line 64: | Line 64: | ||
00 00 00 00 | 00 00 00 00 | ||
01 00 00 00 // might be a play loop or repeat flag or number of times to play | 01 00 00 00 // might be a play loop or repeat flag or number of times to play | ||
+ | 00 | ||
</pre> | </pre> |
Latest revision as of 13:33, 12 February 2008
Server Packet - PlayMusicMessage (04270D8A)
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Struct
Variable DescriptionsOpperand_Count = 5 Opcode = 04270D8A
|
Tags
|
Sample Packet
05 00 8A 0D 27 04 // PlayMusicMessage 20 00 // sting count 73 6F 75 6E 64 2F // sound/ 6D 75 73 69 63 5F 61 63 71 5F // music_acq_ 62 6F 75 6E 74 79 68 75 6E 74 65 72 2E 73 6E 64 // bountyhunter.snd 00 00 00 00 00 00 00 00 01 00 00 00 // might be a play loop or repeat flag or number of times to play 00