arkayenro / arkinventory

A World of Warcraft Inventory mod for Retail, Burning Crusade, and Classic
108 stars 14 forks source link

short description of your enhancement request #1755

Open Ahfau77 opened 1 year ago

Ahfau77 commented 1 year ago

Is your feature request related to a problem? Please describe. I would like to have quest-items being updated regarding the "Status Icon / Overlays" immediately when the quest for this item is being accepted.

Describe the solution you'd like Please update the "Staus Icon / Overlays" for a quest-item if the wow-event "QUEST_ACCEPTED" (https://wowpedia.fandom.com/wiki/QUEST_ACCEPTED) is fired for the regarding quest connected with the respective item in the bag .

arkayenro commented 1 year ago

that event is already in there, its just behind a bucket timer.

go into the config > advanced > update timer and look for the quest update one and lower its value if you want a more responsive update.

Ahfau77 commented 1 year ago

Thanks for showing me the spot for the events.

Unfortunately the only event "QUEST_UPDATE" (with timer set to 0.01 and /reload) does not change anything.

If I accept a quest from an item, the yellow "!" stays on the quest-item and if i abandon a quest, the "!" dos not come back. When i re-open the bags, everything is updated...

arkayenro commented 1 year ago

ah, it looks like i changed that around and it wasnt actually refreshing, just leaving it for the next window update.

i've put it back so it should work next release