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).
- 11:24, 17 October 2024 Alex talk contribs created page Module:Wilderness agility calculator (Created page with "local gePrice = require('Module:Exchange')._price local yesNo = require('module:Yesno') local coins = require('module:Coins')._amount local addCommas = require('module:Addcommas')._add local p = {} local lapRanges = {{1, 15}, {16, 30}, {31, 60}, {61, 65536}} local angler = gePrice('Blighted anglerfish') angler = angler - math.floor(0.01 * angler) local manta = gePrice('Blighted manta ray') manta = manta - math.floor(0.01 * angler) local kbwan = gePrice('Blighted karam...")