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
  #121  
Old 07-12-2006, 02:13 PM
starvs starvs is offline
Senior Member
 
Join Date: Oct 2004
Location: Thanking Jesus for rakeback
Posts: 837
Default Re: NL Software/AHK request (+ reward)

Dave, I am having the same issue as rob2. My middle mouse and right click both do not work with the changes you made
Reply With Quote
  #122  
Old 07-13-2006, 09:42 PM
Unarmed Unarmed is offline
Senior Member
 
Join Date: Feb 2004
Location: Shipitholla Mansion
Posts: 2,205
Default Re: NL Software/AHK request (+ reward)

[ QUOTE ]
[ QUOTE ]
edit: nm i got it to work, but now it is betting 3 dollars too much on standard opening raises. I was using version one. I play 3/6 NL like to open raise to 21 so thats the pot now it opens to 24...

[/ QUOTE ]
To fix this, I believe you need to edit the line:

openraise_adjust = 1

to:

openraise_adjust = 0

Not 100% sure though. Dave why is this line just '=' instead of ':='?

[/ QUOTE ]

Can anyone confirm this works? I'm getting 16 as my opening raise at 2/4, should be 14...

Thx
Reply With Quote
  #123  
Old 07-13-2006, 09:47 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: NL Software/AHK request (+ reward)

[ QUOTE ]
[ QUOTE ]
[ QUOTE ]
edit: nm i got it to work, but now it is betting 3 dollars too much on standard opening raises. I was using version one. I play 3/6 NL like to open raise to 21 so thats the pot now it opens to 24...

[/ QUOTE ]
To fix this, I believe you need to edit the line:

openraise_adjust = 1

to:

openraise_adjust = 0

Not 100% sure though. Dave why is this line just '=' instead of ':='?

[/ QUOTE ]

Can anyone confirm this works? I'm getting 16 as my opening raise at 2/4, should be 14...

Thx

[/ QUOTE ]

Prolly should be := instead of just =

It is in my latest (test) version anyway [img]/images/graemlins/smile.gif[/img]

setting "openraise_adjust := 0" should result in a 3.5BB + 1 / limper pot sized openraise.

setting "openraise_adjust := 1" should result in an SSNL standard 4BB + 1 / limper openraise.

New version to be posted witin 24hrs I hope... I have an overcards.com wiki page sorted out now for ease of future updates [img]/images/graemlins/smile.gif[/img]

dave.
Reply With Quote
  #124  
Old 07-13-2006, 09:48 PM
Unarmed Unarmed is offline
Senior Member
 
Join Date: Feb 2004
Location: Shipitholla Mansion
Posts: 2,205
Default Re: NL Software/AHK request (+ reward)

Great. Thx for everything Dave.
Reply With Quote
  #125  
Old 07-17-2006, 02:35 AM
starvs starvs is offline
Senior Member
 
Join Date: Oct 2004
Location: Thanking Jesus for rakeback
Posts: 837
Default Re: NL Software/AHK request (+ reward)

for refrence here is a link to the wiki (dont think its in here yet, maybe I missed it)

I think there is an updated version on there.

http://www.overcards.com/wiki/moin.cgi/PartyBetPot
Reply With Quote
  #126  
Old 07-17-2006, 07:17 PM
poker_n00b poker_n00b is offline
Senior Member
 
Join Date: Nov 2005
Posts: 1,669
Default Re: NL Software/AHK request (+ reward)

when i copy paste the latest version (0.3) from here or from overcards, i get an error on line 157, something with 4 arguments and stringmid.

can anyone post it in copy paste format? (in code tags)
Reply With Quote
  #127  
Old 07-17-2006, 07:36 PM
poker_n00b poker_n00b is offline
Senior Member
 
Join Date: Nov 2005
Posts: 1,669
Default Re: NL Software/AHK request (+ reward)

btw, i used version one script. i turned player chat off. but i couldnt adjust the size of the bet with scrollwheels. nothing happened. then if i clicked on the slider, some amount appeared in the little text window and now i could use the scroll wheels. Do i have to click each time on the slider before adjusting the bet size with mouse scroll wheels?
Reply With Quote
  #128  
Old 07-17-2006, 08:10 PM
Josh. Josh. is offline
Senior Member
 
Join Date: Feb 2004
Posts: 20,208
Default Re: NL Software/AHK request (+ reward)

i replaced the buttons with key strokes and now everything's working beautifully

small problem, might not even be worth fixing unless you're really bored one day, but postflop the bet pot function overshoots the pot by a bit. actually now that i think of it, i think it's adding the rake instead of subtracting. i'll try that
Reply With Quote
  #129  
Old 07-17-2006, 08:37 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: NL Software/AHK request (+ reward)

Hi poker_n00b,

[ QUOTE ]
when i copy paste the latest version (0.3) from here or from overcards, i get an error on line 157, something with 4 arguments and stringmid.

can anyone post it in copy paste format? (in code tags)

[/ QUOTE ]

If you are getting the "stringmid requires at least 4 arguments" error, you need to update to a more recent version of AutoHotkey.

Good luck,

dave.
Reply With Quote
  #130  
Old 07-17-2006, 08:48 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: NL Software/AHK request (+ reward)

[ QUOTE ]
for refrence here is a link to the wiki (dont think its in here yet, maybe I missed it)

I think there is an updated version on there.

http://www.overcards.com/wiki/moin.cgi/PartyBetPot

[/ QUOTE ]

Thanks for posting the link, Starvs [img]/images/graemlins/smile.gif[/img]

You didn't miss it, I just hadn't got around to bumping this thread just yet...

Version 0.4
Available from overcards.com wiki [img]/images/graemlins/heart.gif[/img]

Changes:

** Added a global option for use of active window / window under mouse, to save typing in the hotkey definitions

** Made all options parameters to the Pot() function, so that in addition to fraction-of-pot, now also rounding amount, auto-bet option, deduct rake option and openraise adjustments are now all able to be specified on a per-hotkey basis [img]/images/graemlins/smile.gif[/img]

** Integrated Dazarath's fine suggestion to allow rounding to the SB or BB - specify "smallblind" or "bigblind" in the round_bet parameter to do this.

** Integrated TJD's fine suggestion to fix the amount of fractional pot bets when there is a bet before your action.

** Probably some other misc fixes, can't think of them now [img]/images/graemlins/smile.gif[/img]

Enjoy!

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


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