Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Internet Gambling > Software

Reply
 
Thread Tools Display Modes
  #1  
Old 11-20-2007, 03:08 PM
vortex86 vortex86 is offline
Senior Member
 
Join Date: Feb 2006
Posts: 805
Default Fix for the Waitlists on Party? Can you rewrite this code from demonst

hi, party intruduced their new waitlists today and im so used to just clicking one button to join a waitlist.

If you click the join waitlist button, the script simply has to click the "Add to Waitlist" Button and after that the "Done" Button
Reply With Quote
  #2  
Old 11-20-2007, 03:10 PM
vortex86 vortex86 is offline
Senior Member
 
Join Date: Feb 2006
Posts: 805
Default Re: Fix for the Waitlists on Party? Can you rewrite this code from dem

i guess this is the code we need to edit, but what to?
Lib_DM_AutoJoinWaitingLIst(winID, first_available=0)
{
if(first_available){
Lib_DM_ClickControl(winID, "Button2")

}

Lib_DM_ClickControl(winID, "Button3")
}
Reply With Quote
  #3  
Old 11-20-2007, 04:00 PM
Pomtidom Pomtidom is offline
Senior Member
 
Join Date: Sep 2006
Posts: 125
Default Re: Fix for the Waitlists on Party? Can you rewrite this code from dem

Try changing Button2 to Button1/3/4/.. etc.
Reply With Quote
  #4  
Old 11-20-2007, 04:01 PM
coxquinn coxquinn is offline
Senior Member
 
Join Date: Sep 2005
Location: Making Aggressive Calls
Posts: 1,012
Default Re: Fix for the Waitlists on Party? Can you rewrite this code from dem

Please post here with updates. It would be nice to use the finished product.
Reply With Quote
  #5  
Old 11-20-2007, 05:38 PM
vortex86 vortex86 is offline
Senior Member
 
Join Date: Feb 2006
Posts: 805
Default Re: Fix for the Waitlists on Party? Can you rewrite this code from dem

i got it wotking on my machine now, will post how to do it here soon.
Reply With Quote
  #6  
Old 11-20-2007, 05:44 PM
vortex86 vortex86 is offline
Senior Member
 
Join Date: Feb 2006
Posts: 805
Default Re: Fix for the Waitlists on Party? Can you rewrite this code from dem

ok change this:
Lib_DM_AutoJoinWaitingLIst(winID, first_available=0)
{
if(first_available){
Lib_DM_ClickControl(winID, "Button2")

}

Lib_DM_ClickControl(winID, "Button3")
}


into this:


Lib_DM_AutoJoinWaitingLIst(winID, first_available=0)
{
; if(first_available){
; Lib_DM_ClickControl(winID, "Button2")

; }

Lib_DM_ClickControl(winID, "Button1")
Lib_DM_ClickControl(winID, "Button10")
Lib_DM_ClickControl(winID, "Button14")

}

works perfect for me, just joined 12 tables(well 12 waitinglists first) with 1 click each [img]/images/graemlins/wink.gif[/img]
Reply With Quote
  #7  
Old 11-21-2007, 01:29 PM
PatInTheHat PatInTheHat is offline
Senior Member
 
Join Date: Nov 2005
Posts: 1,917
Default Re: Fix for the Waitlists on Party? Can you rewrite this code from dem

Thank you Vortex86, worked like a charm.
Reply With Quote
Reply

Thread Tools
Display Modes

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 12:47 PM.


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