Jump to content
MakeWebGames

GL2 Blackjack bug


Tom V

Recommended Posts

  • 3 weeks later...
On 8/7/2020 at 6:40 PM, Magictallguy said:

That's not a bug.
Dealer shows the higher-value hand as achieved blackjack in less cards. In some casinos, a 5-card trick can override this.

I can't find the line in blackjack.inc where this rule is applied.  In this example, the player has fewer cards, yet the outcome is a draw.  

blackjack2.png

Link to comment
Share on other sites

3 minutes ago, Tom V said:

I can't find the line in blackjack.inc where this rule is applied.  In this example, the player has fewer cards, yet the outcome is a draw.  

blackjack2.png

This is also not a bug. In most casinos that support the 5-card trick, the dealer can't benefit from it.

I have little-to-no experience with GL, so I can't direct you to the exact line. I theorise that it may simply be the order of processing - if the dealer's hand is checked before the player's hand, for example

Link to comment
Share on other sites

So 21 with 2 cards trumps all, if the dealer and player has "Blackjack" it's a tie and money is returned.

There is no 5 card trick as most casinos does not apply this rule.

The dealer will continue to draw until they have a score of 17 or greater.

The dealer will continue to draw to try and beat your score i.e. if you stand on 19 and they have 18 they will hit trying to get a 1, 2 or 3

After all of this closest to 21 wins (A can be 1 or 11)

  • Like 2
Link to comment
Share on other sites

1 hour ago, Dayo said:

So 21 with 2 cards trumps all, if the dealer and player has "Blackjack" it's a tie and money is returned.

There is no 5 card trick as most casinos does not apply this rule.

The dealer will continue to draw until they have a score of 17 or greater.

The dealer will continue to draw to try and beat your score i.e. if you stand on 19 and they have 18 they will hit trying to get a 1, 2 or 3

After all of this closest to 21 wins (A can be 1 or 11)

Thanks for the clarification.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...