Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Internet Gambling > Software
FAQ Community Calendar Today's Posts Search

View Poll Results: poll
< 1K 24 28.57%
1-10K 18 21.43%
10-100K 11 13.10%
100-500K 6 7.14%
500-1000K 3 3.57%
> 1000K 22 26.19%
Voters: 84. You may not vote on this poll

Reply
 
Thread Tools Display Modes
  #501  
Old 12-06-2006, 07:25 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
[ QUOTE ]
[ QUOTE ]
Yep, hyper simple - windows classic - run from downloaded file. I get 0.00000. But scroll works fine.

[/ QUOTE ]

Dave, this is happening to me as well.

[/ QUOTE ]

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.

[/ QUOTE ]

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.
Reply With Quote
  #502  
Old 12-06-2006, 07:56 PM
NoXiousNuts NoXiousNuts is offline
Senior Member
 
Join Date: Aug 2005
Posts: 208
Default Re: Stars Bet Pot AHK ?

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
Reply With Quote
  #503  
Old 12-06-2006, 08:15 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Bet Pot AHK ?

[ 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

[/ QUOTE ]

Edit the script in Notepad.

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

Add the <font color="blue">blue bits</font>

Save &amp; reload [img]/images/graemlins/smile.gif[/img]

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

~WheelUp::
AlterAmount(getid(),"up"<font color="blue">, 1, "sb"</font>)
return

~WheelDown::
AlterAmount(getid(),"down"<font color="blue">, 1, "sb"</font>)
return

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


dave.
Reply With Quote
  #504  
Old 12-06-2006, 08:19 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Bet Pot AHK ?

[ 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!!!!

[/ QUOTE ]

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.
Reply With Quote
  #505  
Old 12-06-2006, 08:22 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
Any fix for the latest crypto update in the works? kthx [img]/images/graemlins/smile.gif[/img]

[/ QUOTE ]

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 [img]/images/graemlins/frown.gif[/img]

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

dave.
Reply With Quote
  #506  
Old 12-06-2006, 08:25 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Bet Pot AHK ?

Hi MatthewRyan,

[ QUOTE ]

When I click the wheel down it transforms the scroller into small blind bet amounts instead of betting pot.

[/ QUOTE ]

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.
Reply With Quote
  #507  
Old 12-07-2006, 01:11 AM
disco_stu1978 disco_stu1978 is offline
Senior Member
 
Join Date: Nov 2005
Posts: 291
Default Re: Stars Bet Pot AHK ?

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
Reply With Quote
  #508  
Old 12-07-2006, 01:12 AM
MatthewRyan MatthewRyan is offline
Senior Member
 
Join Date: Sep 2005
Posts: 3,831
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
Hi MatthewRyan,

[ QUOTE ]

When I click the wheel down it transforms the scroller into small blind bet amounts instead of betting pot.

[/ QUOTE ]

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.

[/ QUOTE ]

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
Reply With Quote
  #509  
Old 12-07-2006, 04:38 AM
billxo1b billxo1b is offline
Senior Member
 
Join Date: Jan 2005
Location: xo1b
Posts: 1,519
Default Re: Stars Bet Pot AHK ?


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///
Reply With Quote
  #510  
Old 12-07-2006, 03:05 PM
PerDoom PerDoom is offline
Senior Member
 
Join Date: Jun 2006
Posts: 1,366
Default Re: Stars Bet Pot AHK ?

Middle click and right click seemed screwed up with the new Full Tilt software upgrade.
Reply With Quote
Reply


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 08:34 PM.


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