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:13, 17 October 2024 Alex talk contribs created page Module:Skilling experience rate chart (Created page with "local chart = require( 'Module:Chart data' ) local skillingSuccess = require( 'Module:Skilling success chart' ) local p = {} -- s/tick local tickRate = 0.6 function p._calculateDataSets(args) local dataSets = skillingSuccess._calculateDataSets(args) -- Assuming an xp drop every single action local tickDelay = args.ticksPerAction * tickRate local maxXpHr = (3600 / tickDelay) * args.xpPerAction * (1 + args.xpBonus) for i, dataSet in ipairs(dataSets) do if dataSe...")