Poker Forum

Over 1,246,000 Posts!

Subscribe to FTR web feed
Already Registered?      Username:    Password:   Remember      Forgot Password
  >    > 

AHK Script movetables from Nakamura

  
 
LinkBack Thread Tools Display Modes
Joaggi
Old 11-18-2009, 12:10 AM     Post subject: AHK Script movetables from Nakamura #1 (permalink)  

Join Date: Nov 2009
Posts: 5
Joaggi
Hey,

I just tried this script and its really nice.

but my problem is:

it works perfect until i start my pokertracker 3 auto import on stars. the tables are stacked but i cannot move them with space anymore.

any help is welcome
Reply With Quote
Join the FTR Poker Forum to disable these banners and start posting!
Rage2100
Old 11-18-2009, 06:35 PM #2 (permalink)  
Rage2100's Avatar
Full House

Join Date: Jan 2007
Location: UK
Posts: 719
Rage2100 is on a distinguished road
Welcome to FTR!

I haven't used Poker Tracker for months, but I have a copy on my PC downstairs. I'll look into this for you and see if I can find the problem.

In the meantime, can you try changing the Spacebar to another key? The steps to do this can be found at the end of the original post, under the section, "Changing The MoveTable Hotkey".
Reply With Quote
Joaggi
Old 11-18-2009, 07:02 PM #3 (permalink)  

Join Date: Nov 2009
Posts: 5
Joaggi
Quote:
Originally Posted by Rage2100
Welcome to FTR!

I haven't used Poker Tracker for months, but I have a copy on my PC downstairs. I'll look into this for you and see if I can find the problem.

In the meantime, can you try changing the Spacebar to another key? The steps to do this can be found at the end of the original post, under the section, "Changing The MoveTable Hotkey".
ok ty u very much, i will try it now.
Reply With Quote
Joaggi
Old 11-18-2009, 07:17 PM #4 (permalink)  

Join Date: Nov 2009
Posts: 5
Joaggi
i just tried it without sucess.

when i use another key its the same like before, works perfectly until i switch on my pt3 hud.
Reply With Quote
Rage2100
Old 11-18-2009, 09:57 PM #5 (permalink)  
Rage2100's Avatar
Full House

Join Date: Jan 2007
Location: UK
Posts: 719
Rage2100 is on a distinguished road
One other thing to try is make sure your mouse isn't above a PT3 HUD stat when you press the Spacebar. HEM puts an overlay on the table for HUD stats, and I'm sure PT3 must do something similar. The script will not recognise this overlay as a Stars table, and therefore, the table will not move.

If this doesn't work, I'll have a look at it for you, but I may not be able to do this until the weekend.
Reply With Quote
Joaggi
Old 11-19-2009, 09:26 AM #6 (permalink)  

Join Date: Nov 2009
Posts: 5
Joaggi
Quote:
Originally Posted by Rage2100
One other thing to try is make sure your mouse isn't above a PT3 HUD stat when you press the Spacebar. HEM puts an overlay on the table for HUD stats, and I'm sure PT3 must do something similar. The script will not recognise this overlay as a Stars table, and therefore, the table will not move.

If this doesn't work, I'll have a look at it for you, but I may not be able to do this until the weekend.
yes i paid attention that the mouse is not over a stat but unfortunately it doesnt work.

yes no hurry i have time
Reply With Quote
Joaggi
Old 11-19-2009, 10:15 AM #7 (permalink)  

Join Date: Nov 2009
Posts: 5
Joaggi
i just had an idea and now it works

it was a vista problem.

i changed Pokertracker, Pokerstars and AHK to run as administrator and moved the scripts to my users folder.

i dont know why but now it works

so Rage ty u very much for helping me but maybe u can help me a bit more

I wanna modify your script but iam such a noob in these things so i need help

1) i wanna change settable and movetable to 5 slots instead of 3.
2) i wanna move the tables automatically instead of pushing a button. i thought, if i push the fold button the table stays in main stack, if i check/bet the table will move to an available slot until i fold or the hand is over.
Reply With Quote
Nakamura
Old 11-19-2009, 05:58 PM #8 (permalink)  
Nakamura's Avatar
4-of-a-Kind

Join Date: Mar 2008
Location: Grindin'
Posts: 1,515
Nakamura is an unknown quantity at this point
Quote:
Originally Posted by Joaggi
1) i wanna change settable and movetable to 5 slots instead of 3.
2) i wanna move the tables automatically instead of pushing a button. i thought, if i push the fold button the table stays in main stack, if i check/bet the table will move to an available slot until i fold or the hand is over.
Sorry, I missed this until now.

