GW2Raidar / gw2raidar

A log parsing website for Guild Wars 2 combat logs
http://www.gw2raidar.com
GNU General Public License v3.0
20 stars 14 forks source link

Track food and util buffs #287

Open merforga opened 6 years ago

merforga commented 6 years ago

https://www.reddit.com/r/Guildwars2/comments/8c2uam/gw2_elite_insights_a_new_detailed_log_parser_for/dxcaall/

Could potentiallly aid in #192 however we will need to cater for when someone forgets food at start as it seems to be a state change.

immortius commented 6 years ago

Not sure what you are asking for. We cannot track food if it isn't consumed after the encounter starts.

merforga commented 6 years ago

My misunderstanding , park for now. He could implement it as a tracked buff upon entering combat, but it's not available yet.

merforga commented 6 years ago

Ok confirmed with delta, should be in logs from the 24th of April. He just didn't add it to release notes... XD

apr.24.2018: combat api: on combat enter, will generate combat events with is_statechange==18. apr.24.2018: combat api: above buff events will have zero buff duration and buff==CBTS_BUFFINITIAL. apr.24.2018: evtc: as above. does it not work as it should?? i dont really have the means to test it lol (it should fire on logging start too) yea its done in the same loop that i reset stats when logging starts and since i know the reset works, those events should too