just a fair warning this addon will cause your game to freeze upto 10 seconds when talking to quest NPC's even when picking up a quest....i thought this addon was the perfect replacement for something that was in a discontinued addon pack but found out that it painfully slowed down the game with it's small freezes
Are you sure this is caused by VendorReward? I added a quarter second wait to the item being selected because sometimes when the quest frame is opened the item information is not immediately available. However, this wait is nonblocking and completely independent of the rest of the UI. Do you have any other addons that might interact with the quest turn in so I can look into conflicts?
For those still using this addon, you can fix it up for 6.0.2 (WoD) by doing the following:
(1) Open the file VendorReward.lua
(2) On line 10 you see "QuestInfoItem"
(3) Change that to: "QuestInfoRewardsFrameQuestInfoItem"
(4) Save the file, and you're rolling again
Remember to make a backup of the file, and use notepad and not a full-fledged word processor.
just a fair warning this addon will cause your game to freeze upto 10 seconds when talking to quest NPC's even when picking up a quest....i thought this addon was the perfect replacement for something that was in a discontinued addon pack but found out that it painfully slowed down the game with it's small freezes
Are you sure this is caused by VendorReward? I added a quarter second wait to the item being selected because sometimes when the quest frame is opened the item information is not immediately available. However, this wait is nonblocking and completely independent of the rest of the UI. Do you have any other addons that might interact with the quest turn in so I can look into conflicts?
Thank you for updating!
@CMTitan
Thanks, I've fixed this and another WoD bug
For those still using this addon, you can fix it up for 6.0.2 (WoD) by doing the following:
(1) Open the file VendorReward.lua
(2) On line 10 you see "QuestInfoItem"
(3) Change that to: "QuestInfoRewardsFrameQuestInfoItem"
(4) Save the file, and you're rolling again
Remember to make a backup of the file, and use notepad and not a full-fledged word processor.
Would it be possible to put the button back in. I do not really like the auto-highlight. Maybe make it an option?
to be compatible:
search "VendorReward.toc" and change
## Interface: 30300
to
## Interface: 40000
Thanks