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:Blast Furnace Gold calculator (Created page with "local coins = require('Module:Coins')._amount local lang = mw.getContentLanguage() function fnum(x) if type(x) == 'number' then return lang:formatNum(x) end return x end local p = {} function p.main(frame) local args = frame:getParent().args --get args from calc input local drop = tonumber(args.Drop) --set up basic variables from args local hop = tonumber(args.Hop) local sixty = args.Sixty local dropticks26 = math.ceil(26/drop) local dropticks22 = math.c...")