Search results

From Melvor Idle
  • getSkillID(skillName) for i, skillData in ipairs(GameData.rawData.skillData) do if skillData.data.name == skillName then return skillData.skillID end end end
    10 KB (1,250 words) - 20:05, 1 April 2024
  • local p = {} local ShopData = mw.loadData('Module:Shop/data') local ConstantData = mw.loadData('Module:Constants/data') -- Data instead of Module:CombatAreas
    28 KB (3,556 words) - 01:04, 4 March 2022
  • replace(function(o) {}); Lastly, run the following to collect the data: game.testForOffline(1000) Enter all the data gathered in the Template:MoneyMakingGuide template
    4 KB (359 words) - 13:00, 7 April 2024
  • ) local p = {} local SkillData = mw.loadData('Module:FalterTest/Skills/data') local ShopData = mw.loadData('Module:Shop/data') local Shared = require('Module:Shared')
    13 KB (1,682 words) - 22:55, 29 September 2021
  • with user added descriptions, and detects if the underlying data has changed. If the data has not changed or if the page does not contain any user made
    4 KB (572 words) - 09:41, 31 December 2021
  • file local p = {} local SkillData = mw.loadData('Module:Sandbox/Skills/data') local ShopData = mw.loadData('Module:Shop/data') local Constants = requir
    33 KB (4,641 words) - 11:19, 5 March 2022
  • accidental save data loss when loading these saves without the expansions installed. If you still wish to load these saves at risk of data loss, you may
    28 KB (3,793 words) - 21:02, 4 March 2023
  • internal game data is flawed, or there has been a recent hotfix (hidden update without a version number change) to the game code and the Lua data modules need
    11 KB (1,019 words) - 08:44, 9 May 2024
  • ingredient for Summoning Tablet creation, and can be obtained only from the Shop at a cost of GP. All Summoning Tablets use a variety of Shards in their creation
    23 KB (3,230 words) - 11:27, 4 June 2023
  • finally arrived. The Raid Shop is now active. You can purchase upgrades, Items and Pets in this shop. All Items and Pets in the Raid Shop do not count towards
    1 KB (39,394 words) - 20:09, 15 April 2024
  • item. Show Shop Purchase Confirmations - Default: Enabled If enabled, you will see a confirmation when you attempt to buy an item from the shop. Show Item
    14 KB (1,927 words) - 16:34, 15 April 2024
  • == true else return true end end local data = {} -- Gather value data about SC Shop Items for _, v in pairs(getSellablePurchases(func))
    5 KB (611 words) - 19:37, 6 May 2024
  • successful, the game data should appear within the console Copy the game data & update Module:GameData/data and Module:GameData/data2 accordingly
    50 KB (179 words) - 23:09, 3 October 2023
  • -- Generates description template data. See: shop.js, getDescriptionTemplateData() function p._getPurchaseTemplateData(purchase) -- qty is a static value
    42 KB (4,986 words) - 16:09, 6 May 2024
  • --Handle shop purchases using Module:Shop local shopUses = Shop.getItemCostArray(item.id) for i, purchase in ipairs(shopUses) do local rowReq = Shop.get
    23 KB (3,072 words) - 01:22, 4 March 2022
  • -- Generates description template data. See: shop.js, getDescriptionTemplateData() function p._getPurchaseTemplateData(purchase) -- qty is a static value
    36 KB (4,215 words) - 17:12, 1 November 2022
  • needed to make shop purchases local shopArray = Shop.getItemCostArray(item.id) if not Shared.tableIsEmpty(shopArray) then addUse('Shop') end -- Township
    26 KB (3,346 words) - 00:06, 10 April 2024
  • local MonsterData = mw.loadData('Module:Monsters/data') local ItemData = mw.loadData('Module:Items/data') local SkillData = mw.loadData('Module:AuronTest/data')
    26 KB (3,597 words) - 23:28, 2 February 2022
  • '[[Golbin Raid|Golbin Raid Shop]]', useIcon = false }, ['Preston the Platypus'] = { text = '[[Golbin Raid|Golbin Raid Shop]]', useIcon = false }, ['Ty']
    8 KB (1,092 words) - 20:41, 15 January 2023
  • end) for i, data in ipairs(dropRows) do table.insert(resultPart, buildRow(data.source, data.type, data.minqty, data.qty, data.weight, data.totalWeight
    42 KB (5,511 words) - 14:45, 22 November 2022
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)