2011Scape / game

An open-source emulator that targets RuneTek-5, client revision 667 (October 4th, 2011)
http://2011scape.com
Apache License 2.0
34 stars 149 forks source link

feat: fix/remove incorrect object examine messages and add new ones #400

Closed Djieste closed 1 year ago

Djieste commented 1 year ago

What has been done?

Most object examine messages were incorrect. For example, the examine message for the ID 2647 was "A picture of a fruit bowl." However, the ID 2647 matches to the door of the Crafting Guild. Now, the message for the ID 2647 is "The door to the Crafting Guild." From what I understand, the old examine messages were from OSRS and a lot of the object IDs do not match those from the revision 667 of RS. The new examine messages are from a revision 377 cache, which is the last RS revision that I could find that included them locally in the cache. After that, they were server-sided only and nobody seems to have a dump of them, at least publicly. For this reason, I used a revision 377 cache which contains the examine messages for the IDs 0 - 14973. This explains why I also removed all examine messages after this ID, as they were from OSRS and therefore probably mostly incorrect. If the maintainers of the project prefer to keep the examine messages after the ID 14973, please let me know.