-
Notifications
You must be signed in to change notification settings - Fork 35
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
Add Everlasting Horn of Lavaswimming (toy) to the database #599
Conversation
been a few months since i've contributed on here so let me know if im missing anything, thanks |
Thanks! There's probably a better way to track this that also works if you don't actually loot the boss. The comments on wowhead say that the item can be obtained by just AFKing, which to me indicates that it's probably tied to the scenario itself. We can still use this and improve the detection later, though, if anyone wants to check the event ingame (using |
yes i would say also tracking the container is better than the boss because then you still get an attempt from afking the event but i had just copy pasted the ids from an import string haha |
Did you still want to implement the scenario detection I outlined in #514, or should I just push my version? If you want to take a look, here's what I did: wip-pr-599 (Ideally, use only for cross-referencing) |
yeah i could take a look and ive been trying to but i think the event only happens ever 2 hours or so and i keep missing it due to having other stuff to do. |
No problem, completely up to you. Just let me know when/if we can merge this (or my version, whichever you prefer). |
is line 60 relevant for debugging or the tracking altogether? |
What line is that? If it's |
ok yes so i think thats where mine went wrong, i seen "self:RegisterEvent("QUEST_TURNED_IN", "OnQuestTurnedIn")" and used that but i think it should've still worked so im not sure |
ok nvm the onquestturnedin function does work, i must have done something else wrong last time i tried it |
whichever one you think works better, they probably are pretty much the same though, from my understanding |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to modify the existing OnQuestTurnedIn
handler if you want to use that event :)
e209224
to
e5923ff
Compare
Merging with some cosmetic changes (streamlined commit history and removed an outdated comment). Thanks! |
adding Everlasting Horn of Lavaswimming toy. Too get a more accurate tracking on this toy you would have to track the event completion but for now its tracked by killing the mob "Inferna the Bound" at the end of the event "Siege on Dragonbane Keep".