Shredding Machines XT:4 path on map is incorrect
Jakobud opened this issue ยท 2 comments
Description
For this quest:
https://tbc.wowhead.com/quest=1068/shredding-machines
You have to kill 2 NPCs. Both XT:9 and XT:4. Both of them Questie draws a path on the world map to show where they walk around. This one: https://tbc.wowhead.com/npc=4073/xt-4 has an incorrect path drawn:
Wowhead link
https://tbc.wowhead.com/npc=4073/xt-4
You can see on Wowhead the area is much larger as well.
Screenshots
You can see in this screenshot the path on the map that Questie draws and you can see where I see the NPC walking. You can tell that he walks in a much larger area than what Questie draws.
Questie version
Latest
Okay I spent some time following the XT:4 npc around and recorded his path properly. He actually doesn't walk in any sort of circle. He starts in one spot, follows a long winding path to another spot, turns around and follows the exact same path back to the beginning. Just goes back and forth all day.
I also determined his proper spawn point.
I have all the coordinates now for where we walks. The question is, where do I update this for a PR? I see the following files:
classicNpcDB.lua
tbcNpcDB.lua
I found the NPC listed in those files and what appears to be a series of coordinates as well which I assume is the defined path that shows up on the map. I tried changing these to my new updated coordinates but it didn't change in game.
I also see the corrections folder. Is it supposed to go in there somewhere instead?
If you can point me in the right direction I can make a PR to fix this.