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:24, 16 October 2024 Alex talk contribs created page Module:Experience/data (Created page with "local ret = {} local total = 0 ret[1] = 0 for i = 1, 98 do total = math.floor(total + i + 300 * math.pow(2, i / 7)) ret[i + 1] = math.floor(total/4) end return ret")