Is it necessary to convert profiles from .txt format?
Warbot can open .txt-files directly or am I wrong?
Converting old Shanky .txt profiles
Re: Converting old Shanky .txt profiles
Not necessary. Yes it can open .txt PPL files directly.
Conversion is useful if you want to add modern things to your profile, which old Shanky PPL does not support, like functions, handlists, etc
Re: Converting old Shanky .txt profiles
I convert one old profile with Shanky and after the final processing, the bot gives the error "Error: Unknown identifier:MaxCurrentOpponentStackSize". The line itself in the code is "WHEN OpponentIsAllin AND MaxCurrentOpponentStackSize ~~ 0 AND AmountToCall <= 2 AND Opponents = 1 Call FORCE". What could be the problem?
Re: Converting old Shanky .txt profiles
try to replace "MaxCurrentOpponentStackSize" by "MaxStacksizeOfActiveOpponents" throughout the profileDemet wrote: ↑Mon Mar 09, 2020 2:32 am I convert one old profile with Shanky and after the final processing, the bot gives the error "Error: Unknown identifier:MaxCurrentOpponentStackSize". The line itself in the code is "WHEN OpponentIsAllin AND MaxCurrentOpponentStackSize ~~ 0 AND AmountToCall <= 2 AND Opponents = 1 Call FORCE". What could be the problem?
Re: Converting old Shanky .txt profiles
Thanks. I will tryAlex wrote: ↑Mon Mar 09, 2020 11:41 amtry to replace "MaxCurrentOpponentStackSize" by "MaxStacksizeOfActiveOpponents" throughout the profileDemet wrote: ↑Mon Mar 09, 2020 2:32 am I convert one old profile with Shanky and after the final processing, the bot gives the error "Error: Unknown identifier:MaxCurrentOpponentStackSize". The line itself in the code is "WHEN OpponentIsAllin AND MaxCurrentOpponentStackSize ~~ 0 AND AmountToCall <= 2 AND Opponents = 1 Call FORCE". What could be the problem?
Re: Converting old Shanky .txt profiles
I converted some shanky profile but there are lines that are not accepted, lines where BET symbol was used like:
WHEN ((HaveQuads OR HaveStraightFlush))
WHEN (BotsLastAction = BET AND BotsActionsOnThisRound = 1 AND Random < 85) CALL FORCE
What should it be replaced with?
WHEN ((HaveQuads OR HaveStraightFlush))
WHEN (BotsLastAction = BET AND BotsActionsOnThisRound = 1 AND Random < 85) CALL FORCE
What should it be replaced with?
Re: Converting old Shanky .txt profiles
Ok, got this one, shoul be Bet not BET.
Re: Converting old Shanky .txt profiles
at step 5), the command line returns an error
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : RedirectionNotSupported
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : RedirectionNotSupported
-
- Newbie
- Posts: 1
- Joined: Wed Jan 11, 2023 9:42 am
Re: Converting old Shanky .txt profiles
Hello guys, can you please help me to convert my old .txt custom profile? It has been 2 days I'm trying modify myself all the mispelled functions but seems like I still have many.
I cant find all the files to download in first page, please help.
Thanks.
I cant find all the files to download in first page, please help.
Thanks.
Re: Converting old Shanky .txt profiles
i've checked all links and files from 1st post, all work to meDancaDoPombo wrote: ↑Wed Jan 11, 2023 1:39 pm Hello guys, can you please help me to convert my old .txt custom profile? It has been 2 days I'm trying modify myself all the mispelled functions but seems like I still have many.
I cant find all the files to download in first page, please help.
Thanks.