Open Side Menu Go to the Top
Register
Stars Auto Reloader (NL & Limit) - New AHK Script Stars Auto Reloader (NL & Limit) - New AHK Script

01-31-2008 , 02:59 PM
i have tried everything to get this to work with vista and still no luck, any ideas dave?
Stars Auto Reloader (NL & Limit) - New AHK Script Quote
01-31-2008 , 06:45 PM
Quote:
Originally Posted by sakrei
i have tried everything to get this to work with vista and still no luck, any ideas dave?

I spent ~3 minutes and used the "Search This Thread" feature, and found this for you. If this fixes it, I deserve a cookie for being so damn nice to you, and doing your search. (read: not Flaming you to hell and back)

fwiw - I am on XP.




Quote:
Quote:
Originally Posted by Caeddyn
I was having the same problem as the other posters, F1 worked but the autorebuy didn't. So I took a look at the source code and found the problem. Lines 144 and 220 look like this:

str := str . " StringTrimRight, title, title, (StrLen(title) - InStr(title, ""- "", true, 0))+1`n"

This line removes the right side of the title of a table in order to find the relative hand history. However it's not removing the space before the dash. I noticed this because the script was not finding the hand history file since the filename had a space before ".txt". The line should be changed to something like this:

str := str . " StringTrimRight, title, title, (StrLen(title) - InStr(title, "" - "", true, 0))+1`n"

Notice the space before the '-'. Anyway, I'm just glad I could get the autorebuy finally working.

-Caeddyn
Quote:
Originally Posted by ryanj247
this works. on vista! you're awesome. cheers dude!
Stars Auto Reloader (NL & Limit) - New AHK Script Quote
01-31-2008 , 10:33 PM
didnt work man
Stars Auto Reloader (NL & Limit) - New AHK Script Quote
01-31-2008 , 10:41 PM
If you are not already, run *everything* always as admin.

Disable UAC if that don't work.

Keep the edit Fozzy quoted above if you are on the latest Stars client.
Stars Auto Reloader (NL & Limit) - New AHK Script Quote
01-31-2008 , 10:44 PM
im a big noob whats UAC
Stars Auto Reloader (NL & Limit) - New AHK Script Quote
01-31-2008 , 10:47 PM
user account control, got it
Stars Auto Reloader (NL & Limit) - New AHK Script Quote
01-31-2008 , 10:50 PM
Quote:
Originally Posted by sakrei
didnt work man
Sorry, I was tryin to be helpful. GL

Quote:
Originally Posted by _dave_
If you are not already, run *everything* always as admin.

Disable UAC if that don't work.

Keep the edit Fozzy quoted above if you are on the latest Stars client.
?? I was right? Perhaps?

Stars Auto Reloader (NL & Limit) - New AHK Script Quote
02-02-2008 , 05:25 PM
Is there any chance to set a special BB amount as "maximum" buyin?

It works fine with me, buying in with 100BB automatically but I would like to buyin with less BB.

Anyone an idea how to do this? Or how to implement this?

thx
Stars Auto Reloader (NL & Limit) - New AHK Script Quote
02-02-2008 , 08:07 PM
Quote:
Originally Posted by TheLuckyOne
Is there any chance to set a special BB amount as "maximum" buyin?

It works fine with me, buying in with 100BB automatically but I would like to buyin with less BB.

Anyone an idea how to do this? Or how to implement this?

thx
LOLz please stick to full stack...move to a limit you feel you can buy in full. ty
Stars Auto Reloader (NL & Limit) - New AHK Script Quote
02-03-2008 , 03:08 PM
Quote:
Originally Posted by TheLuckyOne
Is there any chance to set a special BB amount as "maximum" buyin?

It works fine with me, buying in with 100BB automatically but I would like to buyin with less BB.

Anyone an idea how to do this? Or how to implement this?

thx
yes, I believe you can change it
[PHP]
min_nl_bbs := 100

min_limit_bbs := 50
rebuy_limit_bbs := 4[/PHP]

change

min_nl_bbs := whatever you want
Stars Auto Reloader (NL & Limit) - New AHK Script Quote
02-07-2008 , 10:37 PM
I'm getting a recurring problem with the script.

Seemingly out of nowhere, when I press F1 over a table it'll open the options menu, but give me a machine gun-sounding series of error beeps and get stuck on that window until I close it or click 'add more chips'.

I can't think of anything that could cause the problem; it just shows up at random times.
Stars Auto Reloader (NL & Limit) - New AHK Script Quote
02-07-2008 , 10:42 PM
you are not alone no idea what causes it, but as you say - just click "add chips" on the offending window
Stars Auto Reloader (NL & Limit) - New AHK Script Quote
02-08-2008 , 07:12 PM
Ran stars update, Doh !! Now it doesnt work at all, even manually pressing f1 no longer works.
Stars Auto Reloader (NL & Limit) - New AHK Script Quote
02-13-2008 , 04:42 PM
Stars update again and now F1 works again, but no auto. No more stars updates for me till this is working again.
Stars Auto Reloader (NL & Limit) - New AHK Script Quote
02-13-2008 , 04:49 PM
Quote:
Originally Posted by jws43yale
Stars update again and now F1 works again, but no auto. No more stars updates for me till this is working again.
If you use AHK scripts - you should not let stars auto-update you. It's that simple.

Quote:
The shortcut you are using (on your DTop I assume) points to - "C:\Program Files\PokerStars\PokerStarsUpdate.exe". If you make a new shortcut, pointing to - "C:\Program Files\PokerStars\PokerStars.exe" this will keep the client from updating every time you launch.
I update every 4-8 weeks. Before updating I RAR/ZIP my entire "C:\Program Files\PokerStars" folder. Then I run the update shortcut. If I have problems, I unpack my RAR of the last version and I am right back to the way things were before the update.

