4,951
edits
Falterfire (talk | contribs) (Added Agility to list of Rhaelyx sources) |
Falterfire (talk | contribs) (Malcs fixed a typo so I had to also fix one) |
||
Line 108: | Line 108: | ||
table.insert(tables, p.buildCreationTable(skill, lvl, xp, req, qty, time, maxTime)) | table.insert(tables, p.buildCreationTable(skill, lvl, xp, req, qty, time, maxTime)) | ||
end | end | ||
if item.type == " | if item.type == "Harvest" or item.type == "Herb" or item.type == "Logs" then | ||
-- | --Harvest/Herb means farming | ||
--Logs might mean farming or might not. Depends on the logs | --Logs might mean farming or might not. Depends on the logs | ||
for i, item2 in pairs(ItemData.Items) do | for i, item2 in pairs(ItemData.Items) do | ||
if item2.grownItemID == item.id then | if item2.grownItemID == item.id then |