Hi there
i'm playing aggro shaman
recently i found my finley always choose the left one
i check the Default Routine.cs
line 747:
int sirFinleyChoice = -1;
if (ai.bestmove.actionType == actionEnum.playcard && ai.bestmove.card.card.name == CardDB.cardName.sirfinleymrrgglton)
{
sirFinleyChoice = ai.botBase.getSirFinleyPriority(discoverCards);
}
DateTime tmp = DateTime.Now;
if (sirFinleyChoice != -1) dirtychoice = sirFinleyChoice;
//then i check the ai.cs
i can't find "getSirFinleyPriority(discoverCards)"
maybe that's the point?
or this problem was been fixed?
Sorry my english is not good , but i try to explain my problem
i'm playing aggro shaman
recently i found my finley always choose the left one
i check the Default Routine.cs
line 747:
int sirFinleyChoice = -1;
if (ai.bestmove.actionType == actionEnum.playcard && ai.bestmove.card.card.name == CardDB.cardName.sirfinleymrrgglton)
{
sirFinleyChoice = ai.botBase.getSirFinleyPriority(discoverCards);
}
DateTime tmp = DateTime.Now;
if (sirFinleyChoice != -1) dirtychoice = sirFinleyChoice;
//then i check the ai.cs
i can't find "getSirFinleyPriority(discoverCards)"
maybe that's the point?
or this problem was been fixed?
Sorry my english is not good , but i try to explain my problem