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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #11  
Old 09-16-2007, 01:01 PM
Chip65 Chip65 is offline
Junior Member
 
Join Date: Dec 2004
Location: Home
Posts: 14
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
[ QUOTE ]
Hey dave, I'm using your script for a long time but today it stopped working on party [img]/images/graemlins/frown.gif[/img]. It says it doesn't find the hand historyfiles anymore but freephg is running and working, i tried switching the live feature off but the same problem occurs. I didn't change anything, yesterday it still worked like a charm [img]/images/graemlins/frown.gif[/img].
I attach a screenshot with all related stuff.
http://img513.imageshack.us/img513/4439/dunnond6.jpg
Hope you can help me with this [img]/images/graemlins/smile.gif[/img].

[/ QUOTE ]

I had the same problem. Party now uses points to separate its hand number, which the script didn't remove properly

Just go to line 1720 which should read:
<font class="small">Code:</font><hr /><pre> StringReplace, currenthand, currenthand, `,,, All </pre><hr />

and add this line:
<font class="small">Code:</font><hr /><pre> StringReplace, currenthand, currenthand, .,, All </pre><hr />
and it should work again.

Here is a diff in reference to version 0.2s:

<font class="small">Code:</font><hr /><pre> --- BetPot-v0.2s.ahk Wed Aug 15 11:17:34 2007
+++ BetPot-v0.2s_changed.ahk Fri Sep 14 21:39:18 2007
@@ -1718,6 +1718,7 @@
{
ControlGetText, currenthand, Static11, ahk_id%id%
StringReplace, currenthand, currenthand, `,,, All
+ StringReplace, currenthand, currenthand, .,, All
StringTrimLeft, currenthand, currenthand, InStr(currenthand, "#")
StringReplace, currenthand, currenthand, %A_SPACE%,, All
currenthand := "Hand History for Game " . currenthand
</pre><hr />

[/ QUOTE ]

Not working for me! [img]/images/graemlins/frown.gif[/img]
Reply With Quote
 


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:26 AM.


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