![]() |
|
#41
|
|||
|
|||
|
[ QUOTE ]
Hi, can this script be adjusted so that you reload to 20-BB? [img]/images/graemlins/cool.gif[/img] [/ QUOTE ] Die shortstackers!!! |
|
#42
|
|||
|
|||
|
[ QUOTE ]
[ QUOTE ] Hi, can this script be adjusted so that you reload to 20-BB? [img]/images/graemlins/cool.gif[/img] [/ QUOTE ] Die shortstackers!!! [/ QUOTE ] When I play with a full stack i love shortstackers, 95% of them are baddddddddddd. Now if YOU stop calling my pushes with 66 and AJs I might stop shortstacking. [img]/images/graemlins/cool.gif[/img] |
|
#43
|
|||
|
|||
|
How would I edit this script to just reload at the currently selected table?
|
|
#44
|
|||
|
|||
|
[ QUOTE ]
How would I edit this script to just reload at the currently selected table? [/ QUOTE ] Replace CR_ReloadAll() with: <font class="small">Code:</font><hr /><pre> CR_ReloadAll() { WinGetActiveTitle, title WinGet, winID, ID, %title% WinGetClass, class, ahk_id %winID% if (class = "#32770") CR_ReloadPartyTable(winID) ps_class = Afx:400000:b: IfInString, class, %ps_class% CR_ReloadStarsTable(winID) }</pre><hr /> In fact, I think I'll add this to the wiki page disabled by default. |
|
#45
|
|||
|
|||
|
Released v0.15
- Added option to only reload the active table (disabled by default) Set "cr_reload_active_table = 1" to enable Edited: Maybe instead of this option I should just create another hotkey to only reload the active table ??? |
|
#46
|
|||
|
|||
|
Thanks a lot AP10!
|
|
#47
|
|||
|
|||
|
Hey AP, thanks. Just go ahead and add the stuff you want. I don't mind; quite the contrary. [img]/images/graemlins/wink.gif[/img]
Adde |
|
#48
|
|||
|
|||
|
No, but seriously, can this script be altered that it auto-buys in for 20 or 50 BB instead of 100 BB?
Or is that not possible? |
|
#49
|
|||
|
|||
|
Yeah it can and I will do it once I find time.
For what its worth...DeMonster will auto-buyin short stacked on Party tables but it'll only do it one table at a time (after you manually click rebuy) |
|
#50
|
|||
|
|||
|
[ QUOTE ]
Yeah it can and I will do it once I find time. [/ QUOTE ] Ah great, that would be awesome. [img]/images/graemlins/smile.gif[/img] |
![]() |
|
|