Masuzu / SarasaBot

A GBF bot for automated raid farming with scriptable behaviour
https://gbtools.azurewebsites.net/SarasaBot/en/Home
27 stars 4 forks source link

Sometimes the bot isn't able to click a skill due to the Raid/Combat log blocking the clicks, is there a way to bypass this? #318

Closed Qewar closed 4 years ago

Qewar commented 4 years ago

Talking about this specifically,

Capture

but instead of "X character made a double attack" it's "X boss has gone in overdrive mode" and it happens when using skill/summons

It's a bit annoying on raids that go down quickly as there's 2~3 popups that end up blocking clicks at some point and I don't think there's an option to turn it off

Mewnya commented 4 years ago

Everyone has to live with this. Anything trying to bypass those limitations can be identified depending on how much effort "they" are willing to put. Those are not an issue unless you are referring to phase transtions which can last a long time and prevent you from performing actions. More complex raid scripts on a case by case basis, for instance using enemy_1:GetHpPercentage() to check the boss HP periodically after each action and detect those phase transitions, followed by a Refresh, can be used to cut that wait time. We leave it to the users to exert good judgement in these cases!