Adding "Other" site feature
#6
(08-09-2018, 06:02 AM)IMightBluff Wrote: I might be pushing my luck here lol, but would it be possible to add bet x bb button? If I knew the X and Y coordinates for the bet box and the whole 4 corners of the region.

You don't need the whole 4 corners, just an x/y in the middle of the betbox where SaT will click in order to focus it. These are the settings:

Code:
betbox_x_coord=
betbox_y_coord=

You'd need to grab those coords relative to the standard_table_width/height values, just like mentioned earlier.

Now this MIGHT be enough to get it to work, you'd have to test and see. SaT does check for some basic stakes format in the titlebar. I believe simply $x.xx/$x.xx if your stakes are displayed differently, some more configuration might be required.



(08-09-2018, 06:35 AM)IMightBluff Wrote: Also one more thing, is it possible to include 2 words for the include text part

Code:
table_include_title_text=

So it would identify 2 types of tables. So all tables that have

Code:
POT_LIMIT
 or 
Code:
table -


Just wondering :Tongue since your a wizard haha 

Thanks again in advance!

Yep, just separate the items with a pipe | character:

Code:
table_include_title_text=POT_LIMIT|table -
Reply


[-]
Quick Reply
Message
Type your reply to this message here.

Username::
Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)
Please select the number: 4
1 2 3 4 5 6 7 8 9 10

Messages In This Thread
Adding "Other" site feature - by IMightBluff - 08-08-2018, 05:58 PM
RE: Adding "Other" site feature - by IMightBluff - 08-08-2018, 06:01 PM
RE: Adding "Other" site feature - by SaT_Admin - 08-09-2018, 12:49 AM
RE: Adding "Other" site feature - by IMightBluff - 08-09-2018, 06:02 AM
RE: Adding "Other" site feature - by IMightBluff - 08-09-2018, 06:35 AM
RE: Adding "Other" site feature - by SaT_Admin - 08-10-2018, 06:26 AM
RE: Adding "Other" site feature - by IMightBluff - 08-10-2018, 03:20 PM