1) Having 5 slots is quite a bit of extra effort to program. At the risk of sounding like a bit of a idiot, there isn't a whole lot of reason why Rage would this (he wrote the original code). He wouldn't use the extra slot, so it's not really beneficial to him. What I'm kind of trying to say, is it's a bit unfair to ask him to spend time programming the feature when there isn't much benefit to him. I'm sure he would be quite willing to provide some comments on his code and point you in the right direction. I've just looked at the code and adding the 5th slot should be fairly non-complicated, with a large amount of cutting and pasting of the code. I can't speak for Rage, but he may be willing to make some alterations to the code for a small fee.

2) This might be more useful, although I would generally only the table out of the stack when I click bet. I'll have a chat to Rage about this one, as I don't know how difficult this is to program.
Reply With Quote
Rage2100
Old 11-19-2009, 06:17 PM #9 (permalink)  
Rage2100's Avatar
Full House

Join Date: Jan 2007
Location: UK
Posts: 719
Rage2100 is on a distinguished road
Quote:
Originally Posted by Joaggi
it was a vista problem.

i changed PokerTracker, PokerStars and AHK to run as administrator and moved the scripts to my users folder.

i dont know why but now it works
This was going to be my next suggestion, but you beat me to it.


Quote:
Originally Posted by Joaggi
I wanna modify your script but iam such a noob in these things so i need help

1) i wanna change settable and movetable to 5 slots instead of 3.
2) i wanna move the tables automatically instead of pushing a button. i thought, if i push the fold button the table stays in main stack, if i check/bet the table will move to an available slot until i fold or the hand is over.
1) I think the script would need to be almost completely re-written to have 5 slots. I was just learning AHK when I wrote it, so it's probably quite crude. I think it would be possible to use some kind of array to check 5 slots, and this would be better than the way I originally wrote it.
2) Again, I'm sure this is possible to do. You would need to check the position of the mouse click on the screen, see if this matches the position of the Fold/Check/Bet buttons, and take the appropriate action.

I'll try and have a look at this when I get chance, but I don't have a lot of spare time at the moment. I was working on a couple of other scripts, but haven't done any work on them for over a month.

You could try opening a few notepad windows and messing around with the code. This is what I did when I was writing it. The only thing with 5 slots is that it becomes quite longwinded using the method I used. You would need to check whether Slot 5 contains more tables than Slot 4, and Slot 4 contains more tables than Slot 3, and Slot 1 contains more tables than Slot 4, etc. This is why some kind of array may be better.
Reply With Quote
Rage2100
Old 11-20-2009, 01:51 AM #10 (permalink)  
Rage2100's Avatar
Full House

Join Date: Jan 2007
Location: UK
Posts: 719
Rage2100 is on a distinguished road
Joaggi, I found this earlier:
http://forumserver.twoplustwo.com/45...trokes-633319/

It looks very similar to what you were asking for, so maybe someone else will add these features before I get chance to.
Reply With Quote
a_e_82
Old 11-24-2009, 11:13 PM #11 (permalink)  

Join Date: Nov 2009
Posts: 2
a_e_82
tools who needs tools to play poker. what about instinct. just play the game besides what does that one do. i never tried any.ty
Reply With Quote
Nakamura
Old 11-25-2009, 05:00 AM #12 (permalink)  
Nakamura's Avatar
4-of-a-Kind

Join Date: Mar 2008
Location: Grindin'
Posts: 1,515
Nakamura is an unknown quantity at this point
Free-roll coming up again?
Reply With Quote
scoobediah
Old 11-26-2009, 05:30 AM     Post subject: having trouble #13 (permalink)  

Join Date: Nov 2009
Posts: 3
scoobediah
I really want to use this script but I can't seem to get the tables to move out of the main stack. Space bar isn't working for me so I changed that to tab and it still didn't work. Any idea what I could be doing wrong?

Thanks
Reply With Quote
Nakamura
Old 11-26-2009, 05:36 AM     Post subject: Re: having trouble #14 (permalink)  
Nakamura's Avatar
4-of-a-Kind

Join Date: Mar 2008
Location: Grindin'
Posts: 1,515
Nakamura is an unknown quantity at this point
Quote:
Originally Posted by scoobediah
I really want to use this script but I can't seem to get the tables to move out of the main stack. Space bar isn't working for me so I changed that to tab and it still didn't work. Any idea what I could be doing wrong?

Thanks
It's most likely that your slots are incorrectly set up. Open up the .ini files that is created by SetTable and confirm that the slots have sensible X and Y co-ords.
Reply With Quote
scoobediah
Old 11-26-2009, 06:32 AM     Post subject: Re: having trouble #15 (permalink)  

Join Date: Nov 2009
Posts: 3
scoobediah
Quote:
Originally Posted by Nakamura
Quote:
Originally Posted by scoobediah
I really want to use this script but I can't seem to get the tables to move out of the main stack. Space bar isn't working for me so I changed that to tab and it still didn't work. Any idea what I could be doing wrong?

