Open Side Menu Go to the Top
Register
Quick Questions & Answers Thread Quick Questions & Answers Thread

03-29-2008 , 10:18 AM
I just opened an Ongame account and so far the only thing I've got going for me is the ongame modstarter and some mods, but nothing else.

I've been looking around and I can't seem to get anything else to work, could someone be so kind as to point this googletard to the right scripts for the balla setup ?
Quick Questions & Answers Thread Quote
03-30-2008 , 03:25 AM
PokerEV and PokerGrapher are no longer finding any hands in most Postgresql database. I think this may be because I changed some settings in order to get table shark to connect to my database. Does anyone know how to fix this?
Quick Questions & Answers Thread Quote
03-30-2008 , 02:09 PM
I got sick of manually changing BetPot from SSNL to Tourney and back so I came up with this (HotKey Shift&Alt-P)

Code:
+!p::

FileRead, bpdh, betpot_default_hotkeys.ahk
IfInString, bpdh, Tourney
{
  StringReplace, bpdh, bpdh, Tourney, SSNL, all
  FileDelete, betpot_default_hotkeys.ahk
FileAppend, %bpdh%, betpot_default_hotkeys.ahk
MsgBox, Pre-flop changed to SSNL
}
else
{
StringReplace, bpdh, bpdh, SSNL, Tourney, all
  FileDelete, betpot_default_hotkeys.ahk
FileAppend, %bpdh%, betpot_default_hotkeys.ahk
MsgBox, Pre-flop changed to Tourney
}
reload
return
Quick Questions & Answers Thread Quote
03-30-2008 , 07:50 PM
Sorry for the potential ******ed question, but is there a script that converts dollar amounts to big blinds? I play a variety of stakes and I get confused as to how much to 3-bet and such. Thanks in advance.
Quick Questions & Answers Thread Quote
03-30-2008 , 07:53 PM
Perfect place to ask. There are a couple old threads around, but none of the scripts work, AFAIK. It is a bit more complex to code, than it sounds, I assume.
Quick Questions & Answers Thread Quote
03-30-2008 , 08:09 PM
Quote:
Originally Posted by AnthonyH
Sorry for the potential ******ed question, but is there a script that converts dollar amounts to big blinds? I play a variety of stakes and I get confused as to how much to 3-bet and such. Thanks in advance.

Bet pot button scripts ftw ... just right click (and adjust in increments of BB with mousewheel)
Quick Questions & Answers Thread Quote
03-30-2008 , 09:42 PM
thanks for the responses, but I was looking for something that converts everything to big blinds. For example, I want to raise to 3.5 BB's preflop and if he calls, the pot would read 7 BB's. Is this possible? Thanks again.
Quick Questions & Answers Thread Quote
03-30-2008 , 10:12 PM
Possible, yes. Bastard difficult too. Only one was ever made - and that was by Jukofyork for Partypoker.

It needs to (in laymans terms) rewrite the poker site's program, while it is running. not easy.

Easier to play either 100nl or 1Knl imo
Quick Questions & Answers Thread Quote
03-31-2008 , 12:34 AM
I recently, yuck, installed windows and fusion on my imac. I made the switch so I could run poker tracker. Is there any way to import my saved mac full tilt poker hand histories into PT? I have read the threads on the beta for poker tracker 3, any thoughts on installing PT2 or PT3 for a new user.

Thanks
Quick Questions & Answers Thread Quote
03-31-2008 , 01:57 AM
sorry for the stupid question but could someone please tell me how to get a script and how to work it....cheers
Quick Questions & Answers Thread Quote
03-31-2008 , 02:05 AM
Quote:
Originally Posted by oly_survivor
sorry for the stupid question but could someone please tell me how to get a script and how to work it....cheers
Here are instructions for BetPot - and the same basic instructions hold true for most AHK scripts.

http://forumserver.twoplustwo.com/sh...postcount=2263
Quick Questions & Answers Thread Quote
03-31-2008 , 02:27 AM
Quote:
Originally Posted by fozzy71
Here are instructions for BetPot - and the same basic instructions hold true for most AHK scripts.

