Open Side Menu Go to the Top
Register
Full Tilt Shortcuts - new ahk script Full Tilt Shortcuts - new ahk script

12-08-2006 , 06:10 PM
Quote:
are there plans to "autobet pot" "2/3 pot" etc?
I'm working on a few ideas now for what to implement. I should have something working this weekend.

dave's BetPot script does a nice job for this, and even allows you to set the bet size depending on what street you are on.
Full Tilt Shortcuts - new ahk script Quote
01-04-2007 , 06:44 PM
Version 0.30 1/4/07 MAJOR UPGRADE - many new features

1. Added Betting info display, which shows the size of your bet in "% of Pot" as
you increment/decrement your bet
2. Added Fixed Betting keys, to bet some proportion of a Pot Size bet
3. Added option to make the incremental bets be in units of Pot, SB, BB, and $
4. Added keystrokes (or mouse buttons) to CHECK/FOLD, CALL, and BET/RAISE, etc.
5. Many minor improvements and fixes.

Download here .
Documentation is here .




Full Tilt Shortcuts - new ahk script Quote
01-04-2007 , 08:06 PM
This is AWESOME, but it would be even better if you added the option to have one mouse button make bets of different pot sizes relative to street, like betpot does. (1 .75 .66 .66)
Full Tilt Shortcuts - new ahk script Quote
01-04-2007 , 08:08 PM
Quote:
Quote:
are there plans to "autobet pot" "2/3 pot" etc?
I'm working on a few ideas now for what to implement. I should have something working this weekend.

dave's BetPot script does a nice job for this, and even allows you to set the bet size depending on what street you are on.
Im obviously a [censored] and missed this post. Will you be adding this or should I just use both scripts? Id really lie to have a one script fits all solution if possible.
Full Tilt Shortcuts - new ahk script Quote
01-04-2007 , 10:39 PM
I'm getting errors trying to unzip the files. Looks like a corrupt archive.
Full Tilt Shortcuts - new ahk script Quote
01-05-2007 , 01:20 AM
Quote:
I'm getting errors trying to unzip the files. Looks like a corrupt archive.
I used WinZip to create the zip file. I tried PKZip to extract the files and it worked too... I just uploaded another copy of the zip file to the website just in case it got corrupted in transit, so you could try it again.
Full Tilt Shortcuts - new ahk script Quote
01-05-2007 , 01:35 AM
nanochip... thanks so much for this!! by far the best ftp script i have tried.

i am having a slight problem however and i am not sure if this script has anything to do with it. after about an hour of playing each session, the volume animations (chips sounds, fold sounds ect.) completely shut down. other volume on my comp works great but ftp sounds go away. when i restart my computer it works again. any thoughts or advice?

i know beggers cannot be choosers, but it would also be pretty sweet if you could round pot sized bets to whole dollar amounts.

thanks again you guys are amazing
Full Tilt Shortcuts - new ahk script Quote
01-05-2007 , 01:45 AM
one problem i am experiencing is that when i now click FOLD for example, it just presses the button (as if i was holding down the mouse on the button) and I need to click the button AGAIN for it to react. it did not do this with the old version. i deleted the old one, upgraded, and it started happening immediately.
Full Tilt Shortcuts - new ahk script Quote
01-05-2007 , 01:50 AM
Quote:
This is AWESOME, but it would be even better if you added the option to have one mouse button make bets of different pot sizes relative to street, like betpot does. (1 .75 .66 .66)
Glad you like FTS. It's always tough to figure out what all to add to a program, and I had to choose some personal preferences. Besides, _dave_ has a patent on that feature
Full Tilt Shortcuts - new ahk script Quote
01-05-2007 , 01:54 AM
also not a fan of the 'hold mouse below this level to type' thing, it is frustrating even when i dont need to type. movements can drag my mind away from the game easily
Full Tilt Shortcuts - new ahk script Quote
01-05-2007 , 02:07 AM
Quote:
i am having a slight problem however and i am not sure if this script has anything to do with it. after about an hour of playing each session, the volume animations (chips sounds, fold sounds ect.) completely shut down. other volume on my comp works great but ftp sounds go away. when i restart my computer it works again. any thoughts or advice?
That is odd... The script doesn't do much with sound besides making a beep with your seat is ready... I'll look into it.

