Questie

Questie

116M Downloads

Bingles' Missing Supplies - wrong item location

maleneff opened this issue ยท 5 comments

commented

Bingles' Missing Supplies quest (https://classic.wowhead.com/quest=2038/bingles-missing-supplies).

Of the four items on the map, only one is displayed (Bingles' Wrench), but it is also displayed in the wrong place (at the place where Bingles' Blastencapper is located)

commented

Did you use the latest Questie v4.0.15?

Our data seems to look alright:

[104564] = {"Bingles's Toolbucket",nil,nil,{[38]={{48.73,30.09},},},38,},
[104569] = {"Bingles's Toolbucket",nil,nil,{[38]={{48.38,20.51},},},38,},
[104574] = {"Bingles's Toolbucket",nil,nil,{[38]={{51.78,24.09},},},38,},
[104575] = {"Bingles's Blastencapper",nil,nil,{[38]={{54.21,26.6},},},38,},
commented

It could be a problem with the logic, im gong to make a gnome and test later

commented

Did you use the latest Questie v4.0.15?

Our data seems to look alright:

[104564] = {"**Bingles's Toolbucket**",nil,nil,{[38]={{48.73,30.09},},},38,},
[104569] = {"**Bingles's Toolbucket**",nil,nil,{[38]={{48.38,20.51},},},38,},
[104574] = {"**Bingles's Toolbucket**",nil,nil,{[38]={{51.78,24.09},},},38,},
[104575] = {"Bingles's Blastencapper",nil,nil,{[38]={{54.21,26.6},},},38,},

Maybe it should look something like this:

[104564] = {"Bingles' Wrench",nil,nil,{[38]={{48.73,30.09},},},38,},
[104569] = {"Bingles' Screwdriver",nil,nil,{[38]={{48.38,20.51},},},38,},
[104574] = {"Bingles' Hammer",nil,nil,{[38]={{51.78,24.09},},},38,},
[104575] = {"Bingles' Blastencapper",nil,nil,{[38]={{54.21,26.6},},},38,},
commented

Hmm, ill make a gnome in a little bit and see if that helps. It's possible that's why they weren't being added

commented

Since "Wrench" and the other stuff are items while the "Toolbuckets" are objects where you get those items ๐Ÿ˜ƒ
So from what I know the data should be alright. But testing should be good, even though it might require some time ๐Ÿ™ˆ