Author Topic: problem with a trigger: card condition  (Read 4077 times)

Tags:
  • All members
  • Posts: 4
problem with a trigger: card condition
« on: 05 Aug 2012, 19:02 »
Hello,

i want to create a trigger which should place a bet when there is no Ace at the players hand.

In the logging you can see that the trigger doesn't work. Whats going wrong? In my opinion the check should be true!

=============================
Checking:  Player 1 Status in the game is "Stood"
Condition is true. 
Checking: and  Player 2 Status in the game is "Stood"
Condition is true. 
Checking: and  Player 3 Points is between 6 and 13
Condition is true.   
Checking: and not  Player 3 Cards contain values AC,AD,AH,AS
Condition is false.   Selection 'Player 4': Cards is 2S, 6S
Conditions remaining in the block will not be checked.
=============================


Thanks for help!!!
Crafter

  • All members
  • Posts: 905
Re: problem with a trigger: card condition
« Reply #1 on: 05 Aug 2012, 19:32 »
Selections cards do not contain values A

but I have no idea what else you want

Don't know why you complicated it the way you did ;D

  • All members
  • Posts: 4
Re: problem with a trigger: card condition
« Reply #2 on: 06 Aug 2012, 20:07 »
Thanks it works

Could you help me with another trigger?

I want to place a back bet when my lay bet was already matched in this game. I only want to place the back bet when then lay price of the selection has move downwards.

  • All members
  • Posts: 905
Re: problem with a trigger: card condition
« Reply #3 on: 06 Aug 2012, 20:53 »
Back
First Matching Selection
Exactly in Round ?  or No Sooner than Round ?

Conditions:

Any selections matched lay is greater than 0
AND Fitting selections lay price is less than pricernd_x   

x = round where the lay bet was matched

 

Please note, BetFair is seems to be currently OFFLINE