Skip to content

Commit

Permalink
Scraper can now tell the difference between a vendor recipe and a dro…
Browse files Browse the repository at this point in the history
…p from a named mob

Closes: #2
  • Loading branch information
teelolws committed Apr 23, 2024
1 parent 37155a6 commit 41090d9
Show file tree
Hide file tree
Showing 11 changed files with 205 additions and 538 deletions.
24 changes: 12 additions & 12 deletions Source/db/vanilla/Alchemy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -770,8 +770,8 @@ addon.db.Alchemy = {
reagentQuantities = {3, 1, },
source = sources.Item,
sourceItemID = 13476,
itemSource = sources.Vendors,
itemVendors = {7027},
itemSource = sources.Drop,
itemSourceDropName = 'Blackrock Slayer',
},
[17553] = {
spellID = 17553,
Expand Down Expand Up @@ -1014,8 +1014,8 @@ addon.db.Alchemy = {
reagentQuantities = {1, 1, 1, },
source = sources.Item,
sourceItemID = 13495,
itemSource = sources.Vendors,
itemVendors = {7428},
itemSource = sources.Drop,
itemSourceDropName = 'Frostmaul Giant',
},
[17576] = {
spellID = 17576,
Expand All @@ -1036,8 +1036,8 @@ addon.db.Alchemy = {
reagentQuantities = {1, 1, 1, },
source = sources.Item,
sourceItemID = 13497,
itemSource = sources.Vendors,
itemVendors = {7437},
itemSource = sources.Drop,
itemSourceDropName = 'Cobalt Mageweaver',
},
[17578] = {
spellID = 17578,
Expand Down Expand Up @@ -1122,8 +1122,8 @@ addon.db.Alchemy = {
reagentQuantities = {30, 10, 1, 1, },
source = sources.Item,
sourceItemID = 13519,
itemSource = sources.Vendors,
itemVendors = {10363},
itemSource = sources.Drop,
itemSourceDropName = 'General Drakkisath',
},
[17636] = {
spellID = 17636,
Expand All @@ -1144,8 +1144,8 @@ addon.db.Alchemy = {
reagentQuantities = {30, 10, 1, 1, },
source = sources.Item,
sourceItemID = 13521,
itemSource = sources.Vendors,
itemVendors = {10508},
itemSource = sources.Drop,
itemSourceDropName = 'Ras Frostwhisper',
},
[17638] = {
spellID = 17638,
Expand All @@ -1155,8 +1155,8 @@ addon.db.Alchemy = {
reagentQuantities = {30, 10, 1, 1, },
source = sources.Item,
sourceItemID = 13522,
itemSource = sources.Vendors,
itemVendors = {10339},
itemSource = sources.Drop,
itemSourceDropName = 'Gyth',
},
[24266] = {
spellID = 24266,
Expand Down
60 changes: 30 additions & 30 deletions Source/db/vanilla/Blacksmithing.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1445,8 +1445,8 @@ addon.db.Blacksmithing = {
reagentQuantities = {18, 4, },
source = sources.Item,
sourceItemID = 11610,
itemSource = sources.Vendors,
itemVendors = {9028},
itemSource = sources.Drop,
itemSourceDropName = 'Grizzle',
},
[16646] = {
spellID = 16646,
Expand Down Expand Up @@ -1640,8 +1640,8 @@ addon.db.Blacksmithing = {
reagentQuantities = {20, 8, },
source = sources.Item,
sourceItemID = 11612,
itemSource = sources.Vendors,
itemVendors = {9543},
itemSource = sources.Drop,
itemSourceDropName = 'Ribbly Screwspigot',
},
[16654] = {
spellID = 16654,
Expand Down Expand Up @@ -1853,8 +1853,8 @@ addon.db.Blacksmithing = {
reagentQuantities = {20, 2, 6, },
source = sources.Item,
sourceItemID = 12706,
itemSource = sources.Vendors,
itemVendors = {4366},
itemSource = sources.Drop,
itemSourceDropName = 'Strashaz Serpent Guard',
},
[16665] = {
spellID = 16665,
Expand All @@ -1864,8 +1864,8 @@ addon.db.Blacksmithing = {
reagentQuantities = {20, 2, 10, },
source = sources.Item,
sourceItemID = 12707,
itemSource = sources.Vendors,
itemVendors = {1836},
itemSource = sources.Drop,
itemSourceDropName = 'Scarlet Cavalier',
},
[16724] = {
spellID = 16724,
Expand Down Expand Up @@ -1895,8 +1895,8 @@ addon.db.Blacksmithing = {
reagentQuantities = {30, 2, 2, 1, },
source = sources.Item,
sourceItemID = 12714,
itemSource = sources.Vendors,
itemVendors = {4364},
itemSource = sources.Drop,
itemSourceDropName = 'Strashaz Warrior',
},
[16728] = {
spellID = 16728,
Expand Down Expand Up @@ -1948,8 +1948,8 @@ addon.db.Blacksmithing = {
reagentQuantities = {40, 2, 1, },
source = sources.Item,
sourceItemID = 12719,
itemSource = sources.Vendors,
itemVendors = {1885},
itemSource = sources.Drop,
itemSourceDropName = 'Scarlet Smith',
},
[16741] = {
spellID = 16741,
Expand Down Expand Up @@ -2012,8 +2012,8 @@ addon.db.Blacksmithing = {
reagentQuantities = {50, 15, 4, 6, 10, },
source = sources.Item,
sourceItemID = 12833,
itemSource = sources.Vendors,
itemVendors = {10438},
itemSource = sources.Drop,
itemSourceDropName = 'Maleki the Pallid',
},
[16990] = {
spellID = 16990,
Expand All @@ -2023,8 +2023,8 @@ addon.db.Blacksmithing = {
reagentQuantities = {15, 8, 1, 4, 8, 2, },
source = sources.Item,
sourceItemID = 12834,
itemSource = sources.Vendors,
itemVendors = {10899},
itemSource = sources.Drop,
itemSourceDropName = 'Goraluk Anvilcrack',
},
[16991] = {
spellID = 16991,
Expand All @@ -2034,8 +2034,8 @@ addon.db.Blacksmithing = {
reagentQuantities = {40, 12, 10, 8, 2, 4, },
source = sources.Item,
sourceItemID = 12835,
itemSource = sources.Vendors,
itemVendors = {9736},
itemSource = sources.Drop,
itemSourceDropName = 'Quartermaster Zigris',
},
[16992] = {
spellID = 16992,
Expand All @@ -2045,8 +2045,8 @@ addon.db.Blacksmithing = {
reagentQuantities = {18, 8, 8, 4, 2, 4, },
source = sources.Item,
sourceItemID = 12836,
itemSource = sources.Vendors,
itemVendors = {1844},
itemSource = sources.Drop,
itemSourceDropName = 'Foreman Marcrid',
},
[16993] = {
spellID = 16993,
Expand All @@ -2056,8 +2056,8 @@ addon.db.Blacksmithing = {
reagentQuantities = {20, 8, 8, 6, 4, },
source = sources.Item,
sourceItemID = 12837,
itemSource = sources.Vendors,
itemVendors = {10899},
itemSource = sources.Drop,
itemSourceDropName = 'Goraluk Anvilcrack',
},
[16994] = {
spellID = 16994,
Expand All @@ -2067,8 +2067,8 @@ addon.db.Blacksmithing = {
reagentQuantities = {20, 6, 2, },
source = sources.Item,
sourceItemID = 12838,
itemSource = sources.Vendors,
itemVendors = {9596},
itemSource = sources.Drop,
itemSourceDropName = 'Bannok Grimaxe',
},
[16995] = {
spellID = 16995,
Expand All @@ -2078,8 +2078,8 @@ addon.db.Blacksmithing = {
reagentQuantities = {10, 10, 2, 6, 6, 6, 4, },
source = sources.Item,
sourceItemID = 12839,
itemSource = sources.Vendors,
itemVendors = {10997},
itemSource = sources.Drop,
itemSourceDropName = 'Cannon Master Willey',
},
[20873] = {
spellID = 20873,
Expand Down Expand Up @@ -2362,8 +2362,8 @@ addon.db.Blacksmithing = {
reagentQuantities = {18, 40, 12, 10, 4, },
source = sources.Item,
sourceItemID = 22222,
itemSource = sources.Vendors,
itemVendors = {15263},
itemSource = sources.Drop,
itemSourceDropName = 'The Prophet Skeram',
},
[27588] = {
spellID = 27588,
Expand All @@ -2384,8 +2384,8 @@ addon.db.Blacksmithing = {
reagentQuantities = {8, 24, 8, 1, },
source = sources.Item,
sourceItemID = 22220,
itemSource = sources.Vendors,
itemVendors = {15340},
itemSource = sources.Drop,
itemSourceDropName = 'Moam',
},
[27590] = {
spellID = 27590,
Expand Down
4 changes: 2 additions & 2 deletions Source/db/vanilla/Cooking.lua
Original file line number Diff line number Diff line change
Expand Up @@ -828,8 +828,8 @@ addon.db.Cooking = {
reagentQuantities = {1, 1, },
source = sources.Item,
sourceItemID = 18267,
itemSource = sources.Vendors,
itemVendors = {14354},
itemSource = sources.Drop,
itemSourceDropName = 'Pusillin',
},
[24801] = {
spellID = 24801,
Expand Down
Loading

0 comments on commit 41090d9

Please sign in to comment.