Equipped items show in wrong quality
AlterMannomann opened this issue ยท 4 comments
e.g. Item ID 192013 shows with quality 350 green in the extended search (equipped), but equipped ist 382 lila. Found no way to scan this correctly. resetdb didn't help either. Would be great if this could be fixed. Btw. very smooth and nice addon, thanks for that.
Minor issue with /bgs commands. They are localized, which means /bgs berufe opens the professions window correctly in german edition. /bgs professions opens the search window with search text professions in german edition. Took me some time to find it out. Probably a good point in documentation
๐ Thanks for putting in a ticket btw. These sort of things really help me look through the code and analyze if there is anything wrong. I will review the documentation and localization though to see if it can be a bit clearer for the future!
That's because the itemID is actually 192013. The 389 is a BonusID applied to the parent ItemID to make it 382 or 389. What that means is the root base itemID is the one being stored in BagSync and being parsed. BagSync DOES store BonusID when it comes across it, but it doesn't display it if you have the 'unique items' option enable. If you do it will treat all items by it's root or parent ItemID and ignore the bonusID's.
Minor issue with /bgs commands. They are localized, which means /bgs berufe opens the professions window correctly in german edition. /bgs professions opens the search window with search text professions in german edition. Took me some time to find it out. Probably a good point in documentation
That's because any other command after /bgs that isn't a built in localized one goes to the search window. It's for fast searches like /bgs ghost iron
To get a list of commands just type /bgs or /bgs help