All public logs

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).

Logs
  • 00:00, 17 October 2024 Alex talk contribs created page Module:Barrows item repair calculator (Created page with "local p = {} local coins = require('Module:Coins')._amount local itemCost = { {'Helmet', 60000}, {'Body', 90000}, {'Legs', 80000}, {'Weapon', 100000}, } function p.buildTable(npcCost, smithingCost) local ret = mw.html.create('table'):addClass('wikitable align-center-1'):done() ret:tag('tr'):tag('th'):wikitext( '<small>Cost to repair<br/>Barrows equipment</small>'):done() :tag('th'):wikitext('NPC'):done() :tag('th'):wikitext('Player-owned house<br/...")