|
Joaggi
|
11-18-2009, 12:10 AM
Post subject: AHK Script movetables from Nakamura
|
#1 (permalink)
|
|
Join Date: Nov 2009
Posts: 5
|
|
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
|
|
|
Play for FREE and practice your game at...
Join the FTR Poker Forum to disable these banners and start posting!
|
|
Rage2100
|
|
Full House
Join Date: Jan 2007
Location: UK
Posts: 719
|
|
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".
|
|
|
|
Joaggi
|
|
Join Date: Nov 2009
Posts: 5
|
|
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.
|
|
|
|
Joaggi
|
|
Join Date: Nov 2009
Posts: 5
|
|
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.
|
|
|
|
Rage2100
|
|
Full House
Join Date: Jan 2007
Location: UK
Posts: 719
|
|
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.
|
|
|
|
Joaggi
|
|
Join Date: Nov 2009
Posts: 5
|
|
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
|
|
|
|
Joaggi
|
|
Join Date: Nov 2009
Posts: 5
|
|
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.
|
|
|
|
Nakamura
|
|
4-of-a-Kind
Join Date: Mar 2008
Location: Grindin'
Posts: 1,515
|
|
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.
|
|
|
|
Rage2100
|
|
Full House
Join Date: Jan 2007
Location: UK
Posts: 719
|
|
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.
|
|
|
|
Rage2100
|
|
Full House
Join Date: Jan 2007
Location: UK
Posts: 719
|
|
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.
|
|
|
|
a_e_82
|
|
Join Date: Nov 2009
Posts: 2
|
|
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
|
|
|
|
Nakamura
|
|
4-of-a-Kind
Join Date: Mar 2008
Location: Grindin'
Posts: 1,515
|
|
Free-roll coming up again?
|
|
|
|
scoobediah
|
11-26-2009, 05:30 AM
Post subject: having trouble
|
#13 (permalink)
|
|
Join Date: Nov 2009
Posts: 3
|
|
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
|
|
|
|
Nakamura
|
11-26-2009, 05:36 AM
Post subject: Re: having trouble
|
#14 (permalink)
|
|
4-of-a-Kind
Join Date: Mar 2008
Location: Grindin'
Posts: 1,515
|
|
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.
|
|
|
|
scoobediah
|
11-26-2009, 06:32 AM
Post subject: Re: having trouble
|
#15 (permalink)
|
|
Join Date: Nov 2009
Posts: 3
|
|
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=
|
|
|
|
scoobediah
|
11-26-2009, 06:43 AM
Post subject: Re: having trouble
|
#16 (permalink)
|
|
Join Date: Nov 2009
Posts: 3
|
|
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!
|
|
|
|
Dijgoho
|
|
Join Date: Dec 2009
Posts: 2
|
|
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
|
|
|
|
Nakamura
|
|
4-of-a-Kind
Join Date: Mar 2008
Location: Grindin'
Posts: 1,515
|
|
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?
|
|
|
|
Rage2100
|
|
Full House
Join Date: Jan 2007
Location: UK
Posts: 719
|
|
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
|
|
|
|
Dijgoho
|
|
Join Date: Dec 2009
Posts: 2
|
|
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
|
|
|
|
bode
|
|
Straight Flush
Join Date: May 2006
Location: slow motion
Posts: 4,270
|
|
mmmm lunch
|
Quote:
|
eeevees are not monies yet...they are like baby monies.
|
|