burdsjm submitted a new resource:
GearToMake.lua - Trying keep up and find out what gear I need to make
Read more about this resource...
GearToMake.lua - Trying keep up and find out what gear I need to make
This Lua script checks the inventory for specific items and reports their count. Here's a step-by-step breakdown:
- The script first loads the mq module, which presumably provides various functions for interacting with the game environment.
- The script defines a helper function check_and_report_item. This function takes an item name and a message format as parameters. It finds the count of the item in the inventory and if the count is more than 0, it sends a message (via mq.cmdf)...
Read more about this resource...


