View Single Post
04-26-24, 01:47 AM   #25
Hubb777
A Flamescale Wyrmkin
 
Hubb777's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2024
Posts: 122
Originally Posted by Xrystal View Post
It would depend on the reason for failing.

Are the correct items per vendor set up correctly ?
Did you investigate and see which ones it didn't purchase ?
Did you check to see if there was a miss spell somewhere that meant it couldn't find the item to purchase ?
Did you run out of currency to purchase the item ?

Finding out why it happened will put you in the direction of identifying what needs to be done. It could be as simple as removing a non existent item, correct a spelling mistake or coding a stop or skip when the required currency is no longer availablw.
It’s just that the merchant has only 1 item available for sale (the rest will be blocked and not available)
For example
Lua Code:
  1. ['Head Chef Stacks'] = {['Rations: Scorpid Surprise'] = true, ['Rations: Undermine Clam Chowder'] = true, ['Rations: Westfall Stew'] = true, ['Rations: Dragonbreath Chili'] = true, },
In this example, the merchant has all the items in stock, but can only buy 1.
  Reply With Quote