-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
way to hide quests as well? #1
Comments
So it doesn't seem to work at all on the quest I had mentioned in the OP for some reason ("To Tame a Thunderspine"), I even downloaded downloaded the idTip addon to see if there was some magical ID that was different to the one shown on wowhead by chance but mousing over the quest icon it sadly seems to not show an ID at all (there seems to be a couple quests that are like this) I did test on the pvp quest "Sparks of Life: The Waking Shores" (currently one of the pvp quests up for this week) in Valdrakken to make sure things was working correctly and it does hide that quest so I'm not sure exactly what is going on with the quest "To Tame a Thunderspine" edit: So it seems that if a quest icon does not have an ID attached to it, it does not allow the hiding of the icon at all, as I just did a test with another quest that doesn't seem to have an ID on the mouoseover tooltip for the quest and it did not hide that quest icon at all either. "https://www.wowhead.com/quest=76592/a-single-wing" also just a random note: filter quests seem to work (except for what I mentioned above), but for some reason unfiltering quests does not work. Using the "Sparks of Life: The Waking Shores" as an example, after filtering the quest with Interface/AddOns/MapCleaner/MapCleaner.lua:302: attempt to index global 'MAPCLEANER_FILTERED_QuestS' (a nil value)
Count: 64
Call Stack:
[string "=[C]"]: ?
[string "@Interface/AddOns/MapCleaner/MapCleaner.lua"]:302: in function `RemoveFilterForQuest'
[string "@Interface/AddOns/MapCleaner/MapCleaner.lua"]:399: in function `Cli'
[string "@Interface/AddOns/MapCleaner/MapCleaner.lua"]:419: in function `?'
[string "@Interface/FrameXML/ChatFrame.lua"]:5281: in function <Interface/FrameXML/ChatFrame.lua:5227>
[string "=[C]"]: in function `ChatEdit_ParseText'
[string "@Interface/FrameXML/ChatFrame.lua"]:4938: in function `ChatEdit_SendText'
[string "@Interface/FrameXML/ChatFrame.lua"]:4974: in function `ChatEdit_OnEnterPressed'
[string "*ChatFrame.xml:141_OnEnterPressed"]:1: in function <[string "*ChatFrame.xml:141_OnEnterPressed"]:1> |
Fix pushed, that was silly. |
Yep unfiltering quests works perfectly now. now it just seems that some how needs to find a way to hide quests that don't seem to have an ID attached to the quest icon in game.. as I made an edit in my above post:
when I do input the quest ID in though like for example with the "A Single Wing" which does not have an ID in the tooltip and but would be |
Ugh, that's the worst. There are loads of different ways things show up on map. I guess, this is not a quest but something else. Using
you can get a list of all current pins on the world map. Using
you can then remove a kind of pin one by one. Please keep doing so until the quest disappears and tell me what type of pin it was. |
So the quest example I've been using "A Single Wing" seems to be related to the pin |
Storylines were my first assumption, those are (of course) different IDs.. Can you
please, to dump information on those? |
did both of those and both of them just comes up like:
test in both another random note: The quest "To Tame A Thunderspine" is one of those kind of quests, where if you do it on one character it no longer is able to be done on alts, but idk if this is on blizzards part of how these quests just are or what is causing it to stay on the world map as I've never ran into a quest that behaved with the icon like this but the quest icon on at least the world map still ends up showing up on alts. |
My bad, I forgot a "Map" in there.
|
Made myself an alt, got it to Maruuk renown 9, did the intro questline. I have no icon on the map at all. Is there another prerequisite? |
that's what is on wowhead (been so long I couldn't remember if there was or not) |
Well, yes, I did that. I'll see whether it is there tomorrow or some weird thing. |
(You have to do the whole zone on your alt as well till you get the achievement "Initiate's Day Out" part in "Sojourner of Ohn'ahran Plains" on the alt character as well and not just have the achievement done on another character as the main pre-requesit is the "Sneaking In" quest line) but take your time, hopefully you can get things figured out soon enough ^^ |
Just saw the quest requires level 70, so I guess that's the issue. I'm not sure I have the energy for that just to figure this out, I already did the main story line to give it another shot.. If you have an easier to reach alternative one, sure.. Also, as a last ditch effort, try |
So far this is the only quest that I have found that has been like this, I have yet to find any others.
Tried this and there is sadly no info in the framestack that gives me the info to the quest icon. |
Still haven't found any other quests that behaves like the "To Tame a Thunderspine" quest. |
I'm experiencing a similar thing with a quest marker in Maldraxxus. It's part of a storyline, but it's also a weekly quest that reappears every week after you've done the storyline. The other quests in the storyline are not weekly quests. https://www.wowhead.com/quest=57301/callous-concoctions After adding 57301 to filterquest, hovering over the icon on the map no longer shows the ID of it. |
Would love to see this be able to filter out quest icons as well and not just POI and vignette stuff. Mainly asking because there is a quest called "To Tame a Thunderspine" that if done on one character can't be done on an alt but the quest icon will always show up on the map regardless on any alts, and it gets pretty annoying seeing the quest icon for it everytime I am on an alt..
The text was updated successfully, but these errors were encountered: