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:12, 17 October 2024 Alex talk contribs created page Module:Lava shard chart (Created page with "local chart = require( 'Module:Chart data' ) local p = {} function interp(low, high, level) local value = math.floor(low*(99-level)/98 + high*(level-1)/98 + 0.5) + 1 return math.min(math.max(value / 256, 0), 1) end function p._calculateDataSets(args) local dataSets = {} local data = {} local dataBoost = {} local shards3, shards4, shards5, shards6 local roll1, roll2, roll3 for x = 1, 99 do roll1 = interp(101, 301, x) roll2 = interp(58, 251, x) roll3 =...")