Open Side Menu Go to the Top
Register
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima)

03-01-2007 , 10:42 AM
i'm having the same problem with the up/down as SwedishMedusah has. haven't had this problem before on party..
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
03-01-2007 , 02:55 PM
AHHHHHHHHH... when I click middle button on full tilt cash games, sometimes it hangs up on max bet... I can see it go to max, then go down normally.. I wasn't paying attention and open pushed with 3's lol. AA right behind me. It might do this 1-2 times a session.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
03-01-2007 , 11:08 PM
Right mouse button doesn't work on FT, what do you guys use instead?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
03-03-2007 , 09:16 AM
is anybody getting the script on Interpoker completely working ?

i can use the mouse wheel, but i cant use the right/middel mouse buttons. All ammount are set to 0, when i click a button.

Greetings,

MrNike
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
03-13-2007 , 11:32 PM
I am having the exact same issues as wdead - when trying to put in the line

pot := DigitSearch(relXStars(380, w), relYStars(35, h), relXStars(496, w), relYStars(60, h), id, potPicDir, 30)

I get the same error message. Unedited version lets me use mouse scroll but not mouse clicks. I've been using default theme, but have tested it on hypersimple and had the same issue. I'm not sure if I'm using Windows Classic - how do I check this?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
03-14-2007 , 12:33 AM
Quote:
I am having the exact same issues as wdead - when trying to put in the line

pot := DigitSearch(relXStars(380, w), relYStars(35, h), relXStars(496, w), relYStars(60, h), id, potPicDir, 30)

I get the same error message. Unedited version lets me use mouse scroll but not mouse clicks. I've been using default theme, but have tested it on hypersimple and had the same issue. I'm not sure if I'm using Windows Classic - how do I check this?
Site? I am presuming Stars, since you talk of editing that line...

There should be no need to edit that line anymore - that apllied to an older version, and was fixed in the download some time ago.

Similarly, different themes on Windows should no longer be an issue - I re-wrote the code so that any theme should work fine.

Chances are you are either running the script from a shortcut (without "working directory" correctly set, or have not extracted the zip file and are just using XP's built in zip browsing feature... please check this (Right-click the zip, Extract all, open BetPot folder, run from there).

I'll put some checks in the next update to make sure this doesn't happen anymore.

And when I get some time this weekend, I'll try and answer all the posts here I haven't responded to yet... sorry, I've been busyin the last couple of weeks.


dave.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
03-14-2007 , 01:14 PM
Quote:
AHHHHHHHHH... when I click middle button on full tilt cash games, sometimes it hangs up on max bet... I can see it go to max, then go down normally.. I wasn't paying attention and open pushed with 3's lol. AA right behind me. It might do this 1-2 times a session.
This will occasionally happen to me, too. Usually I catch it.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
03-14-2007 , 03:03 PM
Yup, had it in the wrong folder - thanks dave.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
03-16-2007 , 03:24 PM
I just downloaded and unzipped the new version and am using it for stars. Betting pot with the middle wheel doesnt work and right click for 3/4 pot doesnt work. Anyone else having this problem, anyone know how to fix it?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
03-16-2007 , 08:11 PM
Doesn't seem to work for me preflop after whatever Stars updated today. Anyone else have this issue?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
03-16-2007 , 10:32 PM
How is this script meant to work, so I know if it is?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
03-16-2007 , 11:49 PM
Mouse middle button works but if I send an MButton from a script for my gamepad, it doesn't work.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
03-18-2007 , 01:19 AM
bump
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
03-18-2007 , 03:01 PM
You are the Boss Dave
With fixed scroll betting for Party, this script will be perfect
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
03-19-2007 , 06:22 PM
So... how to get it working with an MButton?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
03-19-2007 , 08:28 PM
I pasted my gamepad code into the betpot file and used a gosub to get from Joy2:: to your MButton::. There's probably a more elegant way but this works.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
03-20-2007 , 12:18 AM
how is playing with a controller, easier than a mouse?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
03-20-2007 , 01:00 AM
Ive got this setup and it works almost perfectly, brillant script. Only one slight problem is the amount it auto bets preflop. I've got 3 keys setup to bet 4BB, 3BB and 2.5BB. But as it's based on the pot amount antes screws this us, and it bets 3BB instead of 2.5BB with more than 2 players posting antes.

Also the variable for raises after limpers, "tourney" for 2.5BB + 1 BB per limper and "SSNL" for 4 BB + 1 BB per limper doesn't seem to work as advertised. It seems to raise an amount in relation to the open pot bet size, and I havn't quite figured out how it works this out yet.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
03-20-2007 , 01:11 AM
demon: switching tables is easier with a gamepad.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
03-20-2007 , 05:35 PM
Quote:
i'm having the same problem with the up/down as SwedishMedusah has. haven't had this problem before on party..
Me too. Pressing the mouse buttons works fine. Mouse wheel just sets the bet amount to 0.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
03-21-2007 , 06:15 PM
after todays party upgrade the bet pot isnt working anymore!! when i press the mouse it sets the bet amount to 0. until yesterday it was working perfectly!
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
03-21-2007 , 07:31 PM
Quote:
after todays party upgrade the bet pot isnt working anymore!! when i press the mouse it sets the bet amount to 0. until yesterday it was working perfectly!
There are some temp. fixes in the "iwitness not working" thread if you fancy editing the AHK yourself... these will only work for cashgames, not SNG / MTTs (and will break SNG / MTT support) by the look of them (I haven't tried them myself).

I'll have an update on overcards.com within the hour, including wheel fixes also.

done the coding, just testing now

dave.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
03-21-2007 , 08:11 PM
that's good news dave!

by the way, the PartyBuyIn script isn't working
since the upgrade as well..

cheers
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
03-21-2007 , 08:32 PM
Quote:

by the way, the PartyBuyIn script isn't working since the upgrade as well..
PartyBuyin now updated, one character changed lol
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
03-21-2007 , 08:39 PM
Quote:
PartyBuyin now updated, one character changed lol
thank you!
since i suck at poker i use this script ALOT!
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote

      
m