hestia-rsps / hestia

An open-source Kotlin game server.
BSD 3-Clause "New" or "Revised" License
16 stars 4 forks source link

Mob dialogue head not displayed after Item dialogue #45

Closed GregHib closed 4 years ago

GregHib commented 4 years ago

Sending -1 item dialogue is a workaround, however, the mob's dialogue head will have the wrong orientation.

Packet 122 can be implemented for component orientation There should also be a packet (like revision 666) for clearing the item model.

See https://www.rune-server.ee/runescape-development/rs-503-client-server/help/660457-667-how-do-item-dialogues-work.html#post5418323

GregHib commented 4 years ago

Probably caused by #102

GregHib commented 4 years ago

Fixed by changes made by #102