Open Side Menu Go to the Top
Register
Full Tilt Buddies (New AHK script) Full Tilt Buddies (New AHK script)

11-08-2007 , 05:21 PM
I've updated the Full Tilt Buddies script so that it now works with the most recent SW update. As always, you can find it at: http://www.overcards.com/wiki/moin.cgi/FullTiltBuddies

Script changes:
-Changes required because of Full Tilt SW update.
-Added check to see that the Full Tilt HH Path has been set correctly in Options.
Full Tilt Buddies (New AHK script) Quote
11-08-2007 , 07:09 PM
Thanks a ton, easye. I love this script so much.
Full Tilt Buddies (New AHK script) Quote
11-09-2007 , 01:35 PM
Quote:
I've updated the Full Tilt Buddies script so that it now works with the most recent SW update.
Thanks easye, you the man.
Full Tilt Buddies (New AHK script) Quote
11-09-2007 , 02:13 PM
Cant say it enough...Thanks
Full Tilt Buddies (New AHK script) Quote
11-12-2007 , 06:27 PM
I'm running Vista and Full Tilt Buddies v2.2 (fresh install).

When I try to find buddies using the ahk script, the buddy list goes blank and eventually returns "Online: No" for every buddy, even those who are seated at tables. I tried opening "Find Player" on Full Tilt and then searching with the script, but it still did not work. Any ideas? Thanks.
Full Tilt Buddies (New AHK script) Quote
11-14-2007 , 07:24 AM
I have the exact same problem.
Full Tilt Buddies (New AHK script) Quote
11-16-2007 , 05:30 PM
Quote:
I'm running Vista and Full Tilt Buddies v2.2 (fresh install).

When I try to find buddies using the ahk script, the buddy list goes blank and eventually returns "Online: No" for every buddy, even those who are seated at tables. I tried opening "Find Player" on Full Tilt and then searching with the script, but it still did not work. Any ideas? Thanks.
I don't have Vista but I did research this a little. My guess right now is that it has something to do with security / rights. Are you running your Vista PC as Administrator?

You can try the following and see if that helps: Display the properties dialog for AutoHotkey.exe and change it to run as administrator. However, this has the drawback of running all scripts as administrator.

Please let me know if this works. If not, I will have a possible fix for you later today. Hold tight
Full Tilt Buddies (New AHK script) Quote
12-03-2007 , 11:01 PM
It didn't really work...I am running it as admin. Thanks.
Full Tilt Buddies (New AHK script) Quote
12-14-2007 , 12:31 AM
new ftp update screwed it again, any chance for a fix?
Full Tilt Buddies (New AHK script) Quote
12-14-2007 , 01:31 AM
Quote:
Originally Posted by m3dude
new ftp update screwed it again, any chance for a fix?
Yeah. I had been using it for the last few weeks and it worked perfect. Now, it's not after the update, and I depend on finding all my fishy friends before hand. Please help! Thanks.
Full Tilt Buddies (New AHK script) Quote
12-14-2007 , 03:35 PM
Agreed... would like to see an update please.
Full Tilt Buddies (New AHK script) Quote
12-14-2007 , 06:55 PM
Quote:
Originally Posted by King Spew
Agreed... would like to see an update please.
Ditto. Shouldn't be too hard right?
Full Tilt Buddies (New AHK script) Quote
12-16-2007 , 05:34 PM
Quote:
Originally Posted by guitarizt
Ditto. Shouldn't be too hard right?
I have 5 years of programming experience, but no AHK experience, I'd be happy to help out if someone can collaborate on AHK.

Last edited by Virge; 12-16-2007 at 05:47 PM.
Full Tilt Buddies (New AHK script) Quote
12-16-2007 , 10:27 PM
Hmm....guess I should wait for an update to download this since it seems to be exactly what I'm looking for. Do you have to manually enter the buddies or will it pull them from poker tracker based on some user defined criteria?
Full Tilt Buddies (New AHK script) Quote
12-17-2007 , 07:37 AM
Quote:
Originally Posted by otter
Hmm....guess I should wait for an update to download this since it seems to be exactly what I'm looking for. Do you have to manually enter the buddies or will it pull them from poker tracker based on some user defined criteria?
If said player is sitting at one of your current tables, you will be able to click his name in the buddy list program and it will add the player automatically. If they aren't then you just type their name in. It's a pretty simple program, so you can't export the names from poker tracker. However, it's really useful. Bump in the hopes that there is an update.
Full Tilt Buddies (New AHK script) Quote
12-17-2007 , 02:40 PM
Quote:
Originally Posted by ClutchCity
If said player is sitting at one of your current tables, you will be able to click his name in the buddy list program and it will add the player automatically. If they aren't then you just type their name in. It's a pretty simple program, so you can't export the names from poker tracker. However, it's really useful. Bump in the hopes that there is an update.
I think what they were saying is that they were sitting next to the player and that player was on their buddy list, but didn't show up as being online.

