ACT.Hojoring icon indicating copy to clipboard operation
ACT.Hojoring copied to clipboard

${victim} produces an NPC name with numbers attached to the front.

Open LokiFM opened this issue 5 years ago • 2 comments

Describe the bug The ${victim} now produces a string like "40008BC8:NPC NAME HERE". It randomly started doing this for me on every ${victim} while before it would only just but the NPC name there and not some weird number cope in front.

Is there a way for me to fix this? Have I accidentally enabled some setting or what is going on?

Screenshots https://imgur.com/a/3jbID7y

Environment

  • ACT.Hojoring Version: 7.1.7
  • FFXIV_ACT_Plugin Version: 2019-07-04 update
  • OS: Windows 10 Pro 64-bit

Additional context It was working fine yesterday morning and now it just seems to not want to produce a victim name without a number string attached to it.

LokiFM avatar Jul 05 '19 05:07 LokiFM

It's something with the FFXIV_ACT_Plugin update that screwed it up. For the time being, you can temp fix it by adjusting triggers with (.+)

For example:

1A:(.+):(?<victim>.+?) gains blah blah blah

It's not ideal if you have a bunch of triggers, but it's better than nothing until the plugin is updated to ignore this, if that's even possible now with how the logs are written.

Sythalin avatar Jul 05 '19 06:07 Sythalin

you could also just use <id8>, ie; 1A:<id8>:(?<victim>.+?) gains the effect of Dia from <mex>

ShannonMasters avatar Jul 30 '19 14:07 ShannonMasters