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).
- 00:13, 17 October 2024 Alex talk contribs created page Module:Swimming calculator (Created page with "local p = {} local levelAtXp = require('Module:Experience').level_at_xp_unr local xpAtLevel = require('Module:Experience').xp_at_level_unr function p.main(frame) local args = frame:getParent().args thievingXP = tonumber(args.thievingXP) thievingLvl = tonumber(args.thievingLvl) thievingType = args.thievingType agilityXP = tonumber(args.agilityXP) agilityLvl =tonumber(args.agilityLvl) agilityType = args.agilityType tearsHr = tonumber(args.Tears) goalTog...")