-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Special Summoning Monster from Deck due to Card effect #179
Comments
Seems that calling _duel.GetCard() to get cards in deck will return null, so Bot won't try to special summon monsters from deck directly. |
So it's a current issue on the bot? But it's odd the "Feelin' Lucky" executor can Special Summon from deck like immediately in Main Phase 1. Where can I see the implementation of "Feelin' Lucky" executor? |
Maybe you can try to catch |
I just saw |
Hi. I am making a bot that uses Spirit Charmers Structure Deck. I can't figure out how to Special Summon Awakening of the Possessed - Nefariouser Archfiend from the deck by tributing 1 spellcaster and 1 level 4 or lower Earth monster on the bot's field.
I have this code currently and it seems
SpSummon
doesn't seem to work:The bot special summons but only if Awakening of the Possessed - Nefariouser Archfiend is on the hand which is not really productive. Any help would be appreciated.
Thanks!
The text was updated successfully, but these errors were encountered: