

#Ygopro 2 download 2018 update
Update OnBattle, add Executor.OnSelectAttacker and Executor.OnSelectAttackTarget.New decks: Trickstar, LightswornShaddoldinosour, ChainBurn.Fix OnMove to keep card data when moving.Misc updates to LightswornShaddoldinosour and ChainBurn deck.Add ClientField.GetColumnCount and ClientField.HasInHandOrInSpellZone etc.Add Executor.OnCardSorting and Executor.OnDraw.Add AI.Utils.GetBestBotMonster, AI.Utils.GetWorstBotMonster and AI.Utils.ChainContainPlayer.Add ShouldNotBeTarget and ShouldBeDisabledBeforeItUseEffectMonster enum.Add ClientCard.IsTuner, ClientCard.LinkMarker, ClientCard.HasLinkMarker.Add part of Zones enum and AI.SelectPlace.Fix infinite activation of ZexalWeapons.Fix OnSelectEffectYn didn't have ActivateDescription.Update default OnPreBattleBetween to recognize more cards.Change some int location to CardLocation location.Update ClientField.HasInMonstersZone to support check face-up card.Update Util.SelectPreferredCards and Util.CheckSelectCount to return the result.Rename AIFunctions.CompareCardAttack to CardContainer.CompareCardAttack.Rename AIFunctions to AIUtil (Usage: AI.Utils.Add DefaultScapegoat, DefaultMaxxC, DefaultAshBlossomAndJoyousSpring, DefaultGhostOgreAndSnowRabbit, DefaultGhostBelleAndHauntedMansion, DefaultEffectVeiler, DefaultCalledByTheGrave, DefaultInfiniteImpermanence.Add ExecutorType.GoToBattlePhase, ExecutorType.GoToMainPhase2, ExecutorType.GoToEndPhase.Add GetMatchingCards, GetFirstMatchingCard, IsExistingMatchingCard.Add Util.GetTotalAttackingMonsterAttack, Util.GetBotAvailZonesFromExtraDeck.

#Ygopro 2 download 2018 code
Available decksĪ Java program which generate executor code from deck, made by Levyaton. Hand=1 will make the bot always show Scissors, 2 for Rock, 3 for Paper. If you are testing deck, you may want to make sure the bot go first or second. Note: Most cards not in the original deck are unknown to the bot, and won't be summoned or activated in the duel. Will be set by Deck automatically, but you can override it. The deck file (.ydk) to be used by the bot. Put cards.cdb next to the compiled WindBot.exe.
#Ygopro 2 download 2018 how to
How to use:Ĭompile WindBot.sln using Visual Studio or Mono. A C# bot for YGOPro, compatible with the YGOSharp and SRVPro server.
