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

12-06-2006 , 07:25 PM
Quote:
Quote:
Quote:
Yep, hyper simple - windows classic - run from downloaded file. I get 0.00000. But scroll works fine.
Dave, this is happening to me as well.
NM.

Apparently, at least for me, this issue is caused by using BarNuthing's overcards mod. Once I take it away it works, once I re mod it with his pack the issue returns.
Glad to hear you got it sorted.

Please post a pic with the mod enabled, I'll try and guess what it is causing trouble.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-06-2006 , 07:56 PM
How do you change the mouse wheel to be SB increments instead of BB increments? This is probably buried somewhere but I can't find it. Thanks
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-06-2006 , 08:15 PM
Quote:
How do you change the mouse wheel to be SB increments instead of BB increments? This is probably buried somewhere but I can't find it. Thanks
Edit the script in Notepad.

Find these two hotkeys (very near top of the script)

Add the blue bits

Save & reload

---------------------------------------------------

~WheelUp::
AlterAmount(getid(),"up", 1, "sb")
return

~WheelDown::
AlterAmount(getid(),"down", 1, "sb")
return

---------------------------------------------------


dave.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-06-2006 , 08:19 PM
Quote:
Is there any way for me to disable the way that the script functions only work while the mouse is hovering over the active table? I am trying to get this work concurrently with TableNavigator. Thanks!!!!
Yes,

read back throught this thread for disco_stu's posts on this matter.

You need to add the line:

---------------------------------------

act_only_on_active_table := 1

---------------------------------------

right at the top of the script.

This makes the functions go to the active table, rather than the table the mouse is over.

dave.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-06-2006 , 08:22 PM
Quote:
Any fix for the latest crypto update in the works? kthx
Not yet, will be soon enough when I get round to my December Crypto bonuses.

The seem to have removed the site name from table windows, so I'm gonna have to think of another way of spotting them

Otherwise very little needs changing it would seem, after a quick glace.

dave.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-06-2006 , 08:25 PM
Hi MatthewRyan,

Quote:

When I click the wheel down it transforms the scroller into small blind bet amounts instead of betting pot.
I can't understand what you mean - it does nothing, then when you try scrolling in the future it goes in SBs, where it was in BBs before middle clicking? :confised:

This should not be possible - what mouse have you got?

dave.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-07-2006 , 01:11 AM
problem just popped up out of nowhere dave, not sure why, but it migth have something to do with the new windows XP update? thats the only thing that has changed on my comp in the last 24hrs.

anyways, for some reason the script just zeros the pot functions now, whereas I used to get 1/2, 3/4, full pot. etc...

The debug bubble reads:

pot: 300
Call: 200
Hero_bet: 0

Blinds: $0.00/$L

Street: pre

4
0.75 0.75 0.66 0.66

0.75

I look at this and think for some reason it is not reading the blind amount or something? but I am also pretty clueless about this stuff.

I deleted all teh old script and DL'ed a fresh version, just in case, and this still happens.

poooooooo
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-07-2006 , 01:12 AM
Quote:
Hi MatthewRyan,

Quote:

When I click the wheel down it transforms the scroller into small blind bet amounts instead of betting pot.
I can't understand what you mean - it does nothing, then when you try scrolling in the future it goes in SBs, where it was in BBs before middle clicking? :confised:

This should not be possible - what mouse have you got?

dave.
I have a microsoft laser mouse, it worked fine with the party betpot.

To clarify, when I click down on the wheel it does not bet pot, it does nothing. Instead it changes the amount in the slider from $2 to $1 (I play 1-2nl). Does that make sense?

Thanks for your time,
Matt
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-07-2006 , 04:38 AM

in play money 5/10 tables, when I right-click my mouse, the bet text box shows 60.00, and when i roll the wheel up/down, it changes to 75.000000, how to remove these decimal 0s?

i set the default round_bet to 5:
<font class="small">Code:</font><hr /><pre> Pot(id, frac=1, round_bet=5, open_adjust="", autoBet=0)
</pre><hr />

thanks///
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-07-2006 , 03:05 PM
Middle click and right click seemed screwed up with the new Full Tilt software upgrade.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-07-2006 , 05:40 PM
Quote:
Quote:
Hi MatthewRyan,

Quote:

When I click the wheel down it transforms the scroller into small blind bet amounts instead of betting pot.
I can't understand what you mean - it does nothing, then when you try scrolling in the future it goes in SBs, where it was in BBs before middle clicking? :confised:

This should not be possible - what mouse have you got?

dave.
I have a microsoft laser mouse, it worked fine with the party betpot.

To clarify, when I click down on the wheel it does not bet pot, it does nothing. Instead it changes the amount in the slider from $2 to $1 (I play 1-2nl). Does that make sense?

