Add tracking for Everlasting Horn of Lavaswimming
rdw-software opened this issue ยท 7 comments
This here: Everlasting Horn of Lavaswimming
Follow-up for #514 - no idea how it should be tracked currently.
i can add this along with some other 10.0 toys that are still missing, if any. Im going to abandon (for now) trying to figure out how to track the event and just add tracking upon killing the mob at the end of the event.
I tried to add all of the toys I could find on wowhead - there shouldn't be any missing unless there's an issue (or I didn't see it) :D
If you do find something, of course feel free to add it! Just a heads-up so you can double-check as I've added lots of items recently.
yeah that was the last one, as you mentioned i believe there are 2 others but they have basically no data on wowhead
Also, for a better detection I think it might be possible to track the event using these:
As far as I can see, there's no handler for this event yet. But it might be worth trying to add one and see if that'll do the trick.
yea previously when i was trying to track it that way it triggered a quest id everytime but its abit out of my depth, i couldnt get it to work
I suppose it would be similar to how Island Expeditions are handled:
- Create a new event listener (function)
- Inside it, add an attempt for the item if it's enabled/not obtained
Does that sound reasonable? Or what did you try that wasn't working?