Thanks
It's most likely that your slots are incorrectly set up. Open up the .ini files that is created by SetTable and confirm that the slots have sensible X and Y co-ords.
I opened it up and this is what it shows. I followed all the directions i am pretty sure. Do you know why it isn't writing properly to the .ini file?

[Location]
X_home=0
Y_home=0
Slot1_X=
Slot1_Y=
Slot2_X=
Slot2_Y=
Slot3_X=
Slot3_Y=
Reply With Quote
scoobediah
Old 11-26-2009, 06:43 AM     Post subject: Re: having trouble #16 (permalink)  

Join Date: Nov 2009
Posts: 3
scoobediah
Quote:
Originally Posted by scoobediah
Quote:
Originally Posted by Nakamura
Quote:
Originally Posted by scoobediah
I really want to use this script but I can't seem to get the tables to move out of the main stack. Space bar isn't working for me so I changed that to tab and it still didn't work. Any idea what I could be doing wrong?

Thanks
It's most likely that your slots are incorrectly set up. Open up the .ini files that is created by SetTable and confirm that the slots have sensible X and Y co-ords.
I opened it up and this is what it shows. I followed all the directions i am pretty sure. Do you know why it isn't writing properly to the .ini file?

[Location]
X_home=0
Y_home=0
Slot1_X=
Slot1_Y=
Slot2_X=
Slot2_Y=
Slot3_X=
Slot3_Y=
I went in and changed the coordinates and now it is working well. Thanks for the awesome script!
Reply With Quote
Dijgoho
Old 12-03-2009, 09:43 AM #17 (permalink)  

Join Date: Dec 2009
Posts: 2
Dijgoho
Hi,

I have a similar problem, but with a different script. It is a script to move windows, that I wrote myself. It works fine, but when I turn the pt3 HUD on, it stops working.

I have moved the files like Joaggi said, but that didn't help me.

Did anyone solved it any how?

Thanks
Reply With Quote
Nakamura
Old 12-03-2009, 09:58 AM #18 (permalink)  
Nakamura's Avatar
4-of-a-Kind

Join Date: Mar 2008
Location: Grindin'
Posts: 1,515
Nakamura is an unknown quantity at this point
I'm guessing this is caused by the HUD being a sort of overlaying window. I have never used PT3, so I don't know. Maybe Rage has something to add here?
Reply With Quote
Rage2100
Old 12-03-2009, 11:27 AM #19 (permalink)  
Rage2100's Avatar
Full House

Join Date: Jan 2007
Location: UK
Posts: 719
Rage2100 is on a distinguished road
Quote:
Originally Posted by Dijgoho
Hi,

I have a similar problem, but with a different script. It is a script to move windows, that I wrote myself. It works fine, but when I turn the pt3 HUD on, it stops working.

I have moved the files like Joaggi said, but that didn't help me.

Did anyone solved it any how?

Thanks
Quote:
Originally Posted by Joaggi
it was a vista problem.

i changed PokerTracker, PokerStars and AHK to run as administrator and moved the scripts to my users folder.

i dont know why but now it works
I know you said you already moved the files, but did you change PT3, AutoHotkey, and your poker client to run as administrator?

Directions how to do this can be found in the "Downloading And Installing AutoHotkey" section of the original post:
http://www.flopturnriver.com/phpBB2/...00-t85674.html
Reply With Quote
Dijgoho
Old 12-03-2009, 01:32 PM #20 (permalink)  

Join Date: Dec 2009
Posts: 2
Dijgoho
Hi,

I got it working as well. I had to set everything to lunch as an administrator. I wanted it because I wanted to program my logitech mouse for the hotkeys, so I had to lunch the logitech app as admin too.

Thanks for the support
Reply With Quote
bode
Old 12-03-2009, 05:02 PM #21 (permalink)  
bode's Avatar
Straight Flush

Join Date: May 2006
Location: slow motion
Posts: 4,270
bode is an unknown quantity at this point
Send a message via Skype™ to bode
mmmm lunch
Quote:
eeevees are not monies yet...they are like baby monies.
 
Reply With Quote
Reply
Latest Poker News
KoRnholio Old 05-26-2012, 03:08 PM    Australia Legalized Online Poker coming up in next 6 to 12 Months
According to an email sent out by Mark Bryan, a gaming analyst at Merrill Lynch, the Australian government plans to legalize online poker sometime in the next six to 12 months. This move will coincide ...

Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 06:38 AM.


FTR Testimonials

All content
© FlopTurnRiver.com
Advertising  |   Partners  |   Testimonials  |   T&C  |   Contact Us  |   FTR News & Press  |   Site Map  |   Search FTR

Full Tilt  |   Titan Poker  |   UltimateBet  |   Poker Stars  |   Ladbrokes Bonus  |   Sportsbook  |   Cake Poker  

Play Texas Holdem Online, Online Texas Holdem Strategy, & Poker Forum
This is not a gambling website.