quisquous/cactbot

Raidboss Eureka Skoll Howl did not call out

chun1324 opened this issue · 3 comments

Related file

netRegex: { id: '46BD', source: 'Skoll', capture: false },

Description

Based on the record, the netRegex id may not match

Additional information

Origin
netRegex: { id: '46BD', source: 'Skoll', capture: false },

To be
netRegex: { id: '64D9', source: 'Skoll', capture: false },

Do you have a log? This seems incorrect. 0x64D9 in decimal is 25817, and https://xivapi.com/Action/25817?columns=ID,Name says that's not Howl.

Do you have a log? This seems incorrect. 0x64D9 in decimal is 25817, and https://xivapi.com/Action/25817?columns=ID,Name says that's not Howl.

My apologies, it should be 0x36DB
https://xivapi.com/Action/14043?columns=ID,Name
image

Ah, no worries! Thanks for looking it up.