BoL - Just checks?

Report suspected software bugs here, or post your problems
Post Reply
Zenpo36
Fish
Fish
Posts: 5
Joined: Fri Sep 08, 2023 8:31 pm

BoL - Just checks?

Post by Zenpo36 »

It seems to read everything just fine but only tries to check then because it cant it just folds?
Alex
Site Admin
Site Admin
Posts: 3112
Joined: Sun Mar 26, 2017 5:58 pm

Re: BoL - Just checks?

Post by Alex »

Zenpo36 wrote: Fri Sep 08, 2023 8:32 pm It seems to read everything just fine but only tries to check then because it cant it just folds?
hi, at first please send screenshot of your table and connected bot, when it's your turn, to my email: [email protected]
Zenpo36
Fish
Fish
Posts: 5
Joined: Fri Sep 08, 2023 8:31 pm

Re: BoL - Just checks?

Post by Zenpo36 »

Hi, I think I somewhat fixed it, i was only opening default.ohf file and it seemed like it wasnt finding the code for gecko. I loaded gecko instead and it works fine?
Alex
Site Admin
Site Admin
Posts: 3112
Joined: Sun Mar 26, 2017 5:58 pm

Re: BoL - Just checks?

Post by Alex »

Zenpo36 wrote: Sat Sep 09, 2023 4:34 pm Hi, I think I somewhat fixed it, i was only opening default.ohf file and it seemed like it wasnt finding the code for gecko. I loaded gecko instead and it works fine?
Gecko (default built-in profile) is loaded automatically when you start the bot. You don't need to load anything yourself.
If you want to reset back to default settings, delete .ini file in the Warbot root folder
Zenpo36
Fish
Fish
Posts: 5
Joined: Fri Sep 08, 2023 8:31 pm

Re: BoL - Just checks?

Post by Zenpo36 »

Ok, the weird thing is if I delete the ini file or dont load Gecko and use the defaultbot then whenever I play a game it doesn't find the code for gecko. do I need to place the code in the dummy functions section?

//*****************************************************************************
//
// Dummy functions
//
// These functions will be overwritten by Gecko and Termita.
// But they exist, so that Gecko / Termita can be safely deleted
// without causing parse-errors.
//
// If only Termita is deleted SNGs will fall back to Gecko.
// If both are delted SNGs will have no backup-actions at all-.
//
//*****************************************************************************

##Winngy_FixedLimit_Preflop##
##Winngy_FixedLimit_Flop##
##Winngy_FixedLimit_Turn##
##Winngy_FixedLimit_River##
##Winngy_FixedLimit_Prefold##
##Winngy_Prwin_number_of_opponents##

##Gecko_6Max_FR_NL_BSS_Preflop##
##Gecko_6Max_FR_NL_BSS_Flop##
##Gecko_6Max_FR_NL_BSS_Turn##
##Gecko_6Max_FR_NL_BSS_River##
##Gecko_6Max_FR_NL_BSS_Prefold##
##Gecko_6Max_FR_NL_BSS_Prwin_number_of_opponents##
Zenpo36
Fish
Fish
Posts: 5
Joined: Fri Sep 08, 2023 8:31 pm

Re: BoL - Just checks?

Post by Zenpo36 »

Weird, deleting ini file seemed to fix it. Thanks!
Alex
Site Admin
Site Admin
Posts: 3112
Joined: Sun Mar 26, 2017 5:58 pm

Re: BoL - Just checks?

Post by Alex »

Zenpo36 wrote: Sun Sep 10, 2023 5:14 pm Ok, the weird thing is if I delete the ini file or dont load Gecko and use the defaultbot then whenever I play a game it doesn't find the code for gecko. do I need to place the code in the dummy functions section?
no changes needed
Post Reply