View Single Post
  #942  
Old 05-12-2007, 02:13 AM
HalvSame HalvSame is offline
Senior Member
 
Join Date: May 2006
Posts: 391
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
[ QUOTE ]
lol, sounds like you might have. I guess I'm using an older version.

Edit: nope, not there in 0.2m

[/ QUOTE ]

Dammit, there in 0.3 on my computer - guess I forgot to copy/paste that in to the 0.2 code last update.
0.3 is what I really want to post, but it is badly broken at the moment - making a nice GUI to ease the creation of hotkeys for people not happy/confident with editing the actual code.


Will make sure to put that in there for 0.2n update (due in <1 day to fix Party in EuroLand (thanks to LGs0pHT's posts a couple up)

[/ QUOTE ]
Cool. How about also deducting Jackpot contribution when deducting rake? Should be as simple as adding
<font class="small">Code:</font><hr /><pre> If(rake &gt;= 0.25 AND InStr(tablename, "Jackpot"))
rake += 0.5</pre><hr />

Seems to work fine.
Reply With Quote