-
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
current draft for primal storm pets #659
Conversation
Assuming that the logic is correct (haven't tested it ingame), the code would behave as follows:
In other words, you forgot |
gotcha, thanks i believe i do know what you mean, will get back to testing. |
ok after adding return false it does seem to disallow attempts when the aura isnt found. So now i believe all that has to be done is re-adding all the relevant npc ids |
Just FYI: I haven't forgotten about this at all, but I probably won't have time to review/test before the weekend. Thanks, though! |
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.
Not sure if this is now working completely, but here's the (long overdue) review. Sorry!
b8d58b1
to
bad1327
Compare
What's the state of this PR? I've rebased it to resolve the conflicts, but there seems to be at least one error:
Should I spend more time getting this to work or shelve it for now? I only took a brief look, so maybe I missed something. |
these were only removed for ease of testing
roughly 4 elemental npcs spawn with the corresponding elemental storm that dont get the aura but drop the pets.
this might need another rework to fit in player aura checking to track the "Brul" pet
bad1327
to
5ef14d0
Compare
ill have to resub soon and take a look but i believe it was something to do with npcids duplicated? |
No need to resub just for this! But it seemed like the NPC ID was I'll mark this as a draft for now. Hopefully, I'll find some time to review things in detail before too long. |
i was planning to resub soon anyways, sub dropped off over christmas and new years and i havent been back on yet but im sure i will be soon |
After spending more time on the problem, I think there are some flaws with the approach of checking for auras:
So if you don't mind, I'd close this and proceed later with an approach based on Area POIs (using these IDs, see WIP branch here). |
Closing in favor of #720. Thank you for your effort! |
detection for the "Elementally Imbued" buff seems to work but its still giving attempts whether the buff is present or not. For example, add a random npc id that doesn't have the correct buff to the primal storm pets in the database and it will give an attempt.