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 08-16-2007, 04:35 PM
guitarizt guitarizt is offline
Senior Member
 
Join Date: Dec 2005
Location: Michigan
Posts: 505
Default I can\'t get d-jarls\' ftp sngmth ahk script to work!

Quetzo / d-jarl made this:

http://www.overcards.com/wiki/moin.c...t=%28sngmth%29

I have the newest version, but I have never been able to get this to work. I put my player name in the settings. All it does is select the game it is supposed to register for. Then it selects the first game on the list and it keeps going back and forth. I really need this now because I've been spending so much time table selecting and unregistering from sngs with a bunch of regs already in them. Plz help me I've spent a ton of time trying to get this to work!
Reply With Quote
  #2  
Old 08-16-2007, 07:32 PM
Quetzo Quetzo is offline
Senior Member
 
Join Date: Jan 2006
Location: Sweden
Posts: 262
Default Re: I can\'t get d-jarls\' ftp sngmth ahk script to work!

[ QUOTE ]
All it does is select the game it is supposed to register for.

[/ QUOTE ]

Not sure I understand the problem, does it never open any tourney lobbies?
Reply With Quote
  #3  
Old 08-16-2007, 10:59 PM
guitarizt guitarizt is offline
Senior Member
 
Join Date: Dec 2005
Location: Michigan
Posts: 505
Default Re: I can\'t get d-jarls\' ftp sngmth ahk script to work!

No it doesn't open the lobbies, it just keeps highlighting the sng over and over again. I'm gonna make a video of it... with commentary, yay!

[edit] here's the video I just made: http://rapidshare.com/files/49468713/ahk_xvid.avi.html
Reply With Quote
  #4  
Old 08-17-2007, 08:58 AM
Quetzo Quetzo is offline
Senior Member
 
Join Date: Jan 2006
Location: Sweden
Posts: 262
Default Re: I can\'t get d-jarls\' ftp sngmth ahk script to work!

hmm, fishy stuff!

If you use the setting "Create Logs" the listview at the bottom of the GUI might say a little more about where the script experience problems. Now it just said "Started Registration".
Reply With Quote
  #5  
Old 08-17-2007, 11:09 AM
guitarizt guitarizt is offline
Senior Member
 
Join Date: Dec 2005
Location: Michigan
Posts: 505
Default Re: I can\'t get d-jarls\' ftp sngmth ahk script to work!

It says:

Pausing registration
Continuing registration
Moving to the top of Lobby list
End of Lobby list
Pausing registration
Stopped registration
Continuing registration

then it just repeats
Reply With Quote
  #6  
Old 08-17-2007, 01:04 PM
Quetzo Quetzo is offline
Senior Member
 
Join Date: Jan 2006
Location: Sweden
Posts: 262
Default Re: I can\'t get d-jarls\' ftp sngmth ahk script to work!

I'm pretty sure that info and the video tells me what's wrong, not sure why though.

Since the script manage to move down to second row and back to the top indicates it can communicate with the Lobby. That it stops after second row must be because it thinks that row is the same as the first row, which probably means both first and second row gives null since they otherwice wouldn't be be same. That means that the script can't read the Lobby's ListView, but we know it can communicate with it. One difference with reading the text and moving between rows is that the script don't use ControlFocus before trying to read. It shouldn't make any difference, but your OS might do something that mess upp the focus, so try editing the function ReadLine() in file Functions.ahk to:

<font class="small">Code:</font><hr /><pre>ReadLine()
{
ControlFocus, SysListView3211, ahk_class FTCLobby
ControlGet, row, List, Focused, SysListView3211, ahk_class FTCLobby
GuiControl,,info, Lobby info: %row%||

return row
}</pre><hr />
I also put in a row so that the script says what info he got from the Lobby so we can be sure that's the problem.
Reply With Quote
  #7  
Old 08-17-2007, 01:16 PM
guitarizt guitarizt is offline
Senior Member
 
Join Date: Dec 2005
Location: Michigan
Posts: 505
Default Re: I can\'t get d-jarls\' ftp sngmth ahk script to work!

Thanks Quetzo, I will try it out in a few hours. I've gotta leave to go play golf in 20 minutes.

BTW one weird thing that I forgot to mention is that I've been talking to someone else and they said that your script has been working fine for them. Also I have not been able to get the fts script to open sngs for me, but once I have the sngs open both the fts script and your script are working.
Reply With Quote
  #8  
Old 08-17-2007, 07:09 PM
guitarizt guitarizt is offline
Senior Member
 
Join Date: Dec 2005
Location: Michigan
Posts: 505
Default Re: I can\'t get d-jarls\' ftp sngmth ahk script to work!

It still does the same thing, only it says:

Lobby info:
Lobby info:
End of Lobby list
Pausing registration
Continuing registration
Moving to top of Lobby list
Lobby info:
End of Lobby list
Pausing registration
Stopped registration
Continuing registration
Reply With Quote
  #9  
Old 08-18-2007, 04:47 AM
Quetzo Quetzo is offline
Senior Member
 
Join Date: Jan 2006
Location: Sweden
Posts: 262
Default Re: I can\'t get d-jarls\' ftp sngmth ahk script to work!

Since it just says "Lobby info:" and not the text from the highlighted row we now know it can't read the Lobby.

Sadly I have no idea why. One thing that AHK says about ControlGet and failing to read a ListView is "3) the process owning the ListView could not be opened, perhaps due to a lack of user permissions or because it is locked". So my best guess is that you have some setting on your computer that prohibits the script from reading the Lobby, I'm not good enough with computers to know what that could be though.

Maybe the good guys at this forum have ideas why the code

<font class="small">Code:</font><hr /><pre>ControlGet, row, List, Focused, SysListView3211, ahk_class FTCLobby</pre><hr />
sets the variable "row" to blank.
Reply With Quote
  #10  
Old 08-18-2007, 05:18 AM
Roland Roland is offline
Senior Member
 
Join Date: Mar 2005
Location: Norwich, UK
Posts: 2,703
Default Re: I can\'t get d-jarls\' ftp sngmth ahk script to work!

[ QUOTE ]
SysListView3211

[/ QUOTE ]

Probably should be 321, not 3211.
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 07:03 PM.


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