All public logs

Jump to navigation Jump to search

Combined display of all available logs of RuneRealm Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 00:51, 16 October 2024 Alex talk contribs created page Module:Average drop value (Created page with "local curr = require('Module:Currency')._amount local dpl = require('Module:DPLlua') local geprices = mw.loadJsonData('Module:GEPrices/data.json') local p = {} function calcValue(item, lowqty, highqty, rarity, rolls, alchprice, alchonly, options) local avgqty = (tonumber(lowqty) + tonumber(highqty)) / 2 local rar_good, price -- parse price local i_lo = item:lower() if i_lo == 'brimstone key' and options.brimstone ~= nil then if alchonly then price = tonumber(...")