All public logs

From IdleOn MMO Wiki

Combined display of all available logs of IdleOn MMO Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 16:26, 12 April 2024 Kiokurashi talk contribs created page Module:RecipeDetails/data (Created page with "local data = {} -- Query smithing table for the recipe and retrieve the ingeredients local function _buildRecipeTable() local allRecipes = {} -- Query local args = { orderBy = 'AnvilCraft.Item' } local recipes = cargo.query('AnvilCraft', 'Item, Resource1, Quantity1, Resource2, Quantity2, Resource3, Quantity3, Resource4, Quantity4', args ) if #recipes == 0 then return {} end -- if no results, exit with an empty table. for r=1, #recipes do...")