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-17-2009 , 04:07 AM
1. Maybe because you made changes to script itself?
2. Look for my post at page 339.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-17-2009 , 04:33 AM
Quote:
Originally Posted by Max1mums
1. Maybe because you made changes to script itself?
2. Look for my post at page 339.
I didn't touch the script, sry for asking though lol. I'll check it out, ty
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-17-2009 , 05:57 AM
Quote:
Originally Posted by Max1mums
Ctr+WheelUp (Ctr+WheelDown) do it by default, if you want to set it to mousewheel without pressing Ctrl, change this section in betpot_default_hotkeys file:

Code:
WheelUp::
AlterAmount(getid(),"up")
return

WheelDown::
AlterAmount(getid(),"down")
return

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

^WheelDown::
AlterAmount(getid(),"down", 1, "sb")
return
to this:

Code:
^WheelUp::
AlterAmount(getid(),"up")
return

^WheelDown::
AlterAmount(getid(),"down")
return

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

WheelDown::
AlterAmount(getid(),"down", 1, "sb")
return
(^ before key means Ctrl pressed, ! is for Alt and + is for Shift; this will send 1sb up or down with mousewheel and 1bb up or down with Ctrl+mousewheel)
tytyty
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-17-2009 , 07:41 AM
have anyone fix betpot-ftp AlterAmount??
ty
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-17-2009 , 09:30 AM
e-donk, so is it working for you or not?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-17-2009 , 10:07 AM
Quote:
Originally Posted by Max1mums
e-donk, so is it working for you or not?
I havent had time to try it yet Im still stuck in the office. I will definately give it a try as soon as I get to the tables and report back here. Thanks.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-17-2009 , 12:18 PM
Quote:
Originally Posted by Poh
oops, I didn't have to do half that stuff for the evaluation version.....thanks.
did you get it working poh? i'm using the FTP_hack version and i can only get it to work for stars properly not FTP and party are a no go... on FTP it puts like a random large number in the box and on party nothing happens.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-17-2009 , 12:54 PM
You can try using version i posted for party. I can try to something with fulltilt support if there isn't any working version for the moment.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-17-2009 , 12:58 PM
i just downloaded the stars slick ipoker party version of yours actually and the values it returned were all very large, I tested it on a 5/10 play money table and right click was giving me 4000 instead of 40 i beleive. maybe a problem with decimal points and commas or wutever??

Edit - i'm not sure if anythig is working on tilt by the sounds of it poh had got the ftp hack version working on FTP party and stars

also i just tested your stars slick verson on stars with hyper simple on and it works perfectly
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-17-2009 , 01:07 PM
Notice that it will work correctly on party with fphg running only, i'll try to check possible commas problem.
Follow instructions from first page if you are using Windows 7 or Vista.

I guess i should add something like this to my every post here :

Vista/Windows 7 users, please follow instructions from first page before saying that script doesn't work correctly any more.
Read bet adjustment instructions here before asking in the thread:
http://www.overcards.com/wiki/moin.cgi/BetPot

Last edited by Max1mums; 12-17-2009 at 01:26 PM.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-17-2009 , 01:18 PM
yeah fphg is running :S
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-17-2009 , 01:26 PM
ok i'm a complete n00b with this stuff but i saw i line near the top of the scrpit that says party_uses commas_as_decimals or somthing like that = 1 i changed the 1 to 0 and now everything seems to be working fine
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-17-2009 , 01:31 PM
Ok then, is there any option inside partypoker client to use commas or not? Because it is working perfectly for me with party_uses_commas_for_decimals := 1
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-17-2009 , 01:53 PM
hmmm thats weird i wasn't aware of any such option but that might be possible....or maybe its because i'm from canada? lol i have no clue.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-18-2009 , 04:06 AM
Must be digit format chosen inside Windows, control panel-language and regional standards-delimiter between integer and fractional parts. There is comma used for me.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-18-2009 , 09:53 AM
How can i use 4 or 5 buttom with my razer mouse for check/call ? Now i had set them click. I'm using XP system.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-18-2009 , 10:03 AM
BetPot script doesn't press any buttons for you, why are you asking here?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-18-2009 , 12:19 PM
ok...

how can i make it bet 3xbb + 1xbb per limper preflop?

thx
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-18-2009 , 12:54 PM
Set it as BetPot hotkey for Pot function.
What's your problem exactly? You can't map it or what? Read here http://www.autohotkey.com/docs/KeyList.htm#Joystick at the bottom of the page about identifying "mystery" mouse/keyboard keys.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-18-2009 , 01:13 PM
Quote:
Originally Posted by Max1mums
Set it as BetPot hotkey for Pot function.
to be more precise... i want to edit "ssnl" (open_adjust)
so when I click middle mouse button i bet 3xbb +1bb (per limper) instead of default 4xbb + 1bb

or can you explain me how to create new open_adjust...

thx
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-18-2009 , 01:19 PM
I'm guessing I have to change something here:

;msgbox, %pot%
pot := ((pot + call + hero_bet)* (frac) )+ call
;msgbox, %pot%

if (open=1 AND open_adjust="ssnl" )
{
pot := pot + bb - sb
}

what? where?
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-18-2009 , 01:56 PM
Hi!

Could someone link me a made BetPotScript w/ Right Mouse Click --> fold; Middle Mouse Button --> 2/3 Pot size @Party?

Thank you in advance!
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-18-2009 , 01:56 PM
Ok, my every post here will be like this one now (if you can't even look through few posts on same page).


Vista/Windows 7 users, please follow instructions from first page before saying that script doesn't work correctly any more.
Read bet adjustment instructions here before asking in the thread:
http://www.overcards.com/wiki/moin.cgi/BetPot
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-18-2009 , 02:08 PM
Quote:
Originally Posted by Max1mums
Ok, my every post here will be like this one now (if you can't even look through few posts on same page).


Vista/Windows 7 users, please follow instructions from first page before saying that script doesn't work correctly any more.
Read bet adjustment instructions here before asking in the thread:
http://www.overcards.com/wiki/moin.cgi/BetPot
XP and doesn't work.
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote
12-18-2009 , 02:12 PM
I'm on XP... and script works fine for me... I just want to adjust opening bet...
BetPot AHK (Stars/Party/iPoker/FTP/Crypto/Prima) Quote

      
m