View Single Post
  #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