Two Plus Two Newer Archives  

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

Reply
 
Thread Tools Display Modes
  #181  
Old 09-14-2007, 06:32 AM
Echelon Echelon is offline
Senior Member
 
Join Date: Apr 2006
Posts: 239
Default Re: AHK Bet Pot Script for iPoker

and whats the cause of the random postflop reraise amounts? it happens preflop too, when i 4bet someone.

example:

SB Check
Hero Bet $8
SB Raise $16
Hero Raise $40 (I raised to $40, damn client raised to $48 WTF?!)
SB Call $32
Reply With Quote
  #182  
Old 09-14-2007, 06:47 AM
betafemale betafemale is offline
Senior Member
 
Join Date: Jan 2007
Posts: 194
Default Re: AHK Bet Pot Script for iPoker

I had that happen too, but it still is not the script that does this.
Reply With Quote
  #183  
Old 09-14-2007, 05:52 PM
Makemegood Makemegood is offline
Senior Member
 
Join Date: Apr 2006
Posts: 295
Default Re: AHK Bet Pot Script for iPoker

[ QUOTE ]
and whats the cause of the random postflop reraise amounts? it happens preflop too, when i 4bet someone.

example:

SB Check
Hero Bet $8
SB Raise $16
Hero Raise $40 (I raised to $40, damn client raised to $48 WTF?!)
SB Call $32

[/ QUOTE ]
Isnt that how ipoker does the betting? 40more and not to 40.
Reply With Quote
  #184  
Old 09-16-2007, 04:41 PM
Bummerking Bummerking is offline
Junior Member
 
Join Date: Oct 2006
Location: Stockholm, Sweden
Posts: 11
Default Re: AHK Bet Pot Script for iPoker

[ QUOTE ]

Isnt that how ipoker does the betting? 40more and not to 40.

[/ QUOTE ]

yes, this is standard for alot of networks including UB and ongame.
Reply With Quote
  #185  
Old 09-18-2007, 01:44 PM
riwzo riwzo is offline
Junior Member
 
Join Date: Apr 2006
Posts: 24
Default Re: AHK Bet Pot Script for iPoker

Should it take 1-1.5 seconds for it to respond every time i press the button, even when only trying 1 table? I've never had any problems with anything being slow even when 12 tabling with pahud and pokertracker.
Reply With Quote
  #186  
Old 09-18-2007, 02:05 PM
butcha butcha is offline
Member
 
Join Date: Jun 2007
Posts: 67
Default Re: AHK Bet Pot Script for iPoker

No riwzo, definitely not. It should be very close to instantaneous.
I can't think of anything that would cause this though, so sorry I can't help you further.

/butcha
Reply With Quote
  #187  
Old 09-18-2007, 04:31 PM
aislephive aislephive is offline
Senior Member
 
Join Date: Oct 2005
Location: And now the children are asleep
Posts: 6,874
Default Re: AHK Bet Pot Script for iPoker

[ QUOTE ]
[ QUOTE ]
It is customary to round up when you're dealing with decimals. 3.5 would round up to 4 instead of 3 in this case

[/ QUOTE ]

This is not true, while 3.5 should be rounded up, 3.4 should be rounded down. Not that it is a big deal anyways, it only is a problem if you use the mod not as intended (meaning betting 4 instead of 3.5 bb preflop). I personaly think rounding to nearest small blind is best, it works both preflop and postflop (this is how I have it in my script), and will not mess with your preference to raise 3.5 or 4 bb preflop.

[/ QUOTE ]

Lol obviously 3.4 rounds down, I'm not retarded. I'm saying .5 rounds up even though it's just as close to 1 as it is 0, that's just the way decimals work. Obviously 3.1 would round down to 3, I didn't mean all decimals round up.
Reply With Quote
  #188  
Old 09-18-2007, 06:58 PM
betafemale betafemale is offline
Senior Member
 
Join Date: Jan 2007
Posts: 194
Default Re: AHK Bet Pot Script for iPoker

How come there needs to be such a bad attitude on this forum? Here I am trying to help people and just get crap back. Oh well, I guess you all need to wait for the script to merge with the stars one for the complete functionality, coz I am not going to release it, nor answer any questions from now on.
Reply With Quote
  #189  
Old 09-18-2007, 08:48 PM
aislephive aislephive is offline
Senior Member
 
Join Date: Oct 2005
Location: And now the children are asleep
Posts: 6,874
Default Re: AHK Bet Pot Script for iPoker

Why do people take everything so personally/seriously? Get a grip.
Reply With Quote
  #190  
Old 09-19-2007, 08:23 AM
flite flite is offline
Member
 
Join Date: May 2007
Posts: 89
Default Re: AHK Bet Pot Script for iPoker

reload script for carlos poker mini view

############################

Reload()
{
ReloadX := 475
ReloadY := 38

BuyChipsX := 467
BuyChipsY := 84

ReloadOKX := 185
ReloadOKY := 245

CheckBoxX := 471
CheckBoxY := 346

id := GetTableId()
If (NOT id)
Return

TableSize := GetTableSize(id)
If (NOT TableSize)
Return

SaveMousePos()

WinGetPos, WindowX, WindowY, , , ahk_id %id%

MouseMove, WindowX + ReloadX, WindowY + ReloadY

Click
Sleep, 230

MouseMove, WindowX + BuyChipsX, WindowY + BuyChipsY

Click

Sleep, 230

WinGetPos, PopupX, PopupY, Width, Height, A

if (Width = 402 AND height = 265)
{
MouseMove, PopupX + ReloadOKX, PopupY + ReloadOKY

Click

Sleep, 900

CheckBoxX += WindowX
CheckBoxY += WindowY

PixelGetColor, checkcolor, %CheckBoxX%, %CheckBoxY%

; MsgBox, %checkcolor%

if (checkcolor = "0xFFFFFF")
{
MouseMove, CheckBoxX, CheckBoxY
Click
}

}

RestoreMousePos()

return
}
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 11:39 PM.


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