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

Logs
  • 23:59, 16 October 2024 Alex talk contribs created page Module:Ammo cost efficiency (Created page with "-- <nowiki> local p = {} local gep = mw.loadJsonData('Module:GEPrices/data.json') local curr = require('Module:Currency')._amount local yesNo = require('Module:Yesno') function coins(x) return curr(string.format('%.2f', x), 'coins') end function p.main(frame) return p._main(frame.args) end function p._main(args) mw.logObject(args) local UsingBlowpipe = yesNo(args['UsingBlowpipe']) local ScalePrice = gep['Zulrah\'s scales'] local AttackSpeed = args['AttackSpeed']...")