• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->
Resource icon

Utility GearToMake.lua 3.1

Download now:  Join us with Level 2 access or earn your way in with  RedCents.
Other Authors
ChatGPT
Software Requirements
mq2lua, Dannet or EQBCS for ease of use.
Server Type
🏢 Live
This Lua script checks the inventory for specific items and reports their count. Here's a step-by-step breakdown:
  1. The script first loads the mq module, which presumably provides various functions for interacting with the game environment.
  2. 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) to the game client with the count of the item. The message format is passed as an argument to the function.
  3. The script creates a list of items to check, where each item is a table with two elements - the item name and the message format to use if the item is found.
  4. The script then iterates over each item in the list. For each item, it calls the check_and_report_item function with the item name and message format. After checking each item, it waits for 2 seconds before checking the next item. The last item does not have a delay after it.
  5. Finally, the script prints 'Done checking for gear to make' to the console.
In summary, this script reports the quantity of each specified item in the inventory. For each item found, it sends a message with the item count to the game client and waits for 2 seconds before checking the next item. This continues until all items in the list have been checked.

--ChatGPT
Author
burdsjm
First release
Last update
Rating
5.00 star(s) 1 ratings

More resources from burdsjm

Share this resource

Latest updates

  1. 3.1 Forgot Chest items

    Thanks, Hytiek, for pointing out that I was missing the chest items for LS.
  2. Version 3.0 - Update to add group items to it and reduce delays

    Thanks, Goldenfrog, for cleaning up some loops and making it faster.
  3. Update 2.2 Found a missing cloak.

    Missed the LS raid ore cloak.

Latest reviews

Great little tool! helps me know how much of a slacker I am when it comes to making gear!
Back
Top