Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Internet Gambling > Software
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #151  
Old 10-21-2007, 10:42 AM
Hoobee Hoobee is offline
Junior Member
 
Join Date: Feb 2007
Posts: 19
Default Re: Betpot script for Ongame network ? (payment for publishing code)

Well actually it works.

But it works wrong, it simply bets too much.

When I do a rightclick on the mouse it bets like $50000. (I tested it at NL10 btw)
Reply With Quote
  #152  
Old 10-21-2007, 10:46 AM
Xanderz Xanderz is offline
Senior Member
 
Join Date: Oct 2007
Posts: 230
Default Re: Betpot script for Ongame network ? (payment for publishing code)

What should it be betting, and what does it bet?

Also, is the decimal separator a comma or a period for you?

A slight over bet will be caused by the fact that
<font class="small">Code:</font><hr /><pre>bet := Round(Round((pot + call * 2) * fraction / round) * round, 2)</pre><hr />

is wrong.

But that would be just as wrong for play money too.
Reply With Quote
  #153  
Old 10-21-2007, 10:59 AM
Hoobee Hoobee is offline
Junior Member
 
Join Date: Feb 2007
Posts: 19
Default Re: Betpot script for Ongame network ? (payment for publishing code)

Ok I tested it again:

NL10 0.05/0.1:

I open on the button, it should bet $0.35 (pot size bet).

But it bets $2600. (!?)

Decimal seperator is a comma for me.
Reply With Quote
  #154  
Old 10-21-2007, 11:26 AM
Xanderz Xanderz is offline
Senior Member
 
Join Date: Oct 2007
Posts: 230
Default Re: Betpot script for Ongame network ? (payment for publishing code)

ahh, the script assumes . is the decimal separator.

also, the calculation the script does is

bet = (pot + 2 * call) * fraction

when it should be

bet = (pot + call) * fraction + call

but that makes no difference when fraction is 1.

Also, both calculations will fail for a re-reraise...
Reply With Quote
  #155  
Old 10-21-2007, 11:30 AM
Hoobee Hoobee is offline
Junior Member
 
Join Date: Feb 2007
Posts: 19
Default Re: Betpot script for Ongame network ? (payment for publishing code)

Ok.

So what to do?
Reply With Quote
  #156  
Old 11-05-2007, 09:28 AM
betfair650 betfair650 is offline
Junior Member
 
Join Date: Nov 2007
Posts: 3
Default Re: Betpot script for Ongame network ? (payment for publishing code)

so
does it really work or not?

i play tower
Reply With Quote
  #157  
Old 11-06-2007, 04:51 AM
ADK ADK is offline
Senior Member
 
Join Date: Sep 2006
Location: bean flicking
Posts: 1,083
Default Re: Betpot script for Ongame network ? (payment for publishing code)

bump
Reply With Quote
  #158  
Old 11-06-2007, 07:33 AM
Xanderz Xanderz is offline
Senior Member
 
Join Date: Oct 2007
Posts: 230
Default Re: Betpot script for Ongame network ? (payment for publishing code)

You can try using PokerPad for Ongame now. Though it will have the same problems if the comma is the decimal separator for you.

Thread

Download
Reply With Quote
  #159  
Old 11-06-2007, 07:41 PM
ADK ADK is offline
Senior Member
 
Join Date: Sep 2006
Location: bean flicking
Posts: 1,083
Default Re: Betpot script for Ongame network ? (payment for publishing code)

is there a way to fix it?
Reply With Quote
  #160  
Old 11-06-2007, 08:43 PM
Xanderz Xanderz is offline
Senior Member
 
Join Date: Oct 2007
Posts: 230
Default Re: Betpot script for Ongame network ? (payment for publishing code)

The script can be made to handle it, yes.. I'll look into in the future.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:28 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.