Open Side Menu Go to the Top
Register
FTCash - free script for FullTilt cash players. FTCash - free script for FullTilt cash players.

11-05-2010 , 01:39 PM
Black Mamba, it's your setup problem then maybe, make sure that correct table view is chosen on the General tab, try using default table layout to check if it is the case.
FTCash - free script for FullTilt cash players. Quote
11-06-2010 , 06:57 AM
Getting this message when launching script
FTCash - free script for FullTilt cash players. Quote
11-06-2010 , 07:45 AM
Can't get timebank to work now. Everything seems to be working A-ok.
FTCash - free script for FullTilt cash players. Quote
11-06-2010 , 07:52 AM
Flynn, update autohotkey program http://www.autohotkey.com/download/
ToTheAir,Black Mamba try using different background.
FTCash - free script for FullTilt cash players. Quote
11-06-2010 , 08:22 AM
Now works fine! Thanks!
FTCash - free script for FullTilt cash players. Quote
11-06-2010 , 04:47 PM
after using again today (still 1.22)

i found that the defaults are not being put in the bet box on any street

cheers

t
FTCash - free script for FullTilt cash players. Quote
11-07-2010 , 12:24 AM
Quote:
Originally Posted by Flynn
Now works fine! Thanks!
What different background did you pick? Im not sure what I need to change to get the timebank function working...
FTCash - free script for FullTilt cash players. Quote
11-07-2010 , 05:36 AM
Max1mums, Winspector Spy gets the names of the controls. Betbox, for example is lineEdit, waitinglistbutton=waitingListButton, potbutton=pushButton_Mid and so on.

FTCash - free script for FullTilt cash players. Quote
11-07-2010 , 08:31 AM
I forgot that QT_USE_NATIVE_WINDOWS have to be set to 1.
FTCash - free script for FullTilt cash players. Quote
11-07-2010 , 09:21 AM
TJD, post (or PM) screenshot of your table with BetBox visible.
Aidan, try using more or less more monotone background, it should be contrast enough to the Timebank button.
sk1977,thanks but it isn't news to me.
FTCash - free script for FullTilt cash players. Quote
11-07-2010 , 12:20 PM
The script still doesnt work properly. Still need to hit buttons several times for the mouse pointer to work correctly.

The only feature I use in the entire script is the timebank.

Is there a way to get a stripped down version of the script with only the timebank function?

Thanks.
FTCash - free script for FullTilt cash players. Quote
11-07-2010 , 02:16 PM
Quote:
Originally Posted by Max1mums
TJD, post (or PM) screenshot of your table with BetBox visible.
I have tried a few alterations using 1.15 as a guide

if autopot OR Highlight OR MoveMouse
settimer,act,45

these 2 lines above were commented out in 1.22; I think they are needed surely?

winget winid,id,A

this line was commented out in 1.22 in the IsBetBoxNew() routine is this not needed to determine if it is a "new" active table?

betboxY1:=0.8714 appears in one place and betboxY1:=0.8650 apperas in another in the IsBetBoxNew() routine in 1.22

but the different conditional clause in 1.15 in IsBetBoxNew() routine only has
betboxY1:=0.8650

no idea at all about this but i altered both to the 1.15 value

I will try running script in a while with these changes and let you know before I send the screenshot

thanks for help

T
FTCash - free script for FullTilt cash players. Quote
11-07-2010 , 02:32 PM
Quote:
if autopot OR Highlight OR MoveMouse
settimer,act,45

these 2 lines above were commented out in 1.22; I think they are needed surely?
No.
Quote:
this line was commented out in 1.22 in the IsBetBoxNew() routine is this not needed to determine if it is a "new" active table?
No.
Quote:
betboxY1:=0.8714 appears in one place and betboxY1:=0.8650 apperas in another in the IsBetBoxNew() routine in 1.22
Both of them are outside of BetBox with few pixel difference, they are needed to check that it is BetBox visible (with white pixel check at 0.9687,0.8000) and table is not in resizing process (which can create white margin in the right part of a table and can be counted as "BetBox is visible" so there are additional white pixel checks at 0.9687,0.8714 and 0.9687,0.8650)

AutoPot function was working fine for everyone except of you in v1.22 so do you think it was happening by accident and coding errors made it fail for you? Check out your table layout, try running FTCash as admin.

Last edited by Max1mums; 11-07-2010 at 02:40 PM.
FTCash - free script for FullTilt cash players. Quote
11-07-2010 , 04:11 PM
Thx for reply Max

I was not assuming you had miscoded

My knowledge is very limited. I just tried to help by seeing if I could find any differences in the code between 1.15 which worked for me and 1.22 which did not. I just mentioned the ones I had seen in case that helped.

If 1.22 autopot is working fine for everyone else it is obviously something at my end. Thanks for the explanations.

I know that you changed a lot but obviously had no idea why or what difference they made. You seemed to be trying to address problems that others had but I was lucky enough not to have experienced any

1.15 always worked great for me

I just downloaded 1.23 and everything is OK.

