BoL - Just checks?
BoL - Just checks?
It seems to read everything just fine but only tries to check then because it cant it just folds?
Re: BoL - Just checks?
hi, at first please send screenshot of your table and connected bot, when it's your turn, to my email: [email protected]
Re: BoL - Just checks?
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?
Re: BoL - Just checks?
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
Re: BoL - Just checks?
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##
//*****************************************************************************
//
// 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##
Re: BoL - Just checks?
Weird, deleting ini file seemed to fix it. Thanks!