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).
- 22:06, 15 October 2024 Alex talk contribs created page Module:CombatStylesDisplay (Created page with "local p = {} local contains = require('Module:Array').contains local paramTest = require('Module:Paramtest') local poisonableWeaponTypes = { 'Spear', 'Stab Sword', 'Thrown' } -- Remove any weapons where args.range isn't equal to smw range function filterByRange(data, range) local filteredData = {} for _, weapon in ipairs(data) do if(range == weapon.range) then table.insert(filteredData, weapon) end end return filteredData end function loadData(weaponType,...")