http://forumserver.twoplustwo.com/sh...postcount=2263
thanx fozzy but i dont have vista i have XP and what i really want to do is for tile tables to fit my screen if thats possible lol
Quick Questions & Answers Thread Quote
03-31-2008 , 02:41 AM
Quote:
Originally Posted by oly_survivor
thanx fozzy but i dont have vista i have XP and what i really want to do is for tile tables to fit my screen if thats possible lol
Perhaps you should have been more specific? You will still want to follow the other, non-vista specific, portion of the instructions, for any script you use.

What you probably want is Stars Planner - but since you still haven't said what site you play on, I really don't know. Next time you have questions, you should really be more detailed, in your original post.

Good luck in your quest.
Quick Questions & Answers Thread Quote
03-31-2008 , 04:53 AM
I can't download the newest FTP update. Anyone else with same problem?
Quick Questions & Answers Thread Quote
03-31-2008 , 09:09 AM
Trying to create a SQL database for PT2.

What settings do I put into the PostgreSQL Settings box?
Quick Questions & Answers Thread Quote
03-31-2008 , 12:33 PM
I need a AHK script that will launch stars, PT and AceHud, I saw a guy that posted his some time ago now I can't find the thread. I also would like to know about datamining Party, where can I get software for it (if it's still legal, that is). Thanks in advance.
Quick Questions & Answers Thread Quote
03-31-2008 , 02:21 PM
Thanks fozzy, that works really well, but I have some concerns, I set it up to open PT, Stars, PaHud and PStove, but it won't minimize anything, and I don't know where to find the AHK script that made PT fire and automatically logged into stars, and I have no clue how to write one myself. Would you know where to find this, or set me on the right track to figuring out how to write one myself? Thanks again.
Quick Questions & Answers Thread Quote
03-31-2008 , 02:30 PM
Nope, no clue how to make app's auto minimize, or log-in. I am just glad that it saves me ~8 clicks at the start of each session. I wish it could exit all my scripts and apps too (perhaps it can?). Guess I should read up on it some more.

Quick Questions & Answers Thread Quote
03-31-2008 , 08:04 PM
My first post, been lurking for a couple months decided to register. Looks like a great place,hope to learn the rules quickly so not to be flamed too bad.
Fozzy could you help me with the opener, can't figure how to load the location of the programs in the setup window. TYVM for any help.
Quick Questions & Answers Thread Quote
03-31-2008 , 08:15 PM
Quote:
Originally Posted by B-ville Urb
My first post, been lurking for a couple months decided to register. Looks like a great place,hope to learn the rules quickly so not to be flamed too bad.
Fozzy could you help me with the opener, can't figure how to load the location of the programs in the setup window. TYVM for any help.
This should help you see how I set it up. I am a noob with it too. It really tilted me the first couple times trying to set it up as well. I am sure it could be set up better, but this method works fine for me, and I just got lazy once I got it working at all.

Quote:
Originally Posted by Senator Wright
T...., but it won't minimize anything, ....
I just realized it has a "Minimize" checkbox. It doesnt do me much good, but I dont know how to log in to stars automatically, or have it fire up my HM Auto Import.

Quick Questions & Answers Thread Quote
03-31-2008 , 08:36 PM
WOW that was a fast reply thanks. But I didn't explain my probelm correctly. I can load everything until I hit the select button for location and it brings up file search, I can get to BetPot file but I'm so dumb I can't figure how to load the path string into opener.
Quick Questions & Answers Thread Quote
03-31-2008 , 08:44 PM
do you have to actually 'sit' at a table on PokerStars for AceHud to work???
I have one table that works fine/the other that I am viewing (using Mem. Scanner) comes up w/ the stats on the side, but none for players...
Quick Questions & Answers Thread Quote
03-31-2008 , 09:45 PM
Quote:
Originally Posted by B-ville Urb
WOW that was a fast reply thanks. But I didn't explain my probelm correctly. I can load everything until I hit the select button for location and it brings up file search, I can get to BetPot file but I'm so dumb I can't figure how to load the path string into opener.


All you have to do is select the betpot file on the "Select File..." dialog box, then the Open button. Just like you would in any other "Select File.." dialog box, for any other application.
Quick Questions & Answers Thread Quote
03-31-2008 , 09:55 PM
Your the man Fozzy TYVM
Quick Questions & Answers Thread Quote

      
m