How much ROW rises the dropping rate?
Does using it justifies the high price find in market?
Thanks for your opinion!
How much ROW rises the dropping rate?
Does using it justifies the high price find in market?
Thanks for your opinion!
As far as im aware it cuts the rdt chance in half. I’m pretty sure in osrs it also removes the “nothing” drop as well and replaces it with rdt items. Not sure if that’s the case in this version though
proc,randomjewel(namedobj, int)
def_int $random = 0;
if (inv_total(worn, ring_of_wealth) > 0) {
$random = random(65);
} else {
$random = random(128);
}
edit: Basically removes 64 nothing spots.
I have an explainer here: Rare drop table confusion - #2 by branon
Removing the GDT’s nothing rolls is correct but the implications of this are a bit more complex.