smaitch / Grail

World of Warcraft addon to provide a database of quest information.
31 stars 20 forks source link

Deduplicating loot messages #367

Open yoshimo opened 2 weeks ago

yoshimo commented 2 weeks ago
[11:16:55]Looting from Creature-0-5773-1220-2466-115738-00007131C8 locale: deDE name: Teufelsklingenbeschützer
[11:16:55]Looting from Creature-0-5773-1220-2466-115738-00007131C8 locale: deDE name: Teufelsklingenbeschützer

we have lots of creatures that share the same npc id and in this case even the same spawn id. I think it would be easier to read if we only log such events once.

smaitch commented 2 weeks ago

We could do this, but then we would have to make some logic to check what we are looting against and within what time frame (like 0.5 seconds perhaps).