Skip to content

Fix Empty Item Regression

Zerken requested to merge Zerken/2009-scape-zerken:empty-item-regression into master

What has been done in this MR?

  • Fixed regression for empty options not working for some items(rune pouches and ectophial) caused by rewritting a plugin to a listener !1534 (merged) : The EmptyOptionListener now only handles specific items in a intArray instead of every item in the game that has a empty option.

What should testers check?

  • Verify rune pouches work
  • Verify ectophial works
  • Verify potions and items in the enum below still can be emptiedimage.png

Big thanks to Avi for the suggestion to use the ItemDefinitions to build a intArray of the potions in the game.

  • I have tested these changes thoroughly.
  • I used the relevant Thanos/Zaros tool for any JSON edits where possible, and have attached screenshots of any changes.

Merge request reports

Loading