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
  #1181  
Old 07-13-2007, 02:35 AM
gasfight gasfight is offline
Junior Member
 
Join Date: Jul 2007
Posts: 2
Default Re: Stars Bet Pot AHK ?

thank you very much HighSteaks and OBigO.

works great! very nice [img]/images/graemlins/laugh.gif[/img]
Reply With Quote
  #1182  
Old 07-14-2007, 08:31 AM
HighSteaks HighSteaks is offline
Senior Member
 
Join Date: Aug 2006
Location: Australia
Posts: 658
Default Re: Stars Bet Pot AHK ?

Dave or other smart cookie,

Using this key for SSNL preflop on Party, can 2/3 pot bet and 1/2 pot bet be added to this one key for turn and river?

Thanks.

RButton::
Pot(getid(),"1 1 1 1", "smallblind", "ssnl", 0)
return
Reply With Quote
  #1183  
Old 07-14-2007, 09:03 AM
BigCummins BigCummins is offline
Senior Member
 
Join Date: Nov 2006
Location: Davenport
Posts: 528
Default Re: Stars Bet Pot AHK ?

just edit the "1 1 1 1" to "1 1 .66 .5" i think?
Reply With Quote
  #1184  
Old 07-14-2007, 11:25 AM
HighSteaks HighSteaks is offline
Senior Member
 
Join Date: Aug 2006
Location: Australia
Posts: 658
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
just edit the "1 1 1 1" to "1 1 .66 .5" i think?

[/ QUOTE ]

Yep, worked like a charm, thanks [img]/images/graemlins/wink.gif[/img]
Reply With Quote
  #1185  
Old 07-14-2007, 01:23 PM
BigCummins BigCummins is offline
Senior Member
 
Join Date: Nov 2006
Location: Davenport
Posts: 528
Default Re: Stars Bet Pot AHK ?

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

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

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

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

I'm trying to figure out how to set this part up on my d-pad on an xbox 360 controller. Like have the left/right be the slider bar and up/down can be in bb.

What do i have to put in the "wheeldown::" part to make that dpad left and vise-versa?
Reply With Quote
  #1186  
Old 07-14-2007, 01:35 PM
BigCummins BigCummins is offline
Senior Member
 
Join Date: Nov 2006
Location: Davenport
Posts: 528
Default Re: Stars Bet Pot AHK ?

I went to the control panel to see if i could figure it out and it doesnt have the left/right triggers set up as buttons, but rather up z axis and down z axis.

What would i have to put in to edit any of the keys to the trigger buttons then?

Joy 1-10 are obvious but idk what the AHK "name" is for the triggers and dpad.
Reply With Quote
  #1187  
Old 07-14-2007, 08:20 PM
KungFuManchu KungFuManchu is offline
Senior Member
 
Join Date: Nov 2006
Location: Local Pimp Laureate
Posts: 352
Default Re: Stars Bet Pot AHK ?

Just got Vista, the only thing not working on the betpot script (newest version) is anything having to do with bet pot, 2/3 pot, 1/2 pot, etc etc. Anytime I use those assigned buttons nothing happens on the table...mouse wheel works, as does actions for preselecting fold, call, etc. THis is for stars.

It works fine on my xp comp, any reason you can think of why it might be doing this?

Also I checked to make sure Im on 32bit color, etc. Thanks.
Reply With Quote
  #1188  
Old 07-14-2007, 08:23 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]

Just got Vista, the only thing not working on the betpot script (newest version) is anything having to do with bet pot, 2/3 pot, 1/2 pot, etc etc. Anytime I use those assigned buttons nothing happens on the table...mouse wheel works, as does actions for preselecting fold, call, etc.

[/ QUOTE ]

Please try "disable Desktop Composition" (I think that is the correct working) In pokerstars properties.

I guess you are doing this already as the wheel works OK.

dave.
Reply With Quote
  #1189  
Old 07-14-2007, 08:27 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]

What do i have to put in the "wheeldown::" part to make that dpad left and vise-versa?

[/ QUOTE ]

[ QUOTE ]

Joy 1-10 are obvious but idk what the AHK "name" is for the triggers and dpad.


[/ QUOTE ]

Joy buttons will work off the bat - just change RButton:: or whatever for the correct Joy#:: number, e.g. if you want button 3 to increment up, do:

<font class="small">Code:</font><hr /><pre>
Joy3::
AlterAmount(getid(),"up")
return
</pre><hr />

I would hope the D-Pad shows up as buttons also - it certainly does on my PS3 sixaxis pad - the axis are a little harder to set up, but it can be done - Roland sent me some code to do it but I have not yet got round to trying it, you are the first to post such a request.

If you want axis control in BetPot, I will add it [img]/images/graemlins/smile.gif[/img]

Tell me, is this xbox controller wireless? and good for PC? I may just get one dince the sixaxis can't be used wirelessly in Windows right now.

dave.
Reply With Quote
  #1190  
Old 07-14-2007, 09:14 PM
BigCummins BigCummins is offline
Senior Member
 
Join Date: Nov 2006
Location: Davenport
Posts: 528
Default Re: Stars Bet Pot AHK ?

Ya its wireless, comes with a usb receiver, great controller for $60.


When I say the d pad doesnt show up as buttons, I mean that when you go to control panel and check the controller properties, the dpad controls the POV hat. Then the left/right trigger buttons control Z axis min/max.
So what are the ahk titles for the POV and Z axis?
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 05:38 AM.


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