COMBAT_LOG_EVENT_UNFILTERED not available

Post Reply
Leohn
Posts: 2

COMBAT_LOG_EVENT_UNFILTERED not available

Post by Leohn » Sun May 05, 2024 12:22 pm

it seems COMBAT_LOG_EVENT_UNFILTERED is not available in turtle wow
i register this event and nothing could ever trigger while other events like CHAT_MSG_SPELL_SELF_BUFF is function
maybe we have some totally different events? where could i find them?
as long as wowpedia is not so good
tks a lot

Balake
Posts: 735

Re: COMBAT_LOG_EVENT_UNFILTERED not available

Post by Balake » Sun May 05, 2024 2:54 pm

https://turtle-wow.fandom.com/wiki/Addons
scroll down and you'll find guides

Leohn
Posts: 2

Re: COMBAT_LOG_EVENT_UNFILTERED not available

Post by Leohn » Sun May 05, 2024 6:04 pm

Balake wrote:
Sun May 05, 2024 2:54 pm
https://turtle-wow.fandom.com/wiki/Addons
scroll down and you'll find guides
i`ve searched the https://github.com/shagu/wow-vanilla-ap ... /events.md
but still cannot find anything like the Combatlog
say, i wanna get the info of raid member using some potion
what event can i use? thks

Ninefive2seven
Posts: 1

Re: COMBAT_LOG_EVENT_UNFILTERED not available

Post by Ninefive2seven » Sun May 12, 2024 12:55 pm

Maybe you can try this event:"CHAT_MSG_SPELL_FRIENDLYPLAYER_BUFF"
There's no COMBAT_LOG_EVENT_UNFILTERED,we might need to identify the corresponding combat log event and register it.

Post Reply