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
  #221  
Old 09-13-2006, 04:13 PM
APerfect10 APerfect10 is offline
Senior Member
 
Join Date: Jan 2005
Location: PokerTracker 3
Posts: 979
Default Re: DeMonster (New AHK Script)

I'll take a look into it. I assume you are plying NL, right? Are you using the "ChipReloader" script?
Reply With Quote
  #222  
Old 09-13-2006, 04:30 PM
SugarHoofs SugarHoofs is offline
Junior Member
 
Join Date: Mar 2006
Posts: 19
Default Re: DeMonster -> UTG and Auto wait for BB ...

Hi,

1. I have the auto wait for BB selected.

I have noticed that when I join a table in an open UTG position, with a hand in progress, that auto wait for BB goes a full cycle around the table vs. if I had chosen that open UTG position manually with a hand in progress, i.e.: not using the DeMonster auto wait for BB enabled, that I would immediately be given the option of paying the BB on the next hand.

Hope this helps.

Thank you.

JHH
Reply With Quote
  #223  
Old 09-13-2006, 04:33 PM
StacysMom StacysMom is offline
Senior Member
 
Join Date: Sep 2004
Location: THX BARN!
Posts: 1,226
Default Re: DeMonster -> UTG and Auto wait for BB ...

WHen I got busted in NL. ANd clicked the rebuy button, it auto sat em with 100BB's. Is there a way to set that to the original buyin?
Reply With Quote
  #224  
Old 09-13-2006, 06:12 PM
APerfect10 APerfect10 is offline
Senior Member
 
Join Date: Jan 2005
Location: PokerTracker 3
Posts: 979
Default Re: DeMonster -> UTG and Auto wait for BB ...

[ QUOTE ]
WHen I got busted in NL. ANd clicked the rebuy button, it auto sat em with 100BB's. Is there a way to set that to the original buyin?

[/ QUOTE ]

I assume you have "dm_buyin_amount = 100". Set that to the amount you buyin for. If it is set correct and it bought in for full stack; let me know.
Reply With Quote
  #225  
Old 09-13-2006, 06:15 PM
APerfect10 APerfect10 is offline
Senior Member
 
Join Date: Jan 2005
Location: PokerTracker 3
Posts: 979
Default Re: DeMonster -> UTG and Auto wait for BB ...

