Peddler (Junk seller)

Peddler (Junk seller)

196k Downloads

Issue loading with 11.0

Closed this issue ยท 7 comments

commented

Just started this morning with the new update:

1x Peddler/Options.lua:170: attempt to call global 'InterfaceOptions_AddCategory' (a nil value)
[string "@Peddler/Options.lua"]:170: in main chunk

Locals:
_ = "Peddler"
Peddler =

{
ARMOUR = "Armor"
WEAPON = "Weapon"
WANTED_ITEMS =
{
}
}
frame = Frame {
name = "Peddler"
}
(*temporary) = nil
(*temporary) = Frame {
name = "Peddler"
}
(*temporary) = "attempt to call global 'InterfaceOptions_AddCategory' (a nil value)"

commented

Hi old chap!

I managed to fix that issue, but unfortunately there are other changes to the WoW API which means that I can't seem to get the actual coins part to work...
Think I'm going to need a WoW programmer expert to help out before I can get Peddler working again. :(

commented

Hi old chap!

I managed to fix that issue, but unfortunately there are other changes to the WoW API which means that I can't seem to get the actual coins part to work... Think I'm going to need a WoW programmer expert to help out before I can get Peddler working again. :(

Sounds like not so much fun. Thanks for letting me know!

commented

I've actually got a slight workaround which should hopefully work for most bag addons, but the default Blizzard bags aren't gonna be working for some time. I'll upload a new version to Curse shortly and you can let me know if it works!

commented

Looks like it's working now, you're the best!

commented

Crazy question - is there a way to see a list of all the things I've added to junk list? Or should I just clear them and start over?

commented

Ah, interesting idea...

Unfortunately as of now the only way to actually view the items is to look into the SavedVariables/Peddler.lua file, and then you'll only see item IDs.