Open Side Menu Go to the Top
Register
StarsHotkeys - AHK StarsHotkeys - AHK

06-12-2008 , 05:19 PM
All questions and bugs should be posted here to make my life easier.

I have updated the script. I've fixed the bug that changed a couple of the hotkeys to 1. The "never sit out" option now works with a variety of themes. And now there is an option to direct the actions to the table under the mouse cursor instead of the active table.

http://www.wickss.com/ahk/starshotkeys/
StarsHotkeys - AHK Quote
06-12-2008 , 05:33 PM
Seems to be great!

Is there any plan to include bet pot function?
What is the function of "Never fold for free"?

Thanks

Last edited by seijistar; 06-12-2008 at 05:39 PM.
StarsHotkeys - AHK Quote
06-12-2008 , 06:17 PM
neat

You've been using this for ages right?
StarsHotkeys - AHK Quote
06-12-2008 , 08:41 PM
Quote:
Originally Posted by seijistar
Seems to be great!

Is there any plan to include bet pot function?
What is the function of "Never fold for free"?

Thanks
At this point, I don't intend to include bet pot simply because it's so complex. "Never fold for free" will save you a mouseclick if you try to fold when it's free to check. A window pops up to say "It's free! Check or fold?" The script automatically clicks check.

Quote:
Originally Posted by _dave_
neat

You've been using this for ages right?
Yes. I've been using some form of the script for about a year. About 6 months ago I made an initial release to the public.
StarsHotkeys - AHK Quote
06-12-2008 , 09:49 PM
Hi,

I am testing the script right now. Most of the functions seems to be ok for 18 tabling with Stars Planner. Some questions:

1) i tried to use de "Check/Call" Hotkey but it doesn't work (tried with F8 and Down keys), am i doing something wrong?

2) how does works the "Never Sit Out" function?

tks

Last edited by seijistar; 06-12-2008 at 09:55 PM.
StarsHotkeys - AHK Quote
06-12-2008 , 10:06 PM
In the configuration window , what is Joy1 , 2 , 3 etc ?

Thanks
StarsHotkeys - AHK Quote
06-12-2008 , 10:13 PM
Quote:
Originally Posted by seijistar
Hi,

1) i tried to use de "Check/Call" Hotkey but it doesn't work (tried with F8 and Down keys), am i doing something wrong?

tks
I was tryin to use in other theme than the original from PS. Tested in original theme and worked fine
StarsHotkeys - AHK Quote
06-12-2008 , 11:45 PM
Quote:
Originally Posted by seijistar
Hi,

I am testing the script right now. Most of the functions seems to be ok for 18 tabling with Stars Planner. Some questions:

1) i tried to use de "Check/Call" Hotkey but it doesn't work (tried with F8 and Down keys), am i doing something wrong?

2) how does works the "Never Sit Out" function?

tks
1) Thats a bug with then new update. For now the check/call only works in the default theme. I'll work on fixing it.

2) It clicks the "I'm back" button on the active table if you are sitting out.

Quote:
Originally Posted by MrTynKyn
In the configuration window , what is Joy1 , 2 , 3 etc ?

Thanks
They are respective buttons on a gamepad or joystick.
StarsHotkeys - AHK Quote
06-12-2008 , 11:49 PM
Quote:
2) It clicks the "I'm back" button on the active table if you are sitting out.
I'll read the code tomorrow, but I am inherently lazy How does it determine this?
StarsHotkeys - AHK Quote
06-13-2008 , 12:14 AM
Quote:
Originally Posted by _dave_
I'll read the code tomorrow, but I am inherently lazy How does it determine this?
It checks the color of the pixels. It also checks to make sure that it's not a "join waitlist" button.
StarsHotkeys - AHK Quote
06-13-2008 , 07:33 PM
Wickss:

How to change joy1 .. 2 etc fro mouse buttons and wheel for increase 0.50 BB ?
Is the script working in a personalize theme ?

Thanks in advance
StarsHotkeys - AHK Quote
06-15-2008 , 03:54 PM
Wow thanks for sharing this script Wickss. This is AWESOME!
StarsHotkeys - AHK Quote
06-15-2008 , 03:57 PM
kara : do you know how to change the buttons of joystick for the button mousse ?
StarsHotkeys - AHK Quote
06-15-2008 , 04:09 PM
http://www.autohotkey.com/docs/Hotkeys.htm

http://www.autohotkey.com/docs/KeyList.htm

I love this script, but wish it worked with the Black Lobby Theme.

Last edited by fozzy71; 06-15-2008 at 04:15 PM.
StarsHotkeys - AHK Quote
06-15-2008 , 07:39 PM
Quote:
Originally Posted by MrTynKyn
kara : do you know how to change the buttons of joystick for the button mousse ?
sorry, not sure. i play on my laptop so i set everything up using various keys. this script is great!
StarsHotkeys - AHK Quote
06-15-2008 , 07:45 PM
thanks for those links fozzy. ohhhh is that the problem...the black lobby? and i wish the check/call option worked with the simple theme, but the script is so sweet i might just have to change my theme.
StarsHotkeys - AHK Quote
06-15-2008 , 08:46 PM
Yes, the black lobby kills most of the Other Keys functions. What theme are you using?
StarsHotkeys - AHK Quote
06-15-2008 , 10:02 PM
glad i saw your post about the lobby...i was wondering what was wrong lol. i'm using the hyper simple theme with a custom background.
StarsHotkeys - AHK Quote
06-15-2008 , 10:05 PM
Do you use BetPot? It should/might work with HyperSimple, and it has code for call. I don't use any hotkeys for check/call/fold currently, so I don't know how well it works. Ask _dave_ in the BetPot thread for more details, if you need them.

Code:
F9::
Fold(getid())
return

F10::
Call(getid())
return

F11::
Raise(getid())
return
StarsHotkeys - AHK Quote
06-15-2008 , 11:18 PM
thanks fozzy. i was just looking at betpot. i think i will start using it!
StarsHotkeys - AHK Quote
06-16-2008 , 11:16 AM
Hey, is there a way to just have the script use the auto-Sit in feature? I already have another larger BetPot script running, and just want the Sit-in feature to work. Maybe I can just combine that code with my preexisting script? Thanks
StarsHotkeys - AHK Quote
06-16-2008 , 11:30 AM
I use Stars Planner for the auto buy/sit in and _dave_s BetPot script. I just started using this script, and so far I am only using this script for hotkeys to join/close tables, lobby/cashier, etc.

Here is a shot of the scripts i use. The Opener is an AHK to open all my other AHK's.

http://www.visitthesaint.com/software/the-opener/

StarsHotkeys - AHK Quote
06-16-2008 , 11:56 AM
Hey fozzy, your also a script addict!
Just one question: is StarsNotes working on your computer?
StarsHotkeys - AHK Quote
06-16-2008 , 12:14 PM
Never used it. I use the notes in HMHUD.
StarsHotkeys - AHK Quote
06-16-2008 , 01:42 PM
how come i've never seen this before??? looks amazing...
StarsHotkeys - AHK Quote

      
m