Add DoomValueAdjustment plugin manifest#10885
Conversation
Made-with: Cursor
|
New plugin |
Made-with: Cursor
Made-with: Cursor
|
Internal use only: Reviewer details Maintainer details |
|
Hi, thanks for your plugin submission. Please remove your You can make use of the
|
Made-with: Cursor
|
On https://github.com/joffewilliam/DoomValueAdjustment/blob/a36c0b2676600a694bef1b7324e551271ce80b84/src/main/java/com/doomvalueadjustment/DoomValueAdjustmentPlugin.java#L59 and https://github.com/joffewilliam/DoomValueAdjustment/blob/a36c0b2676600a694bef1b7324e551271ce80b84/src/main/java/com/doomvalueadjustment/DoomValueAdjustmentPlugin.java#L66 you only have to reference the component ID, not the group + child ID. |
Made-with: Cursor
|
I gotcha now. Sorry about that. |
Hey guys,
Doom Value Adjustment is a plugin that fixes the end of delve loot window valuation at Doom by treating Sun-kissed bones as 0 GP instead of the incorrect 8,000 GP each. This obviously only adjusts the client side displayed loot value.
Jagex currently assigns Sun-kissed bones (item ID 29378) a value of 8,000 GP, which heavily inflates the total loot value shown in the Doom loot window.
This plugin simply corrects that by subtracting the bogus bone value from the final displayed total. Jagex has known about this issue since release and still hasn't fixed it. So I figured a plugin was a good solution since it looks like it's here to stay.