CodePanter / another-bronzeman-mode

A runelite plugin implementation for the Bronzeman mode.
BSD 2-Clause "Simplified" License
7 stars 7 forks source link

Old School Bond not unlocked in GE (tradeable) #17

Closed ronaldwpope closed 1 day ago

ronaldwpope commented 7 months ago

The tradable Old School Bond is locked on the GE. You cannot buy a bond there without first disabling the plugin. The tradeable version of the old school bond should be unlocked since you cannot obtain it in game without first having an untradeable version in your inventory and spending gp to make it tradeable (which you cannot do because the tradeable bond is locked on the GE) . I think the untradeable bond is unlocked on starting a new account but that doesn't do any good because you cannot by an untradeable bond.

ronaldwpope commented 6 months ago

It looks like the old school bond should be unlocked by default on line 677 of AnotherBronzemanModePlugin.java : queueItemUnlock(ItemID.OLD_SCHOOL_BOND); But it doesn't work. Maybe use ItemID.OLD_SCHOOL_BOND_UNTRADEABLE ? Perhaps the 2 IDs got transposed?

CodePanter commented 6 months ago

Aah interesting! I will try to take a look this weekend, thank you for bringing this to my attention!

CodePanter commented 1 day ago

Closing this due to being unable to reproduce it, and no one else reporting it as an issue.