Two Plus Two Newer Archives

Two Plus Two Newer Archives (http://archives1.twoplustwo.com/index.php)
-   Software (http://archives1.twoplustwo.com/forumdisplay.php?f=47)
-   -   Problem with AHK script ( FTP close lobby and autoregister ) (http://archives1.twoplustwo.com/showthread.php?t=204296)

Ryendal 09-05-2006 12:04 AM

Problem with AHK script ( FTP close lobby and autoregister )
 
The Script below do not run correctly. Roland made it few months ago and, IIRC I think it was good at that time.
At least now, there is a problem, and I have no idea how to solve it.

#Persistent
WinWait, Full Tilt Poker - Logged In As
WinGetTitle, t
StringTrimLeft, sn, t, StrLen("Full Tilt Poker - Logged In As ")
GroupAdd, Lobbies, Full Tilt Poker - Tournament
SetTimer, CloseLobbies
return

CloseLobbies:
IfWinNotExist, ahk_group Lobbies
return
WinGet, this_lobby
Loop
{
Sleep 100
ControlGet, info, list,, SysListView323
If a_index > 10
break
If info is space
continue
IfInString, info, Loading...
continue
IfInString, info, %sn%
{
WinClose
return
}
else
break
}

Loop
{
ControlClick, FTCButton2
WinWait, Tournament BuyIn,,1
If ErrorLevel = 0
break
If a_index > 10
return
}
Loop
{
ControlClick, Button1
ControlClick, Button8
WinWaitClose,,,1
If ErrorLevel = 0
break
If a_index > 10
return
}
WinClose, ahk_id%this_lobby%
return

Ryendal 09-05-2006 11:17 AM

Re: Problem with AHK script ( FTP close lobby and autoregister )
 
The problem I have is something like that.
The box to register is still here when I am registered, and if I move it, I have another one at the same place. I can have tons of box like that. And also, the lobby do not disappear.

May be there is another script to delete lobbies at ftp ? ( the autoregister is nice but the awful thing are theses lobbies ... )

Ryendal 09-08-2006 04:47 AM

Re: Problem with AHK script ( FTP close lobby and autoregister )
 
Bump, Any idea ?

Adde 09-08-2006 09:44 AM

Re: Problem with AHK script ( FTP close lobby and autoregister )
 
I'll make a wild guess here...perhaps Roland did not enjoy the treatment he got in a previous TN support matter? Or perhaps he loved the crap he got, but haven't got the time to address this post yet? I'm only speculating. It could be either one.

Adde

Ryendal 09-08-2006 01:31 PM

Re: Problem with AHK script ( FTP close lobby and autoregister )
 
Adde, you could have Pmed me for this stuff, no ?

Nevertheless, I talked with Roland few days via posts and , may be I'm wrong, but I believe we can talk really more friendly now.


All times are GMT -4. The time now is 06:16 PM.

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