Diese Seite macht ausgiebigen Gebrauch von JavaScript.
Bitte aktiviert JavaScript in Eurem Browser.
Quest id numbers
Antwort verfassen
Zur Forenübersicht zurückkehren
Beitrag von
berrybayca
is there somewhere all the wow quests are listed by name and number? i am stuck on the good suramaritan quest chain, and cannot figure out what quest i should be doing.
also, is there a macro that i can insert the number into so see if i have completed it?
Beitrag von
Nulgar
Note that Suramar/Nightfallen quests are gated by reputation, so that may be the case why you don't see new quests.
To check whether you have completed a quest ingame, use
/run IsQuestFlaggedCompleted(12345)
where you obviously replace 12345 with the quest ID as visible in the URL on Wowhead.
To see completion status while browsing on Wowhead,
import your character with the Profiler
and "Pin" that character. Once you've done that, quests will display their completion status on quest pages and while hovering links to them (if you're e.g. on a guide page)
However
, you have to "Update" your character to have the Profiler learn about stuff you did since the last update.
Beitrag von
berrybayca
damn...exactly what i needed and within an hour i really REALLY appreciate the help
Beitrag von
Nulgar
Forgot to add that you have to "Update" your character to have the Profiler learn about stuff you did since the last update.
Beitrag von
moondance2
None answered the original question where is quest ID numbers found, uploading to 3rd party web site to have it verify a quest when i prefer to just have the ID number of quests instead, wow head doesn't list the ID numbers on the quest pages bad of them.
Beitrag von
Adamsm
None answered the original question where is quest ID numbers found, uploading to 3rd party web site to have it verify a quest when i prefer to just have the ID number of quests instead, wow head doesn't list the ID numbers on the quest pages bad of them.
Note that Suramar/Nightfallen quests are gated by reputation, so that may be the case why you don't see new quests.
To check whether you have completed a quest ingame, use
/run IsQuestFlaggedCompleted(12345)
where you obviously replace 12345 with the quest ID as visible in the URL on Wowhead.
To see completion status while browsing on Wowhead,
import your character with the Profiler
and "Pin" that character. Once you've done that, quests will display their completion status on quest pages and while hovering links to them (if you're e.g. on a guide page)
However
, you have to "Update" your character to have the Profiler learn about stuff you did since the last update.
Nulgar answered it though....
Beitrag von
jador
I have had this problem repeatedly. I lose my place in a quest chain and can't figure out where to go next. I have had to submit a ticket each time this happens, and sometimes, the GM has to reset the entire quest chain so I can start over from the beginning.
Wowhead does not show the quest ID numbers, and nowhere in the game do they appear.
The Profiler doesn't work for me. I click on Quests, or Achievements and nothing happens. I've even tried right-clicking and opening in a new tab, but it just opens another instance of the menu page.
Does anyone know of a place where you can type in the title of a quest and find the ID number so you can use the IsQuestFlaggedCompleted macro?
Beitrag von
Emmaleah
there is an addon called idTip that will put the qid in your quest log. (not so useful for finding out the next ...unknown...quest... but it does have it's uses)
There is another addon called questschanged that lists all the quests you have completed (while the addon was running). I find these both pretty handy for keeping track of where i am in a quest.
Wowhead does not show the quest ID numbers, and nowhere in the game do they appear
when you type in the name of the quest to search for it. If you then mouseover the name it will show the qid in the status bar on the bottom or your browser. Also if open the quest in wowhead, the url has as part of it "qid=xxxxx" that is the QID that you need for the /run IsQuestFlaggedCompleted(xxxxx) script
Beitrag von
woofpuppy
The ID number appears in the URL for the quest.
Beitrag von
shavasara
Thank you, woof! I think that's what the OP was asking for (and what I was looking for).
Beitrag von
Oghinia
Look at the URL for the quest in wowhead - that is the quest number
Antwort verfassen
Ihr seid nicht angemeldet. Bitte
meldet Euch an
, um eine Antwort einzusenden, oder
registriert Euch
falls Ihr noch nicht über ein Konto verfügt.