Once the AHK scripts are fixed, then I update.
Stars Auto Reloader (NL & Limit) - New AHK Script Quote
02-15-2008 , 10:34 PM
I m feeling dizzy , tried just about evrything in this tread , running on vista obv i am waving the white flag till i see something new i haven t tried.
I am a bit worry that i have changed the scrpt line 144 and 220 but i can always download a new script and have a fresh start.

At least the f1 is working fine and is verry hellpfull (+20tablings) so tx again dave for that ,ive allready sent a donation and hope others follow...
Stars Auto Reloader (NL & Limit) - New AHK Script Quote
02-15-2008 , 10:38 PM
If you use a standard 5 button mouse change manual reload from F1 to XButton1 (left thumb). No need to use your left hand on the F-keys if u can just do a quick mouse thumb click.
Stars Auto Reloader (NL & Limit) - New AHK Script Quote
02-15-2008 , 10:42 PM
Hey tx for the tips ,i use a mx revolution but also use bet pot script so don t know if it s possible.If it is what am i supose to change in the script?
tx for ur help
Stars Auto Reloader (NL & Limit) - New AHK Script Quote
02-15-2008 , 10:47 PM
U prolly better let dave answer re: that mouse, as it has some specific issues, IIRC.

I changed 1 line in: StarsAutoReloader-v0.2e.ahk

I replaced F1 with XButton1

Code:
XButton1::  ; <-------- Hotkey for manual reload, point mouse, press key.
Stars Auto Reloader (NL &amp; Limit) - New AHK Script Quote
02-15-2008 , 10:50 PM
Sorry don't know why your Vista doesn't auto reload

I use MX revolution - the two "thumb" buttons, I think they're "back" and "forward" - I have set to fold (via BetPot) and reload (via this).

You need to install uberoptions to unlock them, I think - then make them send XButton1 & 2, or (like I do) F18 / F19 keypress events. Then you just change the F1 in the script to suit
Stars Auto Reloader (NL &amp; Limit) - New AHK Script Quote
02-15-2008 , 10:54 PM
Tyvm for ur time guys , apreciate it!
Stars Auto Reloader (NL &amp; Limit) - New AHK Script Quote
02-16-2008 , 10:51 AM
ok, i can't get this script to autoreload, I have to hit F1 manually, by that time it sits me out. So i have to click back everytime after i hit F1. Wasn't this supposed to autoreload. I'm on xp pro, and using a custom theme, not sure if that affects it somehow. Also if u have no chips left in bank, and I try to reload with F1, it freezes the whole poker client, i then have to close process.

On another note, Dave, what other scripts have u written other than betpot. I'm looking for a script that will allow me to bet a certain amount with a hotkey.
Like say i wanna bet 150 or 500 or 999, any number of my choice. Not sure if the betpot does that as I find that script really confusing, u need to make a gui for changing it's settings kinda like pokerpad.
Stars Auto Reloader (NL &amp; Limit) - New AHK Script Quote
02-16-2008 , 03:32 PM
Aie aie , i havent changed settings for my mouse yet but surprisngly it worked today and autoreload for like 30 min then it stopped working and my betpot started going crazy and betting sick amount like 52bb!
I remember thinking that vista was gonna help me multitabling faster ,soo frustrating.
Anyone had that problem before??
Stars Auto Reloader (NL &amp; Limit) - New AHK Script Quote
02-16-2008 , 10:36 PM
Quote:
Originally Posted by Rokudaime
ok, i can't get this script to autoreload, I have to hit F1 manually, by that time it sits me out. So i have to click back everytime after i hit F1. Wasn't this supposed to autoreload. I'm on xp pro, and using a custom theme, not sure if that affects it somehow. Also if u have no chips left in bank, and I try to reload with F1, it freezes the whole poker client, i then have to close process.
Hit F1 before the hand is over. like shove / call all-in, insta-hit reload before even the river is dealt. I have a habit now clicking it after every bet.

And yes, PokerStars will full-on crash if you try and reload when you have your whole roll on the tables - insta-maga-tilt ! it is nothing to do with autoreload, if you reload manually the same tilt-inducer will happen. Maybe it is their signal to take a break

Quote:
On another note, Dave, what other scripts have u written other than betpot. I'm looking for a script that will allow me to bet a certain amount with a hotkey.
Like say i wanna bet 150 or 500 or 999, any number of my choice. Not sure if the betpot does that as I find that script really confusing, u need to make a gui for changing it's settings kinda like pokerpad.
BetPot does this. Post in the BetPot thread exactly what buttons you want to bet what amounts (at what stakes) and I'll give you the code.

I ocasionally try to make a GUI, it is not easy to encompass all the functionality of betpot with GUI options
Stars Auto Reloader (NL &amp; Limit) - New AHK Script Quote
02-16-2008 , 10:40 PM
Quote:
Originally Posted by frenchfish
Aie aie , i havent changed settings for my mouse yet but surprisngly it worked today and autoreload for like 30 min then it stopped working
Have you changed the timezone from "-5"?

Quote:
and my betpot started going crazy and betting sick amount like 52bb!
I remember thinking that vista was gonna help me multitabling faster ,soo frustrating.
Anyone had that problem before??
no idea why that would happen. hopefully you had autobet off!

XP Pro (with window animations all disabled) is far and away the best multitabling platform at this time imo.
Stars Auto Reloader (NL &amp; Limit) - New AHK Script Quote

      
m