I then did what I did last time both to 1.15 and to 1.22 which was to add some lines to my ini; pot4: pot5: and pot6: to hotkeys and then to add their input from the ini file and despite that recipe for disaster - it worked (in 1.15 and 1.23)

I must have made a total bollock of it last time; sorry for troubling you.

I did notice this line of code which again looked odd to me:-

Pot(id,Pot3Pre A_space Pot1Flop A_space Pot3Turn A_space Pot3River, Roundsb, Open3, fix3)

pot1:, pot2: seem to send pot1flop and pot2flop which makes sense but this line seems(to me) to be sending pot1flop instead of pot3flop

could be ignorance of ahk but i mention it in case

cheers and thx for a great script

T
FTCash - free script for FullTilt cash players. Quote
11-07-2010 , 04:25 PM
TJD, FullTilt doesn't activate a table requiring action, it just get moved on top, there is function which activates such table in v1.15,v1.23 but i was trying to make all functions work for that table without activating it in v1.21,1.22 what caused notes window problems.
Quote:
Pot(id,Pot3Pre A_space Pot1Flop A_space Pot3Turn A_space Pot3River, Roundsb, Open3, fix3)
Thanks, fixed, i guess it was staying unnoticed because noone really uses Pot3 button.
FTCash - free script for FullTilt cash players. Quote
11-07-2010 , 05:46 PM
Quote:
Originally Posted by Max1mums
TJD, FullTilt doesn't activate a table requiring action, it just get moved on top, there is function which activates such table in v1.15,v1.23 but i was trying to make all functions work for that table without activating it in v1.21,1.22 what caused notes window problems.

Thanks, fixed, i guess it was staying unnoticed because noone really uses Pot3 button.
YW

TY for the explanation about activating. I see there is a "sendundermouse" setting but no "activate under mouse" so could that have been a problem in getting the script to put the default in the bet box? (or is it probably just me?)

I am astonished that few people use pot3. If they do not then, if I understsand what BetPot does (which I am now doubting), they will only be able to use a default bet size and 2 other bet sizes (and perhaps all-in) unless they use the mouse scroll wheel (or type)


Of course it could be that this is sensible! and I am just being a pedant when I add another 3 different bet sizes

This is quite possible

t
FTCash - free script for FullTilt cash players. Quote
11-07-2010 , 07:44 PM
Quote:
Originally Posted by Max1mums
TJD, post (or PM) screenshot of your table with BetBox visible.
Aidan, try using more or less more monotone background, it should be contrast enough to the Timebank button.
sk1977,thanks but it isn't news to me.
Thank you very much, all working great now
FTCash - free script for FullTilt cash players. Quote
11-08-2010 , 04:59 AM
How do I assign right mouse button for fold? Entered RButton, but it does not make a job. Thanks.
edit: it actually worked after I directly edited ini file

Last edited by Flynn; 11-08-2010 at 05:09 AM.
FTCash - free script for FullTilt cash players. Quote
11-08-2010 , 08:33 AM
thnx for the updates, keep up the good work.
FTCash - free script for FullTilt cash players. Quote
11-08-2010 , 05:31 PM
just want to say (again) thank you to max for all the hard work you put into this. Was just wondering though if you have any more infos about the "player's note color box repeatedly closing" bug? I am running current version and normal "midnight" background with no card mods.
FTCash - free script for FullTilt cash players. Quote
11-08-2010 , 06:08 PM
Grue, it didn't happen to me with any version really so i can't say for sure, well Timebank function will try to post click to the Time button if it is visible - that will end closing note color window if it is open, autopot and dealmein functions can do the same. Try turning them off one by one to check which one is the case if this situation happens to you with no reason.
FTCash - free script for FullTilt cash players. Quote
11-08-2010 , 08:12 PM
Seems like the script wants to constantly check FTP software to see if it requires an action.

In the previous version that worked prior to the FTP update it seemed the script didnt "check" as often.

I am not sure what the correct term for this.

Is it possible to slow down this new script to old one that worked flawlessly?
FTCash - free script for FullTilt cash players. Quote
11-09-2010 , 01:46 AM
Quote:
Originally Posted by crovax4444
Two UI issues for me:

Is there any way to deactivate the lobby from activating from under the mouse? For example, I tap the cashier button, but then to mouse over there, the lobby pops over it. Annoying but not critical.
max,

i just upgraded from 1.15 to 1.22 and this issue with the lobby being activated started popping back up.
FTCash - free script for FullTilt cash players. Quote
11-09-2010 , 04:00 AM
I have FTCash set to send the action to the table under the mouse, but its sending actions when my mouse isn't over the table to whatever table currently requires my attention.
FTCash - free script for FullTilt cash players. Quote
11-09-2010 , 04:44 AM
I have a problem when a table which needs action pops up, the table which was active before that pops back over it and the text in the chat box becomes selected. This happens very often.

Another problem is when I want to activate an urgent table, the previously active table pops back, I press the button again, the urgent table pops up, but gets immediately covered by the previous table. I had to repeatedly press the button like 5 times or more to make it work. This also happens very often.

This is with the latest version of FTCash, no HUD, no mods, Windows XP. Thanks.
FTCash - free script for FullTilt cash players. Quote

      
m