PunishXIV / YesAlready

Clicks Yes in various dialogues you've specified.
https://puni.sh/plugin/YesAlready
102 stars 34 forks source link

Auto OK after death in Dungeon / Raid #122

Closed baelrayneVessdren closed 2 months ago

baelrayneVessdren commented 2 months ago

Hi.

Dying while YA is active causes the addon to auto-accept the resurrect prompt. At first it did not behave like that. Happened suddenly. No dialog / regex entries to cause behavior. Also nothing under the Bothers section that states to auto accept death confirmation. AutoGimmick is disabled as well.

image

image

image

Maybe one of my settings is wrong? Appreciate the help, otherwise thanks for fixing it in advance.

BR

Jaksuhn commented 2 months ago

You'll have to disable your YesNos one by one and see which it is. There is no bother dedicated to that nor is it a gimmick

baelrayneVessdren commented 2 months ago

Thanks a lot for that information. Will do that and get back here. Might be something so general, that others won't have to walk into it. EDIT: Found it. It is the /Enter .*?/ entry and I assume that it hast to do with the line "You may be unable to re-enter ongoing battles". It should not be the case though. Regex should be case sensitive and identify the /Enter as the beginning of the string.

Jaksuhn commented 2 months ago

identify the /Enter as the beginning of the string.

You can do that with the ^ character to match the beginning or the $ character to match the end. Glad you figured it out though

baelrayneVessdren commented 1 month ago

Thanks for the suggestion and I would probably not have figured it out (or much later) without you. So if I understand you correctly the syntax should look like this /^Enter.*?/ ?