Thanks for your time,
Matt
I'm having the same problem, same mouse. Right click doesn't work either, it just sets it back to 0.00. Scrolling works fine though.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-07-2006 , 06:05 PM
MatthewRyan, Al_Money,

I will try and figure out what could be causing probs with the MS Laser mouse - although it may require me to borrow on from work tomorrow...

If you enable "debug := 1" and run the script what info do you get in the pop-up?

dave.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-07-2006 , 06:07 PM
Quote:
Middle click and right click seemed screwed up with the new Full Tilt software upgrade.
Full Tilt will be fixed within a couple of hours - looks like most of the controls have been renamed - so easy fix, just need to make sure I got them all now

dave.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-07-2006 , 06:09 PM
Quote:

in play money 5/10 tables, when I right-click my mouse, the bet text box shows 60.00, and when i roll the wheel up/down, it changes to 75.000000, how to remove these decimal 0s?

i set the default round_bet to 5:
<font class="small">Code:</font><hr /><pre> Pot(id, frac=1, round_bet=5, open_adjust="", autoBet=0)
</pre><hr />

thanks///
It just needs a Round() command somewhere in the AlterAmount function.

Since I'm posting a new version shortly anyway (to fix Full Tilt's update) I'll put this in - I cant imagine anyone wants all those zeroes

dave.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-07-2006 , 06:13 PM
Quote:

The debug bubble reads:

pot: 300
Call: 200
Hero_bet: 0

Blinds: $0.00/$L

Street: pre

4
0.75 0.75 0.66 0.66

0.75

I look at this and think for some reason it is not reading the blind amount or something?


For sure - this debug output means it is definitely not picking up the blinds - because blinds are used as a multiplier in parts, if it doesn't get them right it will assume they are zero therefore multiply by zero = no bet

Did stars update also today? anyone else having this issue?

I will check it out before posting tonight's new version.

dave.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-07-2006 , 06:44 PM
Quote:
If you enable "debug := 1" and run the script what info do you get in the pop-up?
I don't know how to do this

Edit: just to clarify the problem, preflop right clicking or using the scroll to click makes the bet go to 1 sb, so .50000 at NL100. Post flop: everything resets the bet to 0.00.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-08-2006 , 12:24 AM
weird, now it totally works dave. super random. this just came and went...... does this happen sometimes?

I have literally done nothing to my comp since I posted that last post . strange, but I am happy again
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-08-2006 , 12:31 AM
UPDATED VERSION 0.2c

Fixes:
<ul type="square">[*] FullTilt: Fixed due to changes in client software in recent update[*] CryptoLogic: Fixed due to changes in client software in recent update[*] CryptoLogic: £ and € games should now work properly [/list]
New Features:
<ul type="square">[*] CryptoLogic: "Fold" and "Call" function/hotkeys added.[/list]
http://www.overcards.com/wiki/moin.cgi/BetPot

Enjoy,

dave.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-08-2006 , 12:33 AM
Quote:
Enjoy
Thank you good sir
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-08-2006 , 12:38 AM
HalvSame,

what Cryptos are you using?

I only have InterPoker &amp; SunPoker, if you use any others I'd appreciate their lobby titlebar info so I can add them in to the download - I guess many users arent comfortable editing in other Crypto sites...

Many thanks,

dave.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-08-2006 , 01:12 AM
Quote:
HalvSame,

what Cryptos are you using?

I only have InterPoker &amp; SunPoker, if you use any others I'd appreciate their lobby titlebar info so I can add them in to the download - I guess many users arent comfortable editing in other Crypto sites...

Many thanks,

dave.
I'm only on InterPoker myself at the moment, but I'm planning to get accounts on some others to do some bonuses before christmas. I'll let you know when I do (or 'if' - kinda busy with exams these days).
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-08-2006 , 01:18 AM
Quote:

I'm planning to get accounts on some others to do some bonuses before christmas

SunPoker - Rakeback + $100 monthly 100% match bonus - similar to inter, but any level of play is still allowed (unlike InterPoker) 5 x MPP to clear.

PokerPlex (I stil need to sign up for this one) Rakeback + $200 monthly bonus, no deposit required IIRC. 5 x MPP to clear.

Anyone know other good Cryptos for a 25nl player?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-08-2006 , 07:00 AM
ok, you've got me spoiled now.

as you said, it seems to be neanderthal to play at a site without this.

so, be my hero and add bodog, ub, absolute and tribeca!


p.s. pm sent.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-08-2006 , 08:54 AM
I got it working at Party without any problems, but when I tried Stars (Hyper-Simple etc) Nothing happens at all when I right-click, for exmample. Though, when It's not my turn and I click, it says "Unable to match slider colour". So there is some kinda action anyway. Am I stupid and have missed some important step, anyone?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-08-2006 , 11:21 AM
Quote:
so, be my hero and add bodog, ub, absolute and tribeca!

BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote

      
m