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
  #1351  
Old 08-19-2007, 04:16 PM
ThorKGB ThorKGB is offline
Senior Member
 
Join Date: May 2005
Location: Oslo, Norway
Posts: 175
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
Works fin on Stars, but only the wheel is working on crypto(betsafe)(right click 0.00) and
ipoker(noiq)(right click-no action) miniwiew works fine...
And i get this error
Error: Call to nonexistent function.

Specifically: Pot(getid(),"1 1 1 1", "smallblind", "ssnl", 0)

Line#
003: Return
--- &gt; 004: Pot(getid(),"1 1 1 1", "smallblind," "ssnl", 0)
005: Return
008: Pot(getid(),"1 0.8 0.8 0.8", "smalllblind", 0, 0)
009: Return
012: Pot(getid(),"1", "smallblind", 0, 0)
013: Return
016: (Pot(getid(), "999", 1, 0, 0)
017: Return

The program will exit.

And im a noooob so please help...

[/ QUOTE ]

Same problem at UB. (Only wheel works, everything is OK for me at Stars.)
Reply With Quote
  #1352  
Old 08-19-2007, 05:26 PM
effang effang is offline
Senior Member
 
Join Date: Jul 2006
Posts: 1,489
Default Re: Stars Bet Pot AHK ?

is there a help guide or anything? seems awesome but very difficult to use...
Reply With Quote
  #1353  
Old 08-19-2007, 09:25 PM
effang effang is offline
Senior Member
 
Join Date: Jul 2006
Posts: 1,489
Default Re: Stars Bet Pot AHK ?

for example, all i want is to assign one button key to fold. i can't seem to find an easy way to do that without going into the actual script vs changing it in the betpot_default_hotkeys
Reply With Quote
  #1354  
Old 08-19-2007, 09:53 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
for example, all i want is to assign one button key to fold. i can't seem to find an easy way to do that without going into the actual script vs changing it in the betpot_default_hotkeys

[/ QUOTE ]

Hi,

you make that change by editing betpot_default_hotkeys.ahk.

Say you wanted your spacebar to fold, add this:

<font class="small">Code:</font><hr /><pre>
SPACE::
Fold(getid())
return
</pre><hr />

to the betpot_default_hotkeys.ahk file.

BTW, please describe exactly what is giving you problems in the urgenttable thread... is it not even picking up tables?
Reply With Quote
  #1355  
Old 08-19-2007, 10:05 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
I just dl'd new betpot on new computer.

Playing on party with the black poker mod, it doesnt work. have newest ahk, bet pot, and fphg downloaded.

pop up comes up saying
party hhf reader
hand history for game #... not found in live

on my bet pot script I tried to change the inital settings in the first couple paragraphs from 0 to 1, 1 to 0 for using or not using old fphg without live folder and it didnt solve it...what can it be?

[/ QUOTE ]

FPHG is running? FPHG needs at least one complete hand before it kicks in, maybe that is the problem? Mouse Wheel should work regardless.

Looks like Party now has a "pot" indicator on the tables, Will probably add that in as an alternative if FPHG errors occur in the next version, thoughts?

dave.
Reply With Quote
  #1356  
Old 08-20-2007, 05:54 AM
ocklind ocklind is offline
Senior Member
 
Join Date: May 2006
Location: K-PAX
Posts: 363
Default Re: Stars Bet Pot AHK ?

_dave_

I've just tried your script at PartyPoker playing $5/$10 and when I use the bet pot function it raises to $40, not $35, which is pot. When I am in the small blind it also raises to $40. How do I fix this?

I would also like to know how I assign the mousewheel not to scroll one big blind but one small blind.

Thanks in advance!
Reply With Quote
  #1357  
Old 08-20-2007, 09:10 AM
DonButtons DonButtons is offline
Senior Member
 
Join Date: Dec 2004
Posts: 2,041
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
[ QUOTE ]
I just dl'd new betpot on new computer.

Playing on party with the black poker mod, it doesnt work. have newest ahk, bet pot, and fphg downloaded.

pop up comes up saying
party hhf reader
hand history for game #... not found in live

on my bet pot script I tried to change the inital settings in the first couple paragraphs from 0 to 1, 1 to 0 for using or not using old fphg without live folder and it didnt solve it...what can it be?

[/ QUOTE ]

FPHG is running? FPHG needs at least one complete hand before it kicks in, maybe that is the problem? Mouse Wheel should work regardless.

Looks like Party now has a "pot" indicator on the tables, Will probably add that in as an alternative if FPHG errors occur in the next version, thoughts?

dave.

[/ QUOTE ]

Yea, played like 2k plus hands with it running the whole time so it wasnt that.

Im clueless here. You have the old betpot script I can use for pp in the mean time?
Reply With Quote
  #1358  
Old 08-20-2007, 11:02 AM
epiLog epiLog is offline
Senior Member
 
Join Date: Sep 2004
Location: All-in
Posts: 356
Default Re: Stars Bet Pot AHK ?

yah doesn't work on crypto, just the wheel.
Reply With Quote
  #1359  
Old 08-20-2007, 02:47 PM
k3ys3r k3ys3r is offline
Senior Member
 
Join Date: Feb 2007
Location: Nite Owl
Posts: 142
Default Re: Stars Bet Pot AHK ?

seems, that party uses commas for decimals after their new update.
so the betpot script doesn't work anymore.
after i changed the value from "party_uses_commas_for_decimals" from "0" to "1", the wheel works again.
but the buttons not.

suggestions ?

ps: FPHG is running.
Reply With Quote
  #1360  
Old 08-20-2007, 02:49 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
yah doesn't work on crypto, just the wheel.

[/ QUOTE ]

Enable all dealer messages in the lobby menus.
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:36 PM.


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