[ QUOTE ]
I have noticed that when I join a table in an open UTG position, with a hand in progress, that auto wait for BB goes a full cycle around the table[/quote

Do you have auto post BB enabled too? All auto wait for BB does is click the "Wait for BB" button. If you open in the BB (without auto post BB enabled) you will need to manually click Post BB. My guess is that you are missing this when it comes up. Since you want it to post, set:

dm_auto_post_bb = 1
Reply With Quote
  #226  
Old 09-13-2006, 06:21 PM
SugarHoofs SugarHoofs is offline
Junior Member
 
Join Date: Mar 2006
Posts: 19
Default Re: DeMonster -> UTG and Auto wait for BB ...


Hi,

Yes, the logic makes sense, the sequence of commands through me off, i.e.: with 'auto post' coming before the 'auto wait' command, my inflexible logical mind was processing them as sequencial steps, hence I had kept the 'auto post' disabled.

Thanks, again!

JHH


; Set if you want to auto post the big blind (1) or not (0).

dm_auto_post_bb = 1

; Set if you want to wait for the big blind to post (1) or not (0).

dm_Wait_for_bb = 1
Reply With Quote
  #227  
Old 09-13-2006, 07:12 PM
tcorbin16 tcorbin16 is offline
Senior Member
 
Join Date: Mar 2006
Posts: 2,649
Default Re: DeMonster (New AHK Script)

[ QUOTE ]
I have noticed that when running the script, and I lose an all in, that I am unable to reload. I think it goes to rebuy, but won't rebuy b/c it tries to rebuy with $0.00 and I have to pause the script to rebuy manually.

[/ QUOTE ]

Sometimes i run the chip reloader script, but usually not. This happens when it is loaded and not loaded. Closing demonster and then reopening it works for me...
Reply With Quote
  #228  
Old 09-13-2006, 07:35 PM
okayplayer okayplayer is offline
Senior Member
 
Join Date: Sep 2004
Location: Giving You True Beats Since 2004
Posts: 933
Default Re: DeMonster (New AHK Script)

[ QUOTE ]
I'll take a look into it. I assume you are plying NL, right? Are you using the "ChipReloader" script?

[/ QUOTE ]

Yes to both questions.

Thanks,
OKP
Reply With Quote
  #229  
Old 09-13-2006, 09:19 PM
zipppy zipppy is offline
Senior Member
 
Join Date: Mar 2005
Location: +20bb/100, obv
Posts: 1,893
Default Re: DeMonster (New AHK Script)

Hi all-

My partypoker client is eating up a LOT of CPU, and is causing my entire computer to run very slowly. I use MTH, and often I end up sitting out at tables becuase of the lag I experience.

I don't run "monster" tables, though...I'm only running SNGs. Would this AHK script somehow help my system's performance? I've never used AHK, so I'd be starting from scratch.

[hijack]
If monster tables aren't the issue, does anyone know of other solutions for when party is running VERY slow? Just writing this post took like 10 minutes. [img]/images/graemlins/frown.gif[/img] [img]/images/graemlins/frown.gif[/img] [img]/images/graemlins/frown.gif[/img]
[/hijack]

thanks, zipppy
Reply With Quote
  #230  
Old 09-13-2006, 09:23 PM
ncboiler ncboiler is offline
Senior Member
 
Join Date: Aug 2004
Posts: 3,405
Default Re: DeMonster (New AHK Script)

This just doesn't seem to work for me. I've tried it several times over the last few weeks but party still eats up 100% cpu usage. Its funny because when I am datamining using FPHG it seems to work fine. Here is my config:

__________________________________________________ ___________


; ***************************
; * *
; * Monster Settings *
; * *
; ***************************

; Set if Monster Popup window should be closed when joining a Monster table (1) or not (0).

dm_auto_close_popup = 1

; Set if the Monster Jackpot Should be Pinned (1) or not (0).
; (Note: Recommended to be Pinned (1) to increase PartyGaming performance

dm_pin_jackpot = 1

; Set if the Monster Jackpot Should be Hidden (1) or not (0).

dm_hide_jackpot = 1

; Set if the Lobby Monster Jackpot should be Hidden (1) or not (0).

dm_hide_lobby_jackpot = 1

; Set if the Lobby News & Events should be Minimized (1) or not (0).

dm_minimize_lobby_news = 1


; ***************************
; * *
; * No Spam Settings *
; * *
; ***************************


; Set if you want to auto join the waiting list (1) or not (0).

dm_auto_join_waiting_list = 0

; Set if you want to auto join the first available table (1) or not (0).

dm_auto_join_first_available = 0

; Set if you want to auto buy-in (only full amount) (1) or not (0).

dm_auto_buyin = 1
dm_buyin_amount = 100 ; (in BB) ie) Full NL stack = 100, Limit Default Stack = 25

; Set if you want to auto leave the table (1) or not (0).

dm_auto_leave_table = 0

; Set if you want to auto post the big blind (1) or not (0).

dm_auto_post_bb = 0

; Set if you want to wait for the big blind to post (1) or not (0).

dm_Wait_for_bb = 1

; Set if you want to auto login to PartyPoker (1) or not (0).

dm_auto_login = 0

; Set if you want to disable spam/popups (1) or not (0).

dm_no_spam = 1

; Set if you want to auto choose your last hand when opening the hand history (1) or not (0).

dm_auto_handhistory = 0

; Set which chat option you want selected when initially opening a table
; Disabled = 0, Dealer:Normal = 1, Dealer:Summary = 2, Dealer:Silent = 3
; No Player Chat = 4, Summary without Chat = 5, Totally Silent = 6

dm_default_chat = 1

; Set hotkey to auto sitout (leave blank to disable)

dm_hotkey_sitout = F1

; Wait to sitout until the blinds hit (1) or not (0) when using auto-sitout hotkey.

dm_play_until_blinds = 1

; Set hotkey to auto return (leave blank to disable)

dm_hotkey_return = F2

; Set hotkey to leave all tables and close out Party application
; **WARNING: This will fold your hand!** (Disabled by default)

dm_hotkey_closeParty =
__________________________________________________ ___________

Any ideas?
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:19 PM.


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