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
  #1571  
Old 10-05-2007, 12:11 AM
schumi84 schumi84 is offline
Junior Member
 
Join Date: Oct 2007
Posts: 8
Default Re: iPoker

The wheelUp/Down funktions works.
I would like raise 4xBB+1/limper on Preflop,but if i click the RButton then is the Amount 0.00


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

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

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

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

RButton::
Pot(getid(),"0.75 0.75 0.66 0.66", "smallblind", "ssnl")
return


WheelUp::
AlterAmount(getid(),"up")
return

WheelDown::
AlterAmount(getid(),"down")
return

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

^WheelDown::
AlterAmount(getid(),"down", 1, "sb")
return
Reply With Quote
  #1572  
Old 10-05-2007, 12:39 AM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: iPoker

schumi84,

Site / OS etc please.

As much detail as you can muster [img]/images/graemlins/smile.gif[/img]

Will get it running for you [img]/images/graemlins/smile.gif[/img]

dave.
Reply With Quote
  #1573  
Old 10-05-2007, 09:05 AM
schumi84 schumi84 is offline
Junior Member
 
Join Date: Oct 2007
Posts: 8
Default Re: iPoker

It on Pokerstars and i use XP incl.SP2.
Regional settings is English(USA)
1280x960Pixel - 32 Bit
Reply With Quote
  #1574  
Old 10-05-2007, 09:24 AM
Upgrade_U Upgrade_U is offline
Senior Member
 
Join Date: May 2007
Location: .EE
Posts: 327
Default Re: iPoker

How can I change FT open-raise from 3bxBB to 4xBB ?
Reply With Quote
  #1575  
Old 10-05-2007, 11:05 AM
DeathbySuckout DeathbySuckout is offline
Senior Member
 
Join Date: Mar 2005
Location: Philly
Posts: 888
Default Betpot for Stars

_dave_ maybe you can help with a problem I'm having.

My wheel click is no longer working. Everything else is, just not that. When I first downloaded betpot a while ago, I made a shortcut on my desktop for the file. Worked for a little bit then stopped. Then I read in this thread that shortcut do not always work properly, so I deleted that and started the script right from my AHK folder. That worked for a while, but stopped working the other day, before the new Stars update. Last night I deleted the script completely, downloaded it again and unzipped it to my AHK folder. Still not working. If you can't figure it out, please tell me how to make the right click pot PF like the wheel click does.

I use Windows XP w/SP2, Logitch wireless mouse and latest version of PokerStars.

thanks
Reply With Quote
  #1576  
Old 10-05-2007, 05:24 PM
hogger hogger is offline
Senior Member
 
Join Date: Sep 2004
Posts: 230
Default Re: Betpot for Stars



The script worked great for a few days. Now I have to reload the script every hand.
Any idea why?

Thanks mike
Reply With Quote
  #1577  
Old 10-06-2007, 05:30 AM
GSykes GSykes is offline
Senior Member
 
Join Date: Mar 2007
Location: Blogging
Posts: 3,049
Default Re: Betpot for Stars

What do I need to modify to make the script raise

3.5BB + 1x for every limper

;------------ START OF HOTKEY SETUP SECTION --------------------

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

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

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

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

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


WheelUp::
AlterAmount(getid(),"up")
return

WheelDown::
AlterAmount(getid(),"down")
return

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

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


F13::
Fold(getid())
return

^F14::
Call(getid())
return

F14::
Raise(getid())
return


F15::
AlterAmount(getid(),"up", 0.1, "pot")
return

F16::
AlterAmount(getid(),"down", 0.1, "pot")
return

^F15::
AlterAmount(getid(),"up", 0.05, "pot")
return

^F16::
AlterAmount(getid(),"down", 0.05, "pot")
return

;PS3 SixAxis
/*

Joy11:: ; L1
Fold(getid())
return

Joy12:: ; R1
Fold(getid())
return


Joy5:: ;DPAD up
Pot(getid(),"1", "bigblind", "ssnl", 0)
return

Joy8:: ; DPAD left
Fold(getid())
return

Joy7:: ; DPAD down
Call(getid())
return

Joy6:: ; DPAD right
Raise(getid())
return


Joy15:: ; X
Pot(getid(),"1", "bigblind", "ssnl", 0)
return

Joy16:: ; SQUARE
Pot(getid(),"0.66", "smallblind", "ssnl", 0)
return

Joy14:: ; CIRCLE
Pot(getid(),"0.75", "smallblind", "ssnl", 0)
return

Joy13:: ; TRIANGLE
Pot(getid(),"1.4", "bigblind", "ssnl", 0)
return

*/
;-------------- END OF HOTKEY SETUP SETCTION --------------------
Reply With Quote
  #1578  
Old 10-06-2007, 11:34 AM
staring_elf staring_elf is offline
Senior Member
 
Join Date: Jun 2006
Posts: 212
Default Re: Betpot for Stars

^^^^ bump for the above question ^^^^
Reply With Quote
  #1579  
Old 10-06-2007, 12:29 PM
disco_stu1978 disco_stu1978 is offline
Senior Member
 
Join Date: Nov 2005
Posts: 291
Default Re: Betpot for Stars

I am kinda thinking about the above question as well, but I was also wondering if someone could link me to the post that explains how I get an accurate "pot" sized bet?

what I mean by this is, if the pot is say 100, and my bet pot key is set to .84, I want it to bet 84.....not round it to 75 or 80.......

If the post doesn't exist yet (highly dobt, this thread is HUGE) plz be having some help?
Reply With Quote
  #1580  
Old 10-06-2007, 03:42 PM
demon102 demon102 is offline
Senior Member
 
Join Date: Sep 2006
Location: magically delicious
Posts: 3,275
Default Re: Betpot for Stars

gsykes:



change that 1 to an .85, that is the preflop pot for the middle button
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 06:11 PM.


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