Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Internet Gambling > Software
FAQ Community Calendar Today's Posts Search

View Poll Results: Should scum thread titles be allowed?
Yes 27 35.53%
No 17 22.37%
Pokeraddict should use his best judgement 32 42.11%
Voters: 76. You may not vote on this poll

Reply
 
Thread Tools Display Modes
  #281  
Old 11-13-2007, 04:45 PM
Xanderz Xanderz is offline
Senior Member
 
Join Date: Oct 2007
Posts: 230
Default Re: PokerPad - AHK hotkey script

[ QUOTE ]
I dont know if it has been asked before:

could you make it possible to work the Right click Fold button on stars for the small boxes also (if its not your turn) or isnt this possible, so that well have to wait until its our turn to fold?

[/ QUOTE ]
Clicking Checkboxes is currently broken on Poker Stars. It'll try to fix this in the next release.
Reply With Quote
  #282  
Old 11-13-2007, 04:47 PM
Xanderz Xanderz is offline
Senior Member
 
Join Date: Oct 2007
Posts: 230
Default Re: PokerPad - AHK hotkey script

[ QUOTE ]
Or I could try putting the Rightclick on check also

Ill give it a try


EDIT: not only doesnt the double thing work, I also lost quite a few chips on a miscall

[/ QUOTE ]
Yes... Bad Idea [img]/images/graemlins/wink.gif[/img] The second use of the same hotkey will overwrite the previous one.
Reply With Quote
  #283  
Old 11-14-2007, 02:59 AM
Nohchi19 Nohchi19 is offline
Member
 
Join Date: Sep 2007
Posts: 38
Default Re: PokerPad - AHK hotkey script

Xanderz good job, greate AHK Script! But i have some problems.
1) HotKeys work not perferct sometimes i need to push hotkey 2-5 times to make action ( PokerStars ) Why so ? Mb cuz i blind it for Xbutton1, Xbutton2, MButton ?
Well your script is very cool, but all i need is 2 function. Bet/Raise/Fold Hotkeys and BetPot, can you please make this AHK Script. I just cant find what code should i copy from full version. Thank you !
Reply With Quote
  #284  
Old 11-14-2007, 10:07 AM
Xanderz Xanderz is offline
Senior Member
 
Join Date: Oct 2007
Posts: 230
Default Re: PokerPad - AHK hotkey script

[ QUOTE ]
Xanderz good job, greate AHK Script! But i have some problems.
1) HotKeys work not perferct sometimes i need to push hotkey 2-5 times to make action ( PokerStars ) Why so ? Mb cuz i blind it for Xbutton1, Xbutton2, MButton ?

[/ QUOTE ]I don't experience this problem with the default hotkeys. Can you confirm that this problem exists for them as well?

[ QUOTE ]
Well your script is very cool, but all i need is 2 function. Bet/Raise/Fold Hotkeys and BetPot, can you please make this AHK Script. I just cant find what code should i copy from full version. Thank you !

[/ QUOTE ]
If you clear the hotkeys for everything you don't want, you shouldn't have any problems. There is almost no performance gain / resource gain from trimming down the code.. There certainly will be no CPU performance gain as the script doesn't run any background processes (those are delegated to "add-ons"). You'd only see a few KB of less memory used which is completely negligible.
Reply With Quote
  #285  
Old 11-14-2007, 01:42 PM
terance terance is offline
Senior Member
 
Join Date: Jul 2007
Location: fapfapfap
Posts: 100
Default Re: PokerPad - AHK hotkey script

Xanderz, is it possible to set a different value for the Full Tilt reloading? Let's say I only want to reload when i get below 90bb ?
Reply With Quote
  #286  
Old 11-14-2007, 02:50 PM
Xanderz Xanderz is offline
Senior Member
 
Join Date: Oct 2007
Posts: 230
Default Re: PokerPad - AHK hotkey script

[ QUOTE ]
Xanderz, is it possible to set a different value for the Full Tilt reloading? Let's say I only want to reload when i get below 90bb ?

[/ QUOTE ]
This will be changable in the Settings window in the future. For now you can edit the AutoReload.ahk file by changing the line:

if (reload || chips < 100 * FullTilt_GetBlind(true)) {

to

if (reload || chips < 90 * FullTilt_GetBlind(true)) {
Reply With Quote
  #287  
Old 11-14-2007, 05:15 PM
Al4as Al4as is offline
Member
 
Join Date: Mar 2007
Posts: 85
Default Re: PokerPad - AHK hotkey script

Seems like the latest version helped, but its still not 100% working for me on Ongame.
Everything works fine PF, and then after nothing works. I suspect its still because of the . vs ,

I changed the settings like you said in the language and it didnt help [img]/images/graemlins/frown.gif[/img]
Reply With Quote
  #288  
Old 11-14-2007, 05:51 PM
terance terance is offline
Senior Member
 
Join Date: Jul 2007
Location: fapfapfap
Posts: 100
Default Re: PokerPad - AHK hotkey script

[ QUOTE ]
[ QUOTE ]
Xanderz, is it possible to set a different value for the Full Tilt reloading? Let's say I only want to reload when i get below 90bb ?

[/ QUOTE ]
This will be changable in the Settings window in the future. For now you can edit the AutoReload.ahk file by changing the line:

if (reload || chips < 100 * FullTilt_GetBlind(true)) {

to

if (reload || chips < 90 * FullTilt_GetBlind(true)) {

[/ QUOTE ]

Thanks a lot!
Reply With Quote
  #289  
Old 11-14-2007, 08:53 PM
Xanderz Xanderz is offline
Senior Member
 
Join Date: Oct 2007
Posts: 230
Default Re: PokerPad - AHK hotkey script

[ QUOTE ]
Seems like the latest version helped, but its still not 100% working for me on Ongame.
Everything works fine PF, and then after nothing works. I suspect its still because of the . vs ,

I changed the settings like you said in the language and it didnt help [img]/images/graemlins/frown.gif[/img]

[/ QUOTE ]
They probably use the setting of the region of the address they have on file then. You'll be able to specify the decimal separator in the next version.
Reply With Quote
  #290  
Old 11-15-2007, 10:03 AM
n1nj4.br n1nj4.br is offline
Senior Member
 
Join Date: Jan 2006
Location: Brazil
Posts: 1,571
Default Re: PokerPad - AHK hotkey script

Xanderz,
great script, it has been very helpfull at fulltilt.

Are u thinking about implementing Cryptlogic?
Reply With Quote
Reply


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

Forum Jump


All times are GMT -4. The time now is 02:05 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.