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).
- 14:35, 16 October 2024 Alex talk contribs created page Module:Tombs of Amascut loot (Created page with "local gePrice = require('Module:Exchange')._price local coins = require('Module:Less Stupid Coins')._amount local tables = require('Module:Tables') local lang = mw.language.getContentLanguage() local p = {} local PATH_INVOCATIONS = {None = 0, Pathseeker = 1, Pathfinder = 2, Pathmaster = 3} local NORMAL_LOOT = { {item = "Coins", divisor = 1}, {item = "Death rune", divisor = 20}, {item = "Soul rune", divisor = 40}, {item = "Gold ore", divisor = 90}, {item = "Dragon...")