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).
- 11:23, 17 October 2024 Alex talk contribs created page Module:Spell cost table (Created page with "-- <pre> local p = {} local gep = require('Module:Exchange')._price local coins = require('Module:Coins')._amount local combo_runes = { ['mist rune'] = { ['air rune'] = true, ['water rune'] = true }, ['dust rune'] = { ['air rune'] = true, ['earth rune'] = true }, ['mud rune'] = { ['water rune'] = true, ['earth rune'] = true }, ['smoke rune'] = { ['air rune'] = true, ['fire rune'] = true }, ['steam rune'] = { ['water rune'] = true, ['fire rune'] = true }, ['lava...")