Quote:
it would also be pretty sweet if you could round pot sized bets to whole dollar amounts.

That would be pretty easy to add... Should 1/2 pot bets also be in whole $? I guess it just gets messy at the smaller stakes.

Perhaps any pot related bet over $5 gets rounded to whole dollars, between $2 and $5 is rounded to $.50, and less than that to 10 cents.

Or perhaps any pot related bet would get rounded to increments of the small (or big) blind.

What do you think?
Full Tilt Shortcuts - new ahk script Quote
01-05-2007 , 02:13 AM
Quote:
also not a fan of the 'hold mouse below this level to type' thing, it is frustrating even when i dont need to type. movements can drag my mind away from the game easily
You only have to do that if you are assigning single letter keys for things like Fold. Otherwise the single letter keys (like F) would never get sent to the chat box for a chat message. So if you assign Alt & F for fold, then you don't have to move the mouse to the chat box. In that case you can turn off the mouse warning message in the options.

This was a tough issue to try to implement and allow single key operation and well as allow the user to type chat messages. I'm open to suggestions if there is a better approach.
Full Tilt Shortcuts - new ahk script Quote
01-05-2007 , 02:19 AM
occassionally the POT button actually on the screen starts blinking crazy when i hover my mouse near the slider/over the triangle/typing area. this happens even w/ TweakUI set at 150 200 and 250ms, and it very troublesome. could you rehost your old version until the new one is tightened up? i really love you program, and think its the best AHK on the site, but i think i like the proven functionality of the old version right now for my older system.
Full Tilt Shortcuts - new ahk script Quote
01-05-2007 , 02:33 AM
Quote:
one problem i am experiencing is that when i now click FOLD for example, it just presses the button (as if i was holding down the mouse on the button) and I need to click the button AGAIN for it to react. it did not do this with the old version. i deleted the old one, upgraded, and it started happening immediately.
This may be because you are not using TweakUI to activate a window when you move to it? (see the installation instructions).

If you are using the "display betting information" option, you'll probably need TweakUI. More info about this is on the documentation web page. If you turn off the "display betting infomation" then you shouldn't need the double mouse click that you are experiencing.

I just had an idea that I might be able to activate any FT table that your mouse is over... Then TweakUI would not be needed.
Full Tilt Shortcuts - new ahk script Quote
01-05-2007 , 02:48 AM
Quote:
occassionally the POT button actually on the screen starts blinking crazy when i hover my mouse near the slider/over the triangle/typing area. this happens even w/ TweakUI set at 150 200 and 250ms, and it very troublesome. could you rehost your old version until the new one is tightened up? i really love you program, and think its the best AHK on the site, but i think i like the proven functionality of the old version right now for my older system.
I never noticed that before... It looks like if your mouse is over the "betting info box" it keeps refreshing itself (and will read the pot amount). I think if you don't touch this box with your mouse you should be ok, else you can turn off the "display bet info" option.

This "display bet info" box is my favorite feature and I've spent more time on it then the anything else. Might have to remove it


I've uploaded the previous version 0.22 here if you need it. You'll need to keep the image files that are part of version 0.30 zip file.
Full Tilt Shortcuts - new ahk script Quote
01-05-2007 , 04:48 AM
The Chip stack info feature isnt working on MTTs
Full Tilt Shortcuts - new ahk script Quote
01-05-2007 , 05:40 AM
Quote:
The Chip stack info feature isnt working on MTTs
Mayhem: I just tried it on a few MTTs and didn't see a problem. Does the yellow box show up at all? Are any of the numbers correct? What type of MTT was it (hold'em, omaha, etc)? I assume you have "Display Player's Stack Info" enabled in the options.
nanochip
Full Tilt Shortcuts - new ahk script Quote
01-05-2007 , 06:17 AM
Version 0.31 1/5/07

