arkayenro / arkinventory

A World of Warcraft Inventory mod for Retail, Burning Crusade, and Classic
108 stars 14 forks source link

Auto-sell equips the character with junk #1035

Closed Bachsau closed 6 years ago

Bachsau commented 6 years ago

This always happens when you carry a lot of junk with you and turn in a quest for new equipment blueprints at the garrison's shipyard. After the quest is finished, WoW opens a non-working trade window, which triggers ArkInventory to equip the character with junk.

arkayenro commented 6 years ago

trust blizzard to do something weird like that.

ill need to see if theres a way to work of if a merchant window is actually valid or not, i just presumed they all were

arkayenro commented 6 years ago

do you recall if there was a buyback tab for that merchant? i dont have any quests for them so i cant test those particular npcs

Bachsau commented 6 years ago

I think so. It indeed has this buyback box in the bottom right and it is as empty as the rest of the window, even if items for buyback should be available. Will check for tab next time.

Bachsau commented 6 years ago

There actually is a buyback tab. I made screenshots now. The window is completely disfunctional. I think it's missing its backend data and callbacks. wowscrnshot_053018_135935 wowscrnshot_053018_135938

arkayenro commented 6 years ago

if possible can you run the following command when it looks like that

/dump GetMerchantNumItems()

it should return a number for how many items the vendor has and as the game is showing nothing im hoping its nil or 0

arkayenro commented 6 years ago

fixed in 3.08.05 (hopefully)