Two Plus Two Newer Archives  

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

Reply
 
Thread Tools Display Modes
  #1  
Old 11-13-2007, 11:07 PM
B1gSexy B1gSexy is offline
Member
 
Join Date: Sep 2006
Location: Raleigh, NC
Posts: 34
Default AHK help - ChipReloader

I cannot for the life of me get the ChipReloader script to work. This is my first time using AHK at all, and I followed the instructions exactly. I d/led and installed AHK, then right-clicked the desktop and clicked on "New" then "AutoHotKey Script" and pasted the code. Renamed the script to "ChipReloader.ahk". Fired up some Stars tables and when I hit the hotkey nothing happens. I tried changing the hotkey to something else, still nothing happens. Are there any known conflicts between PokerOffice and AutoHotKey?? I really can't figure out what the problem is.

Any suggestions??


Btw, is it necessary to have this code at the top of each script?? Everytime you create a new one it's at the top, does it need to be included??:

;
; AutoHotkey Version: 1.x
; Language: English
; Platform: Win9x/NT
; Author: A.N.Other <myemail@nowhere.com>
;
; Script Function:
; Template script (you can customize this template by editing "ShellNew\Template.ahk" in your Windows folder)
;

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
Reply With Quote
  #2  
Old 11-13-2007, 11:29 PM
freecard4all freecard4all is offline
Senior Member
 
Join Date: Apr 2007
Posts: 479
Default Re: AHK help - ChipReloader

If you want to get an advise you'll have to publish your code. There's really no way how to help with something if you can only guess what it does (well it "reloads" but you have to show how it does it)...

[ QUOTE ]
Everytime you create a new one it's at the top, does it need to be included??:

[/ QUOTE ]

no if you know what you are doing. Otherwise leave there this 3 lines and you can delete the rest:

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
Reply With Quote
  #3  
Old 11-14-2007, 01:00 AM
B1gSexy B1gSexy is offline
Member
 
Join Date: Sep 2006
Location: Raleigh, NC
Posts: 34
Default Re: AHK help - ChipReloader

The code is the one found here, thought it was a well-known script: http://www.overcards.com/wiki/moin.cgi/ChipReloader
Reply With Quote
  #4  
Old 11-14-2007, 01:10 AM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: AHK help - ChipReloader

It should work fine... probably something needs editing.

If you are only on Stars, try the other one (mine) http://www.overcards.com/wiki/moin.c...rsAutoReloader - default hotkey is F1.

Or compare the two and see what makes one work but not the other.

dave.
Reply With Quote
  #5  
Old 11-14-2007, 01:46 AM
B1gSexy B1gSexy is offline
Member
 
Join Date: Sep 2006
Location: Raleigh, NC
Posts: 34
Default Re: AHK help - ChipReloader

I tried the autoreloader and it works fine but I don't like how it will try to reload even when you have a full stack. Very annoying, and I couldn't figure out how to change it so it wouldn't do that. Everytime it reloads a table, it freezes that table up for a couple seconds. So when it's reloading a table that's already full, and it's doing that over and over on 12 tables, it's gets very annoying.
Reply With Quote
  #6  
Old 11-14-2007, 04:50 PM
B1gSexy B1gSexy is offline
Member
 
Join Date: Sep 2006
Location: Raleigh, NC
Posts: 34
Default Re: AHK help - ChipReloader

What settings do I need to use for the autoreloader so it doesn't try to reload my chips when I have a full stack??
Reply With Quote
  #7  
Old 11-14-2007, 05:31 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: AHK help - ChipReloader

there is a setting near the top "min_nl_bbs := 104" or similar. change this to "min_nl_bbs := 0", save & reload the script, open some tables and it should only ever reload if you totally empty [img]/images/graemlins/smile.gif[/img]
Reply With Quote
  #8  
Old 11-14-2007, 08:23 PM
B1gSexy B1gSexy is offline
Member
 
Join Date: Sep 2006
Location: Raleigh, NC
Posts: 34
Default Re: AHK help - ChipReloader

That's weird b/c I set it to 50 before and it still tried to reload when I had a full stack. Maybe I needed to reload the script or something. Anyway, it works now, thx for your help.
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 06:11 PM.


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