1. TweakUI is no longer needed (and I recommend not using the Xmouse feature in TweakUI). Now, whenever your mouse is over a Full Tilt table, that table will be activated by the script.
2. For Fixed Bets, the bet amount is rounded to a multiple of the small blind amount.
3. For Increment and Decrement Bets, the bet amount is rounded to a multiple of the small blind. The smallest amount for an increment/decrement is one small blind.

Oranzith: I believe fix #1 will solve your issue with the pot button flashing.

Download here .
Documentation is here .
Full Tilt Shortcuts - new ahk script Quote
01-05-2007 , 02:14 PM
Is there a way to set it so the message "Move mouse below to chat" does not appear whenever you hover over a table?
Full Tilt Shortcuts - new ahk script Quote
01-05-2007 , 02:25 PM
Quote:
I used WinZip to create the zip file. I tried PKZip to extract the files and it worked too... I just uploaded another copy of the zip file to the website just in case it got corrupted in transit, so you could try it again.
Download worked great this time. Thanks!
Full Tilt Shortcuts - new ahk script Quote
01-05-2007 , 02:52 PM
Quote:
Version 0.31 1/5/07

1. TweakUI is no longer needed (and I recommend not using the Xmouse feature in TweakUI). Now, whenever your mouse is over a Full Tilt table, that table will be activated by the script.

What if I need to have TweakUI to also activate other windows on mouseover (i.e. WinAmp, browser, etc)?
Full Tilt Shortcuts - new ahk script Quote
01-05-2007 , 02:53 PM
Nanochip: Thanks for changing the rounding factor to sb! I have not tested the new version you just posted, but I am looking forward to it.

When I do switch to the latest verison, is there any way to keep my old perferences from the older version (ie fixed bet amts and login options)? I assume it has something to do with resaving the “fts.ini” file from the old version to the new version before I run it... but I’m not sure and I don’t want to mess things up by trying it. I guess it’s just that I don’t know what a .ini file really is or does. I will google it now though

btw- I think I might have found the problem with the FTP sounds shutting off. Something to do with WinDVD player settings or something and I do not think your script caused any probs. Hope I did not waste your time if you searched for the cause.

Also, feel free to PM me way to make a donation. I know you guys don’t do all this for the money but I and others really appreciate it.

-Suerte
Full Tilt Shortcuts - new ahk script Quote
01-05-2007 , 03:11 PM
Quote:
Quote:
The Chip stack info feature isnt working on MTTs
Mayhem: I just tried it on a few MTTs and didn't see a problem. Does the yellow box show up at all? Are any of the numbers correct? What type of MTT was it (hold'em, omaha, etc)? I assume you have "Display Player's Stack Info" enabled in the options.
nanochip
I was playing the midnite 16,000 gtd last nite. The window would show up and would accurately read the chipstack. But everyones M was 0. It works on cash game tables for me for some reason though.
Full Tilt Shortcuts - new ahk script Quote
01-05-2007 , 04:40 PM
Quote:
Is there a way to set it so the message "Move mouse below to chat" does not appear whenever you hover over a table?
Yes, it can be turned off in the options (Chat Box Warning Enabled).
Full Tilt Shortcuts - new ahk script Quote
01-05-2007 , 04:49 PM
Quote:
What if I need to have TweakUI to also activate other windows on mouseover (i.e. WinAmp, browser, etc)?
It should work fine if you also leave the mouseover (Xmouse) enabled in TweakUI. However if you move your mouse over the Display Bet Info box, it will cause it to flash and keep reading the pot value. This doesn't seem to cause any harm.
Full Tilt Shortcuts - new ahk script Quote

      
m