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).
- 01:21, 16 October 2024 Alex talk contribs created page Module:Training manual calculator (Created page with "local p = {} local commas = require('Module:Addcommas')._add local paramTest = require('Module:Paramtest') local scp = require('Module:SCP')._main local xpAtLevel = require('Module:Experience').xp_at_level_unr local levelAtXp = require('Module:Experience').level_at_xp_unr function trainingManualFormula(levelInput) if(levelInput >= 72) then return math.floor((5/4) * levelInput * 25) end return math.floor((5/4) * ((math.pow(levelInput, 2) * (1/4)) + (7 * levelInput...")