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).
- 00:12, 17 October 2024 Alex talk contribs created page Module:Farming yield calculator (Created page with "local ssc = require('Module:Skilling success chart') local yesno = require('Module:Yesno') local p = {} local compostLives = { None = 3, Compost = 4, Supercompost = 5, Ultracompost = 6 } local diary = { ['None'] = 0, ['Kandarin - Medium (5%)'] = 10, ['Kandarin - Hard (10%)'] = 17, ['Kandarin - Elite (15%)'] = 25, ['Kourend and Kebos - Hard (5%)'] = 10 } function p.main(frame) local args = frame.args local name = args.name local pic = args.pic or (name ....")