![]() |
|
#841
|
|||
|
|||
|
The preaction buttons don't work on Full Tilt for me (i.e check/fold, check...etc). Is anyone having the same issue?
|
|
#842
|
|||
|
|||
|
I still hope for a update on Overcards, but this is what i did to make it work for FullTilt. You have to edit these functions manually in the script:
FoldFullTilt(id): Change FTCButton21 to FTCButton22 CallFullTilt(id): Change FTCButton23 to FTCButton24 RaiseFullTilt(id): Change FTCButton25 to FTCButton26 PostFullTilt(id): Change FTCButton29 to FTCButton30 FoldToAnyBetFullTilt(id): Change FTCButton27 to FTCButton28 PotFullTilt(id): Change FTCButton17 to FTCButton18 This was what i changed, but it may be more that i havent noticed. I dont take any responsebility for mistakes, try it on playmoney before realmoney. |
|
#843
|
|||
|
|||
|
[ QUOTE ]
I hope he updates/ starts selling it. I'd definitely pay $ for TN...best software ever [/ QUOTE ] |
|
#844
|
|||
|
|||
|
i use tablenavigator and a modified stars bet pot script and it works like a charm
|
|
#845
|
|||
|
|||
|
[ QUOTE ]
i use tablenavigator and a modified stars bet pot script and it works like a charm [/ QUOTE ] Is this on Party? Can you post details please. |
|
#846
|
|||
|
|||
|
[ QUOTE ]
I still hope for a update on Overcards, but this is what i did to make it work for FullTilt. You have to edit these functions manually in the script: FoldFullTilt(id): Change FTCButton21 to FTCButton22 CallFullTilt(id): Change FTCButton23 to FTCButton24 RaiseFullTilt(id): Change FTCButton25 to FTCButton26 PostFullTilt(id): Change FTCButton29 to FTCButton30 FoldToAnyBetFullTilt(id): Change FTCButton27 to FTCButton28 PotFullTilt(id): Change FTCButton17 to FTCButton18 This was what i changed, but it may be more that i havent noticed. I dont take any responsebility for mistakes, try it on playmoney before realmoney. [/ QUOTE ] Thanks! This worked. Do you know how to fix the PSBs betting the incorrect percentages on Full Tilt? |
|
#847
|
|||
|
|||
|
My PSB's are working correctly, have you tried this after changing PotFullTilt(id) to FTCButton18? I cant remember changing anything else.
|
|
#848
|
|||
|
|||
|
[ QUOTE ]
My PSB's are working correctly, have you tried this after changing PotFullTilt(id) to FTCButton18? I cant remember changing anything else. [/ QUOTE ] I'm still getting weird results using PSBs on FTP. i.e. PSB is set up for 75% and 100%. The pot was $300 and the 75% was 375 while the 100% was $500. |
|
#849
|
|||
|
|||
|
[ QUOTE ]
I still hope for a update on Overcards, but this is what i did to make it work for FullTilt. You have to edit these functions manually in the script: FoldFullTilt(id): Change FTCButton21 to FTCButton22 CallFullTilt(id): Change FTCButton23 to FTCButton24 RaiseFullTilt(id): Change FTCButton25 to FTCButton26 PostFullTilt(id): Change FTCButton29 to FTCButton30 FoldToAnyBetFullTilt(id): Change FTCButton27 to FTCButton28 PotFullTilt(id): Change FTCButton17 to FTCButton18 This was what i changed, but it may be more that i havent noticed. I dont take any responsebility for mistakes, try it on playmoney before realmoney. [/ QUOTE ] Today's change: FoldFullTilt(id): Change to string_list = FTCButton11|FTCButton25 CallFullTilt(id): Change to string_list = FTCButton12|FTCButton27|FTCButton9 RaiseFullTilt(id): string_list = FTCButton13|FTCButton26 |
|
#850
|
|||
|
|||
|
[ QUOTE ]
[ QUOTE ] I still hope for a update on Overcards, but this is what i did to make it work for FullTilt. You have to edit these functions manually in the script: FoldFullTilt(id): Change FTCButton21 to FTCButton22 CallFullTilt(id): Change FTCButton23 to FTCButton24 RaiseFullTilt(id): Change FTCButton25 to FTCButton26 PostFullTilt(id): Change FTCButton29 to FTCButton30 FoldToAnyBetFullTilt(id): Change FTCButton27 to FTCButton28 PotFullTilt(id): Change FTCButton17 to FTCButton18 This was what i changed, but it may be more that i havent noticed. I dont take any responsebility for mistakes, try it on playmoney before realmoney. [/ QUOTE ] Today's change: FoldFullTilt(id): Change to string_list = FTCButton11|FTCButton25 CallFullTilt(id): Change to string_list = FTCButton12|FTCButton27|FTCButton9 RaiseFullTilt(id): string_list = FTCButton13|FTCButton26 [/ QUOTE ] An update to the update: <font class="small">Code:</font><hr /><pre> FoldFullTilt(id) { string_list = FTCButton11|FTCButton25 match_list = 3|3 clickList(string_list, match_list, id) } CallFullTilt(id) { string_list = FTCButton12|FTCButton27|FTCButton11 match_list = 3|3|3 clickList(string_list, match_list, id) } RaiseFullTilt(id) { string_list = FTCButton13|FTCButton26 match_list = 3|3 clickList(string_list, match_list, id) } IsTableWaitingFullTilt(id) { return ( IsVisCtrl("FTCButton11", id) ) } </pre><hr /> |
![]() |
|
|