Rarity

Rarity

17M Downloads

Add Dragonflight 10.2.0 mounts to the database

rdw-software opened this issue ยท 8 comments

commented

Roadmap:

Note: Some of those mounts can also be purchased from a vendor (i.e., they need the corresponding sourceText).

commented

Partially resolved by #679 - although the other mounts would have to be added separately (using the same event handler).

commented

so the rest of these mounts also drop from the cache but can also be purchased?

commented

so the rest of these mounts also drop from the cache but can also be purchased?

According to wowhead data, yeah. I haven't verified this in any way, however. One oddity I've noticed with the other mounts is that the number of seeds is much smaller in those cases, which may indicate they don't drop from all of them? Alternatively, it could just be an issue of low sample size, i.e., wowhead just doesn't have enough data yet because the drop rate is lower.

commented

for these mounts looks like we have to determine if the current dreamseed bloom is from a gigantic dreamseed or instead hopefully the gigantic dreamseed blooms have specific dreamseed caches

commented

#683 new pr 99% resolving this

commented

#683 new pr 99% resolving this

What's the last 1%? If it's related to the GameObject ID, we can probably implement a filtering mechanism based on it?

yeah that but are we sure that the epic seed caches have specific ids?

commented

#683 new pr 99% resolving this

What's the last 1%? If it's related to the GameObject ID, we can probably implement a filtering mechanism based on it?

commented

I'm not sure of anything. We'd have to gather the IDs first and see if that's the case.