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:Tempoross experience calculator (Created page with "local p = {} local paramTest = require('Module:Paramtest') local scp = require('Module:SCP')._main function p._main(args) local fishingLevel = paramTest.default_to(tonumber(args.fishingLevel), 35) local base_xp = 450 local base_level = 35 if (fishingLevel > 69) then base_xp = 890 base_level = 70 end local modifier, _ = math.modf(base_xp + (1000 - base_xp) * (fishingLevel - base_level) / (99 - base_level)) local fishingExperience, fishingExperienceDec =...")