Two Plus Two Newer Archives  

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

View Poll Results: poll
< 1K 24 28.57%
1-10K 18 21.43%
10-100K 11 13.10%
100-500K 6 7.14%
500-1000K 3 3.57%
> 1000K 22 26.19%
Voters: 84. You may not vote on this poll

Reply
 
Thread Tools Display Modes
  #1101  
Old 06-22-2007, 08:00 PM
PIMP1111 PIMP1111 is offline
Senior Member
 
Join Date: Sep 2006
Location: Toronto
Posts: 391
Default Re: Stars Bet Pot AHK ?

Hey Dave I got it to work on Stars now and I have 1 question. What do I need to do to keep my raises from being rounded??
Reply With Quote
  #1102  
Old 06-23-2007, 01:38 AM
XxGeneralxX XxGeneralxX is offline
Senior Member
 
Join Date: Nov 2004
Posts: 430
Default Re: Stars Bet Pot AHK ?

nvm about my 2nd problem, i figued it out, i just had to change the fraction to .875 instead of .75 or 1.
Reply With Quote
  #1103  
Old 06-23-2007, 02:35 AM
vixticator vixticator is offline
Senior Member
 
Join Date: Jan 2006
Posts: 3,639
Default Re: Stars Bet Pot AHK ?

Q: Do I put the files in stars folder after d/l? This is probably obvious.
Reply With Quote
  #1104  
Old 06-23-2007, 04:12 AM
rzweig rzweig is offline
Senior Member
 
Join Date: Nov 2005
Posts: 166
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
[ QUOTE ]
Ive just loaded windows onto my new Mac book. Is it possible to run this script on a mac since there isnt a center scroll bar or a right click button?Ill probably just connect an external mouse.

[/ QUOTE ]

Sure you can, you can have this script take actions with just the left hand side of the keyboard if you want, or a gamepad controller, whatever - no spoecial need to use the mouse, that's just the defaults [img]/images/graemlins/smile.gif[/img]

Just edit out MButtton:: or whatever, change it for SPACE:: (for space bar), or whatever you want to do each function.

Post if you have trouble figuring out what to pur for certain keys / buttons.

Can't hesitate to recommend adding a decent USB mouse to your new MacBook, extra buttons / wheels are useful in both Windows and OSX (and AHKs of course).

Good luck,

dave.

[/ QUOTE ]

changed it to this

~SPACE::
Pot(getid(),"1 1 1 1", "smallblind", "ssnl", 0)
return

F18::
Pot(getid(),"1 0.8 0.8 0.8", "smallblind", 0, 0)
return

^space::
Pot(getid(),"1", "smallblind", 0, 0)
return

^!space::
Pot(getid(),"999", 1, 0, 0)
return

~enter::
Pot(getid(),"0.75 0.75 0.66 0.66", "smallblind", "ssnl", 0)
return


but it isnt working

any ideas?

Also how could i set it so Right arrow=.75 pot , down arrow =pot ect.

thanks for your help, ryan
Reply With Quote
  #1105  
Old 06-23-2007, 01:13 PM
halsted halsted is offline
Senior Member
 
Join Date: Aug 2006
Posts: 201
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
[ QUOTE ]
Dave,

Im trying to make Xbutton1 fold on prima. but it doesnt do anything
Is below correct?

~Wheeldown::
AlterAmount(getid(),"up")
return

~Wheelup::
AlterAmount(getid(),"down")
return

^WheelDown::
AlterAmount(getid(),"up", 1, "sb")
return

^Wheelup::
AlterAmount(getid(),"down", 1, "sb")
return


Xbutton1::
Fold(getid())
return

[/ QUOTE ]

Halsted, that code looks fine, and I expect it to work on Party, Stars, FT etc.

Unfortunately I didi not do a Fold() function for Prima, since the buttons seem to move about / use different images on diff skins - it would be fairly easy to add one, but it is possibly dangerous depending upon how your skin behaves. There is no Call() function for Prima either for the same reason, although I think there is a Raise() - since that one can focus the bet-box and send an Enter keypress reliably.

dave.

[/ QUOTE ]

Hey Dave,

I tried to look for the button using AuSpy but couldnt find anything on Eurolinx.com(the prima skin i use)? I mean nothing.

What am i looking for to get that xbutton to fold for me?

Thanks,
Reply With Quote
  #1106  
Old 06-23-2007, 02:19 PM
thejerkface thejerkface is offline
Senior Member
 
Join Date: Mar 2006
Location: I has a pair, I is all-in
Posts: 693
Default Re: Stars Bet Pot AHK ?

Dave,
Is there a way to create a hotkey that will either check or fold? I know it is possible to set-up a single hotkey to fold. However, I think it would be great to have a hotkey that would be a check/fold option. This would mean that it would check if there had been no bet in front, but would fold if there had been a bet already.

Thanks.
Reply With Quote
  #1107  
Old 06-25-2007, 03:52 PM
trixter23 trixter23 is offline
Senior Member
 
Join Date: Nov 2006
Posts: 213
Default Re: Stars Bet Pot AHK ?

bump
Reply With Quote
  #1108  
Old 06-26-2007, 09:12 AM
Schaakie Schaakie is offline
Member
 
Join Date: May 2006
Posts: 61
Default Re: Stars Bet Pot AHK ?

Are the potsized bets on Pokerstars and Partypoker calculated the same way?

I'm pretty sure the script would raise much more on Partypoker than on Pokerstars when I would raise the pot, if someone bet out before me. If I were the first to bet, the bet amounts would be the same.
Reply With Quote
  #1109  
Old 06-26-2007, 09:38 AM
Schaakie Schaakie is offline
Member
 
Join Date: May 2006
Posts: 61
Default Re: Stars Bet Pot AHK ?

This is the similiar problem, which was posted more than half a year ago:

[ QUOTE ]
Dave-
...

However the script is still not calcualting the raise size right. Here is an image. It is just adding what's in the pot to the bet and calling that a pot sized raise when it is really just the size of the current pot. Thanks for the help.



[/ QUOTE ]

At Pokerstars when someone bet out and I want to make a potsized raise, it's just raising to the current size of the pot. Is that how it's supposed to be? At Partypoker it would calculate it different.

Is this the way it's programmed in the script? I'm using v0.2m.
Reply With Quote
  #1110  
Old 06-26-2007, 11:47 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Bet Pot AHK ?

Hi Schaakie,

[ QUOTE ]

At Pokerstars when someone bet out and I want to make a potsized raise, it's just raising to the current size of the pot. Is that how it's supposed to be? At Partypoker it would calculate it different.


[/ QUOTE ]

The script is supposed to raise the same amount (Full pot size) on PokerStars as it does on Party.

The problem you describe is due to your theme - On Stars, the script must OCR the amounts from the call and raise buttons to determine the correct size for a full pot sized raise.


I'm guessing you don't use the exact theme you quoted above, but in case you do - a few posts down from there a BetPot compatible update was posted I think.

The problem is that the theme you quoted is based upon "Shiny" theme, which has diofferent buttons to the supported themes on "Hyper-Simple" or "PokerStars Classic".

Please try a supported theme and see if this solves your problems.

Or post a screenshot of your own theme and the contents of your xthemes.ini file - I'll tell you what to do to make it work correctly [img]/images/graemlins/smile.gif[/img]

dave.
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 03:01 PM.


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