CAPTCHA Issue or Bug? Incorrect Message?

@Roxx @CS @Support @LostArk @Devs

This is what happened…

  1. Logged into the game, and immediately got a CAPTCHA ImageDisplayWindow…
  2. CAPTCHA Image was displayed with a running countdown timer bar
  3. At 27 seconds left in the countdown timer bar, selected the “Inverted Image” by clicking in the middle of it.
  4. CAPTCHA ImageDisplayWindow closed.
  5. Received a message in the CHAT WINDOW that said…

“Failed to answer correctly 3 times, so the question will be refreshed. Authentication successful.”

ISSUE:
It appears that I successfully clicked the correct image in the CAPTCHA, but the Message in the CHAT, says I failed to answer correctly 3 times, when in fact I only answered 1 time and it immediately closed. But it also says Authentication successful.

  • So, was I successful or was I not successful?
  • I was never given 3 chances, how could I fail 3 times when I clicked 1 time and it closed?
  • Is this message even correctly worded?

IMPORTANT:
Can you make CAPTCHA not show to people over say 75+ Roster Level or 25+ Stronghold?
I doubt most bots have gotten to either of these levels and the CAPTCHA is not good if like people say you are afk while zoning in or there is lag loading the screen etc… please think on this as most BOTS would not be a high roster or stronghold level.

easier said than done

It doesn’t appear to be showing up for everyone. I’ve never seen one yet.

Task failed successfully

I am fine with CAPTCHA as it is. If it helps against bots it doesnt affect me at all

It is easy to code in order to display the message, it has to target your the character, if it is targeting your character, then pointers/references to your character should be available. It would be something like below…but it should not be difficult to do. The same was also mentioned for the 20 item limit on the auction hall…This would be more real player friendly if implemented in some way as below…

if ((Character.Roster && Character.Roster < 75) || (Character.Stronghold && Character.Stronghold < 25)) { DisplayCaptchaWindow(Character); }

What something should be and what it is are two totally different things.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.