![]() |
|
#51
|
|||
|
|||
|
I just got it going and at frist F12 didn't work, so naturally I just tried the other F keys, and F9 did the trick on my setup, so perhaps try that for those who can't seem to get it working right.
Cool Script. |
|
#52
|
|||
|
|||
|
[ QUOTE ]
I just got it going and at frist F12 didn't work, so naturally I just tried the other F keys, and F9 did the trick on my setup, so perhaps try that for those who can't seem to get it working right. Cool Script. [/ QUOTE ] He changed the code from F12 to F9 in the latest version (just take a quick look at the code). |
|
#53
|
|||
|
|||
|
howdy.
trying to get the script to work and no dice for me - i have latest versions of ahk and the script. F9 gets a beep for me, so the script is running. when i test it out on stars, it won't max out my stack when i'm sitting. however, when i click options and then hit F9, it works on that particular table (not any of the others). excited to get this to work soon! :-D |
|
#54
|
|||
|
|||
|
I'm hoping to clean up this script and add some functionality here shortly...
[ QUOTE ] however, when i click options and then hit F9, it works on that particular table (not any of the others). [/ QUOTE ] Sounds like you have cr_reload_active_table = 1. When this is set it will only reload the table that your mouse is over. Next version, I plan on adding 2 hotkeys. One to reload all tables and one to reload the active table... |
|
#55
|
|||
|
|||
|
[ QUOTE ]
howdy. trying to get the script to work and no dice for me - i have latest versions of ahk and the script. F9 gets a beep for me, so the script is running. when i test it out on stars, it won't max out my stack when i'm sitting. however, when i click options and then hit F9, it works on that particular table (not any of the others). excited to get this to work soon! :-D [/ QUOTE ] Using another theme than the deafult one causes this. The area where to click for openiing the options dialog is different for different themes. You can fix this by following the instructions in another post in this thread: http://forumserver.twoplustwo.com/sh...Number=6753598 Adde |
|
#56
|
|||
|
|||
|
Update v0.17:
- Add sound setting (cr_sound_off). Default to 1 (sound off). http://overcards.com/wiki/moin.cgi/ChipReloader Adde |
|
#57
|
|||
|
|||
|
arg. this is totally frustrating......it wont work for PS still. my coordinates are 250 and 30. i have the latest of everything. my resolution is 1920 x 1200 and i have shrunk the PS tables to their smallest size. any help?
029: cr_hotkey_reload = F9 033: cr_reload_party = 1 034: cr_reload_stars = 1 038: cr_reload_active_table = 0 042: cr_sound_off = 0 055: cr_scriptpad_command_header = Chip Reloader 056: cr_scriptpad_command_name = Reload All Tables 057: cr_scriptpad_command_label = CR_ReloadAll_Label 058: cr_scriptpad_command_enabled = 1 060: ahk_version = 1.0.44.07 061: if A_AhkVersion < %ahk_version% 069: cr_web_page = http://overcards.com/wiki/moin.cgi/PokerReloader 071: Hotkey,%cr_hotkey_reload%,CR_ReloadAll_Label,UseEr rorLevel 073: Goto,CR_Scriptpad_End 306: Exit (101.08) Press [F5] to refresh. |
|
#58
|
|||
|
|||
|
Released:
Chip Reloader v0.18 - Added Full Tilt support - Added reload active table hotkey Best regards, APerfect10 |
|
#59
|
|||
|
|||
|
Next up, Bodog support [img]/images/graemlins/smile.gif[/img]
|
|
#60
|
|||
|
|||
|
[ QUOTE ]
Released: Chip Reloader v0.18 - Added Full Tilt support - Added reload active table hotkey Best regards, APerfect10 [/ QUOTE ] i love you, sir. |
![]() |
|
|