All public logs
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).
- 00:00, 17 October 2024 Alex talk contribs created page Module:Chart data/ranging guild target region chance (Created page with "local helper = require('Module:Chart data') local attRollMin = 0 local attRollMax = 55000 local attRollStep = 200 -- Source for def rolls: -- https://discord.com/channels/177206626514632704/269673599554551808/1070094764797595729 local buckets = { { name = 'miss' }, { name = 'black', defRoll = 1000 }, { name = 'blue', defRoll = 2000 }, { name = 'red', defRoll = 3000 }, { name = 'yellow', defRoll = 4000 }, { name = 'bullseye', defRoll = 7000 } } local function acc...")