So am I to understand that it doesn't work now since the new update, or does it work but has some bugs that need to be ironed out?
Full Tilt Buddies (New AHK script) Quote
12-17-2007 , 02:43 PM
Has anybody in this thread tried sixth sense? If so, how does it compare; better, worse?
Full Tilt Buddies (New AHK script) Quote
12-17-2007 , 03:23 PM
Quote:
Originally Posted by otter
I think what they were saying is that they were sitting next to the player and that player was on their buddy list, but didn't show up as being online.

So am I to understand that it doesn't work now since the new update, or does it work but has some bugs that need to be ironed out?
The way this script works is it opens up the "Find a Player..." window, then enters every name on the buddy list to search for the player. I think I have around 200 buddies, and it takes around 2 minutes to search for them all, so it obviously saves a ton of time over manually searching for each individual one.

Ever since the FTP update last week, when you click "Find Buddies" in the script (to start the search), instead of opening up the "Find a Player..." window, it opens up the "Change Table View" window for some reason.

I'm not really a programmer, but I *think* that has something to do with a handle being changed? Not really sure.
Full Tilt Buddies (New AHK script) Quote
12-17-2007 , 04:24 PM
If the problem is it is opening the wrong window it means the problem would lie in this line. I have never programmed in AHK but i believe this is the line that selects "Find A Player" from the menu
If someone could link me to an AHK api viewer i could fix this (most likely)

PostMessage, 0x111, 308, 0,, ahk_class FTCLobby ; 0x111 = WM_COMMAND, 308 = Control ID
Full Tilt Buddies (New AHK script) Quote
12-17-2007 , 05:00 PM
If you're still trying to use this script, there's one thing you can do to get it to partially work before there is an update. Open up FTP buddies and search for your friends as usual. Then it will go to the wrong place BUT... Click on the Hold 'Em tab for example, and then execute the CTRL+F command while in FTP with that tab highlighted and it will do the search.

I don't think it sends every player that's on back to your list, but at least you don't have to type in every one manually. Also, doing it this way, you won't be able to click on the player's tables inside the script and have them pop up, but it's better than nothing.
Full Tilt Buddies (New AHK script) Quote
12-17-2007 , 06:41 PM
I'm not sure how it's working for you guys, but when I ctrl-f in full tilt buddies, full tilt opens up and asks me to select a table view. If you quickly close that, and then ctrl-f in full tilt, you can still find your buddies.
Full Tilt Buddies (New AHK script) Quote
12-17-2007 , 08:37 PM
Quote:
Originally Posted by resboard
If the problem is it is opening the wrong window it means the problem would lie in this line. I have never programmed in AHK but i believe this is the line that selects "Find A Player" from the menu
If someone could link me to an AHK api viewer i could fix this (most likely)

PostMessage, 0x111, 308, 0,, ahk_class FTCLobby ; 0x111 = WM_COMMAND, 308 = Control ID
http://www.windows-spy.com/ works fine.

Also,

PostMessage, 0x111, 309, 0,, ahk_class FTCLobby ; 0x111 = WM_COMMAND, 308 = Control ID

fixes this problem. That would be on line 739. And on line 972.

Last edited by rubbishaka80; 12-17-2007 at 09:01 PM. Reason: line 972
Full Tilt Buddies (New AHK script) Quote
12-17-2007 , 09:32 PM
Quote:
Originally Posted by rubbishaka80
http://www.windows-spy.com/ works fine.

Also,

PostMessage, 0x111, 309, 0,, ahk_class FTCLobby ; 0x111 = WM_COMMAND, 308 = Control ID

fixes this problem. That would be on line 739. And on line 972.
nice, that works

how about for when you double click on an online buddies name? the choose layout menu comes up then too
Full Tilt Buddies (New AHK script) Quote
12-18-2007 , 12:57 PM
Quote:
Originally Posted by Virge
nice, that works

how about for when you double click on an online buddies name? the choose layout menu comes up then too
not for me. it works fine now. did you change both lines?
Full Tilt Buddies (New AHK script) Quote
12-18-2007 , 06:02 PM
Quote:
Originally Posted by rubbishaka80
http://www.windows-spy.com/ works fine.

Also,

PostMessage, 0x111, 309, 0,, ahk_class FTCLobby ; 0x111 = WM_COMMAND, 308 = Control ID

fixes this problem. That would be on line 739. And on line 972.
that worked thanks
Full Tilt Buddies (New AHK script) Quote

      
m