Easily get those WoW Item IDs!
Looking for 10, 50, 100, 500+ World of Warcraft item IDs? Tired of going to WoWhead and dragging, copying, pasting somewhere that spits out those IDs so you can import them into... say Tradeskillmaster, or any other WoW addon that uses IDs? Well, if you're tired of clicking through each and every single page and doing the whole copy paste process, then this is for you. Simply go to WoWhead like you would normally, but click the "Copy Item IDs" button to copy all IDs from all pages in your current filter to your clipboard for easy pasting. (Only works for Classic at the moment).
https://classic.wowhead.com/items
Note: Although you can, I don't recommend copying the first general item area. You won't get all the IDs anyways because they only show a portion of the total IDs.
General Disclaimer: This extension does not own or claim to own any data it captures to clipboard.
Latest reviews
- (2020-11-14) Mark Irish: Great plugin! The only thing I noticed is that the copy script appears to be missing the last item on each page. I believe this can be fixed by changing line 52. Current: for (var i = 1; i < rows; i++) { Proposed: for (var i = 1; i <= rows; i++) {