The description provided by ChatGPT.
This Lua script, "buy_tear.Lua" by burdsjm, is designed to automatically buy Tear Fragments, specifically "Fragment of Legendary Alaran History," from the Overseer Dude NPC in EverQuest when you have enough Overseer Tetradrachms.
The script starts by loading the required 'mq' module, defining necessary variables and some helper functions. It checks if the player has the necessary currency, and if not, it stops the script. The main loop does the following:
This Lua script, "buy_tear.Lua" by burdsjm, is designed to automatically buy Tear Fragments, specifically "Fragment of Legendary Alaran History," from the Overseer Dude NPC in EverQuest when you have enough Overseer Tetradrachms.
The script starts by loading the required 'mq' module, defining necessary variables and some helper functions. It checks if the player has the necessary currency, and if not, it stops the script. The main loop does the following:
- Checks if the player needs to buy Tear Fragments.
- Ensures the player is in the correct zone (Plane of Knowledge).
- Navigates to the NPC "a mysterious presence" if the player is not nearby.
- Targets the NPC and opens the merchant window.
- Buys the "Fragment of Legendary Alaran History" if the player has more than 10,000 Overseer Tetradrachms.
- Uses the purchased fragment and moves it to the player's inventory.