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)
-   -   BetPot for Crypto? (http://archives1.twoplustwo.com/showthread.php?t=373041)

Born2DogBaby 04-05-2007 03:20 PM

BetPot for Crypto?
 
i have the latest version of _dave_'s excellent script but it seems on crypto it can't set the right bet amount? the wheel works fine but the amount always comes to 0 for any button to set the bet. I'm using William Hill poker skin, is this a problem just because it's somehow slightly different from sunpoker/interpoker, or new software version of crypto, or something else like me doing something wrong? my betpot works fine on stars/party, please help!

_dave_ 04-05-2007 05:06 PM

Re: BetPot for Crypto?
 
Hi,

Just done a couple orbits there - seems fine.

You will need to add a Will Hill to the Crypto Lobby detection code, but I'm guessing you done this already, since you have working wheel.

You will also need to do "Options -> Chat -> All Messages" in the lobby, to get the dealer messages used to calculate pot size / call amount etc.

Let me know how you get on,

dave.

Born2DogBaby 04-05-2007 05:19 PM

Re: BetPot for Crypto?
 
ohh yeah i totally forgot to do the dealer messages thing oops.

anyway thanks so much for sharing your awesome scripts, i dunno where i'd be without them.

bigsur1 04-10-2007 11:04 AM

Re: BetPot for Crypto?
 
I also need help to run the script on betsafe and playboy. I canīt test it with interpoker and sun, as I donīt have any accounts there. What I already did is, to adapt the name. It still doesnīt work.

suffercity 04-10-2007 04:51 PM

Re: BetPot for Crypto?
 
Maybee i'm stupid but i can't get it to work on William hill either. I don't really understand that i should write in the "crypto detection mode". I have done like this.

WinGet, WilliamHill, pid, Williamhill - Lobby
if (William Hill)

And that will not work, i have tried with " " (space) between Willam Hill also (but then get's error message then i try to start the script) so please, _dave_ or Born2Dogbaby, can you just paste in your "detection mode line" for William hill or explain how i should write.

Thanks!

Born2DogBaby 04-11-2007 09:04 PM

Re: BetPot for Crypto?
 
WinGet, willhillpoker, pid, William Hill Poker - Lobby
if (willhillpoker)
{
GroupAdd, CryptoTables, ahk_pid%willhillpoker%,,, Lobby
}

suffercity 04-13-2007 01:58 PM

Re: BetPot for Crypto?
 
Just wanna say THANKS! works perfect..thanks again!

AKnogoood 04-14-2007 12:33 AM

Re: BetPot for Crypto?
 
[ QUOTE ]
i have the latest version of _dave_'s excellent script but it seems on crypto it can't set the right bet amount?

[/ QUOTE ]

Where can I found the latest version of that script?

suffercity 04-15-2007 03:41 AM

Re: BetPot for Crypto?
 
http://www.overcards.com/wiki/moin.cgi/BetPot

Necromancer 04-17-2007 07:37 AM

Re: BetPot for Crypto?
 
Hi,
I have downloaded the script, extracted the zip files. Can anybody give my step by step instructions on how to get it running.

I am a bit lost with this.

Lattakikk 04-18-2007 05:17 PM

Re: BetPot for Crypto?
 
I have problems setting this up for Littlewoods, Playboy Poker, UKB poker and Sun Poker. Anybody have the group add on code that work with these skins?

reLoad 04-19-2007 02:51 PM

Re: BetPot for Crypto?
 
I put in

WinGet, betsafe, pid, Betsafe Poker - Lobby
if (betsafe)
{
GroupAdd, CryptoTables, ahk_pid%betsafe%,,, Lobby
}

w/ All messages.

Right-click + scroll is working, but wheel-click isn't.

ttttt 05-14-2007 09:16 AM

Re: BetPot for Crypto?
 
Help, I can't get betpot working on Littlewoods. MY code is:

WinGet, littlewoodspoker, pid, Littlewoods Poker - Lobby
if (littlewoodspoker)
{
GroupAdd, CryptoTables, ahk_pid%littlewoodspoker%,,, Lobby
}

Chat is "All messages", wheel or buttons do nothing. What's wrong?

ttttt 05-15-2007 04:43 AM

Re: BetPot for Crypto?
 
Bump

ttttt 05-16-2007 04:22 AM

Re: BetPot for Crypto?
 
Is there really nobody who can help with this?

_dave_ 05-16-2007 02:18 PM

Re: BetPot for Crypto?
 
[ QUOTE ]
Help, I can't get betpot working on Littlewoods. MY code is:

WinGet, littlewoodspoker, pid, Littlewoods Poker - Lobby
if (littlewoodspoker)
{
GroupAdd, CryptoTables, ahk_pid%littlewoodspoker%,,, Lobby
}

Chat is "All messages", wheel or buttons do nothing. What's wrong?

[/ QUOTE ]

Hi,

this looks correct.

Littlewoods poker is a Crypto skin? I thought it was Prima, but seperate from the main network... maybe I confuse it with something else.

If the wheel does not work (it will regardless of messages) then there must be something wrong with the code above, post a screenshot of the lobby and I should be able to see/fix any problems.

Also remember BetPot must be started after the lobby is open.

dave.

ttttt 05-16-2007 05:17 PM

Re: BetPot for Crypto?
 
Yeah, it's crypto alright.

Wheel does not work at all.

Here's a screenshot

http://img353.imageshack.us/img353/6...lewoodsms9.jpg

One thing that I haven't mentioned is that I multi table both Littlewoods and Party at the same time. Will betpot work for both sites at the same time?

Thanks for helping

ttttt 05-17-2007 06:25 PM

Re: BetPot for Crypto?
 
bump for ___dave

_dave_ 05-17-2007 06:36 PM

Re: BetPot for Crypto?
 
Hi,

[ QUOTE ]

I multi table both Littlewoods and Party at the same time. Will betpot work for both sites at the same time?

[/ QUOTE ]

This is fine, it should work on any sites that are open. This is why different sites are added to groups. I presume you have it working on Party then?


The screenshot suggests there is nothing wrong with your code [img]/images/graemlins/confused.gif[/img]

I was gonna d/l the software to check it out last night, but then though about I need to arrange rakeback before I do that.

You are *definately* right click->reloading the BetPot.ahk once the lobby is open?

ttttt 05-17-2007 06:55 PM

Re: BetPot for Crypto?
 
[ QUOTE ]
Hi,

[ QUOTE ]

I multi table both Littlewoods and Party at the same time. Will betpot work for both sites at the same time?

[/ QUOTE ]

This is fine, it should work on any sites that are open. This is why different sites are added to groups. I presume you have it working on Party then?


The screenshot suggests there is nothing wrong with your code [img]/images/graemlins/confused.gif[/img]

I was gonna d/l the software to check it out last night, but then though about I need to arrange rakeback before I do that.

You are *definately* right click->reloading the BetPot.ahk once the lobby is open?

[/ QUOTE ]

No, I'm exiting from the script completely and then restarting it. Same thing I guess?

ttttt 05-17-2007 06:57 PM

Re: BetPot for Crypto?
 
And yes, it works fine for Party.

_dave_ 05-17-2007 07:33 PM

Re: BetPot for Crypto?
 
[ QUOTE ]

I'm exiting from the script completely and then restarting it. Same thing I guess?

[/ QUOTE ]

Yeah, same thing.

I will make an account there (next week, after the Stars double VPP is over) and see wtf makes Littlewoods different if we haven't got it before then.

Could you try this?

Right click on a running AHK, and choose "Window Spy".

Mouse over the Littlewoods lobby, then copy/paste the info from Window Spy here.

(I only want the "Window title & Class" section - XXX out your screen name if need be.

Please repeat for an open table - again only "Window title & Class" is all I want for now.

ttttt 05-18-2007 03:03 AM

Re: BetPot for Crypto?
 
Weird, it's working now!!!

All I did was retype the littlewoods code.

Thanks for your help with this Dave.

One last thing, how do I get it to place the bet automatically so I don't have to press the bet/raise buttons?

Kooox 05-18-2007 07:44 PM

Re: BetPot for Crypto?
 
anyone know what to put in for Parbet?
I tried this:
WinGet, parbet, pid, Parbet Poker - Lobby
if (parbet)
{
GroupAdd, CryptoTables, ahk_pid%parbet%,,, Lobby
}

Nothing works

_dave_ 05-19-2007 07:21 PM

Re: BetPot for Crypto?
 
Kooox,

post a Parbet lobby screenshot like ttttt did above please. Or the AHK window spy information I asked for, but turned out not to be required.

El helado Patata 05-21-2007 11:32 AM

Re: BetPot for Crypto?
 
I was just thinking. This is a suggestion btw so no pressure at all!

It would be nice if you could include all popular sites in the script if possible. If this would slow down everything or something like that, it would be really nice if you could list a download like "Betpot with Littlewoods", "Betpot with Crypto". It is very possible that it will save you time aswell since you wouldnt have to support us stupid that mess up the script [img]/images/graemlins/smile.gif[/img].

Kooox 05-23-2007 06:19 PM

Re: BetPot for Crypto?
 
[ QUOTE ]
Kooox,

post a Parbet lobby screenshot like ttttt did above please. Or the AHK window spy information I asked for, but turned out not to be required.

[/ QUOTE ]
Here's a screenshot from the lobby:

http://img461.imageshack.us/img461/3159/parbettg2.png


don't know what AHK window spy information is, I guess it's the error message I get when trying to bet pot or whatever, but I don't get any message, nothing happens at all...
Thanks again for all the work you put into this, it's truly amazing!

_dave_ 05-23-2007 06:32 PM

Re: BetPot for Crypto?
 
You were very close with your code, Kooox - but I see now why it was not working.

Try:
<font class="small">Code:</font><hr /><pre>
WinGet, parbet, pid, Parbet.com Poker - Lobby
if (parbet)
{
GroupAdd, CryptoTables, ahk_pid%parbet%,,, Lobby
}
</pre><hr />

Remember to start/reload BetPot after the lobby is up, and please report success/failure, so I can add this in as standard.

Good luck,

dave.

Kooox 05-23-2007 08:11 PM

Re: BetPot for Crypto?
 
Ah, figured the .com should fit in there somewhere. Works perfectly. Thanks a lot!

Necromancer 05-26-2007 08:41 PM

Re: BetPot for Crypto?
 
I am trying to get the script to work for Betsafe. This is what I have been using

WinGet, betsafe, pid, Betsafe Poker- Lobby
if (betsafe)
{
GroupAdd, CryptoTables, ahk_pid%betsafe%,,, Lobby
}

any ideas?

_dave_ 05-26-2007 08:59 PM

Re: BetPot for Crypto?
 
[ QUOTE ]
I am trying to get the script to work for Betsafe. This is what I have been using

WinGet, betsafe, pid, Betsafe Poker- Lobby
if (betsafe)
{
GroupAdd, CryptoTables, ahk_pid%betsafe%,,, Lobby
}

any ideas?

[/ QUOTE ]


Lobby screenshot pls [img]/images/graemlins/smile.gif[/img]

Looks good, providing "Betsafe Poker- Lobby" is the start of the lobby title.

If it's not working, this is probably slightly wrong - at an initia guess, you need a space between "Betsafe Poker" and the trailing hyphen before "Lobby".

dave.

Necromancer 05-28-2007 12:17 PM

Re: BetPot for Crypto?
 
[ QUOTE ]
[ QUOTE ]
I am trying to get the script to work for Betsafe. This is what I have been using

WinGet, betsafe, pid, Betsafe Poker- Lobby
if (betsafe)
{
GroupAdd, CryptoTables, ahk_pid%betsafe%,,, Lobby
}

any ideas?

[/ QUOTE ]


Lobby screenshot pls [img]/images/graemlins/smile.gif[/img]

Looks good, providing "Betsafe Poker- Lobby" is the start of the lobby title.

If it's not working, this is probably slightly wrong - at an initia guess, you need a space between "Betsafe Poker" and the trailing hyphen before "Lobby".

dave.

[/ QUOTE ]

http://i157.photobucket.com/albums/t...tsafetitle.jpg


Edit: got it. It was the space. TY

skegvegaspoker 06-03-2007 10:18 AM

Re: BetPot for Crypto?
 
Ok, same problem with DTD poker on the Crypto network.

Lobby screenshot:

http://img263.imageshack.us/img263/3043/lobbyjp6.jpg

Code:

WinGet, DTDpoker, pid, DTDpoker.com - Lobby
if (DTD)
{
GroupAdd, CryptoTables, ahk_pid%DTD%,,, Lobby
}

Cheers.

skegvegaspoker 06-03-2007 10:28 AM

Re: BetPot for Crypto?
 
Its OK, worked it out from previous posts.

Thanks for the script man.

Kooox 06-04-2007 08:23 PM

Re: BetPot for Crypto?
 
At NL500 preflop bet pot is $16, how do I make it $17.5?


All times are GMT -4. The time now is 04:58 AM.

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