fix: Add full Tanaris spawn data for Sandstone Giants NPCs 5467 and 5470
- NPC 5467 (Deep Dweller): Replace single spawn point with 28 locations scraped from Wowhead covering the eastern Tanaris coast area - NPC 5470 (Raging Dune Smasher): Was nil in all databases, added 23 spawn locations in the Abyssal Sands (southwest Tanaris) - Fixes added to both classicNPCFixes.lua and tbcNPCFixes.lua - Quest 50006 (Sandstone Giants) killCreditObjective already updated in previous commit to include all 4 giant NPCs (5466, 5467, 5469, 5470) All four giant types now have correct spawn data for minimap pin display.
This commit is contained in:
@@ -56,6 +56,14 @@ function QuestieTBCNpcFixes:Load()
|
||||
[5082] = {
|
||||
[npcKeys.spawns] = { [zoneIDs.WETLANDS] = { { 8.4, 61.8 } } }, -- New position in TBC
|
||||
},
|
||||
-- Sandstone Giants quest (50006): Deep Dweller - augmented spawn data from Wowhead
|
||||
[5467] = {
|
||||
[npcKeys.spawns] = { [zoneIDs.TANARIS] = { { 64, 63.2 }, { 64.2, 67.2 }, { 64.2, 68.6 }, { 64.2, 70.2 }, { 64.2, 71.4 }, { 64.4, 68.2 }, { 64.6, 68.4 }, { 64.8, 69 }, { 65, 65.4 }, { 65.4, 67.2 }, { 66.6, 62 }, { 67.2, 65.4 }, { 67.4, 63.6 }, { 68.4, 59.2 }, { 68.4, 64 }, { 68.6, 59.2 }, { 68.6, 59.8 }, { 68.6, 64.2 }, { 69.8, 60 }, { 71.2, 60.4 }, { 71.4, 58.2 }, { 71.4, 60.8 }, { 72.2, 57 }, { 72.4, 56 }, { 72.4, 59.6 }, { 72.6, 56.8 }, { 72.6, 59.2 }, { 73.6, 57.8 } } },
|
||||
},
|
||||
-- Sandstone Giants quest (50006): Raging Dune Smasher - spawns were nil, added from Wowhead
|
||||
[5470] = {
|
||||
[npcKeys.spawns] = { [zoneIDs.TANARIS] = { { 32.4, 75.6 }, { 34.6, 77.8 }, { 36.2, 77.4 }, { 36.2, 78.4 }, { 36.2, 78.6 }, { 36.4, 76.4 }, { 36.4, 80.4 }, { 36.4, 80.8 }, { 36.8, 76 }, { 36.8, 79 }, { 37, 78 }, { 37.2, 76.6 }, { 37.2, 81.4 }, { 37.4, 79.6 }, { 37.4, 81.6 }, { 37.6, 76.8 }, { 37.6, 78 }, { 37.6, 78.6 }, { 37.6, 80.4 }, { 37.6, 81.4 }, { 37.6, 81.6 }, { 38.8, 80.4 }, { 39.4, 79 } } },
|
||||
},
|
||||
[5676] = {
|
||||
[npcKeys.zoneID] = zoneIDs.ORGRIMMAR,
|
||||
[npcKeys.spawns] = {
|
||||
|
||||
Reference in New Issue
Block a user