[fixed]Animate Dead + White Knight
Moderators: BAgate, drool66, Aswan jaguar, gmzombie, stassy, CCGHQ Admins
[fixed]Animate Dead + White Knight
by travolter » 28 Jul 2019, 22:57
Describe the Bug:
White Knight should go to the graveyard after cast Animate Dead over it
Which card did behave improperly?
Animate Dead or White Knight?
Which update are you using? (date, name)Which type? (duel, gauntlet, sealed deck)
Manalink dev version 250c78bd updated 11-5-19
White Knight should go to the graveyard after cast Animate Dead over it
Which card did behave improperly?
Animate Dead or White Knight?

Which update are you using? (date, name)Which type? (duel, gauntlet, sealed deck)
Manalink dev version 250c78bd updated 11-5-19
https://www.quora.com/What-happens-when ... imate-Dead
You cast Animate Dead targeting something with protection from black in the graveyard. Let’s say it’s a White Knight. White Knight is a valid target because protection only works on the battlefield. Animate Dead enters the battlefield and the enchant line changes to “enchant creature put onto the battlefield with Animate Dead”. White Knight is returned to the battlefield. Animate Dead attempts to attach itself to White Knight, but due to protection from black, it can’t, because protection prevents black Auras from attaching. Animate Dead finishes resolving.
Before anyone gets priority, state-based actions are checked. Animate Dead is an Aura that is not attached to a “creature put onto the battlefield with Animate Dead”, so it’s put in the graveyard.
That triggers Animate Dead’s delayed trigger: “when Animate Dead leaves the battlefield, that creature’s controller sacrifices it.” You must sacrifice White Knight.
So, overall, you managed to discard your Animate Dead for two mana, and give White Knight a brief glimpse of life.
You can see this as one of the Gatherer rulings for Animate Dead:
If the creature put onto the battlefield has protection from black—or if the creature can’t legally be enchanted by Animate Dead for another reason—Animate Dead won’t be able to attach to it. It will be put into the graveyard as a state-based action, causing its delayed triggered ability to trigger. When the trigger resolves, if the creature’s still on the battlefield, its controller will sacrifice it.
- Attachments
-
animate dead.rar
- (2.06 KiB) Downloaded 241 times
Last edited by drool66 on 28 Nov 2021, 03:03, edited 2 times in total.
Reason: fixed
Reason: fixed
Re: [confirmed]Animate Dead + White Knight
by Biggzlar » 19 Aug 2019, 14:53
Both Animate Dead and Dance of the Dead seem to be bugged as in, the creature you enchant with them is not being sacrificed when the enchantment leaves the battlefield.
Another case would be the combination of Worldgorger Dragon + Animate Dead / Dance of the Dead.
Another case would be the combination of Worldgorger Dragon + Animate Dead / Dance of the Dead.
- Biggzlar
- Posts: 2
- Joined: 17 Aug 2019, 13:42
- Has thanked: 0 time
- Been thanked: 0 time
Re: [confirmed]Animate Dead + White Knight
by Aswan jaguar » 21 Aug 2019, 11:55
I have already fixed this.Biggzlar wrote:Both Animate Dead and Dance of the Dead seem to be bugged as in, the creature you enchant with them is not being sacrificed when the enchantment leaves the battlefield.
However such combos, can't be made to work right in Manalink.Biggzlar wrote:Another case would be the combination of Worldgorger Dragon + Animate Dead / Dance of the Dead.
---
Trying to squash some bugs and playtesting.
Trying to squash some bugs and playtesting.
-
Aswan jaguar - Super Tester Elite
- Posts: 8129
- Joined: 13 May 2010, 12:17
- Has thanked: 748 times
- Been thanked: 477 times
Re: [confirmed]Animate Dead + White Knight
by joseluiselblanco » 05 Nov 2021, 14:04
I have a recent version and it wasn't fixed, I could animate a white knight and the knight stayed on the battlefield.
- joseluiselblanco
- Posts: 52
- Joined: 15 Apr 2020, 12:39
- Has thanked: 11 times
- Been thanked: 1 time
Re: [confirmed]Animate Dead + White Knight
by Aswan jaguar » 05 Nov 2021, 15:25
I confirm it is bugged again in dev, too both Animate Dead and White Knight stay on the battlefield.
---
Trying to squash some bugs and playtesting.
Trying to squash some bugs and playtesting.
-
Aswan jaguar - Super Tester Elite
- Posts: 8129
- Joined: 13 May 2010, 12:17
- Has thanked: 748 times
- Been thanked: 477 times
Re: [confirmed]Animate Dead + White Knight
by drool66 » 05 Nov 2021, 17:07
Only because Animate Dead never forwards to aura(). I think it can and should do so just at:
- Code: Select all
if(!IS_GS_EVENT(player, card, event))
return aura(player, card, event, NULL, NULL);
The latest images for Manalink will be here.
The latest Manalink installation directory will be here. Well, not quite, anymore. Check the latest patches.
The latest Manalink installation directory will be here. Well, not quite, anymore. Check the latest patches.
-
drool66 - Programmer
- Posts: 1185
- Joined: 25 Nov 2010, 22:38
- Has thanked: 187 times
- Been thanked: 280 times
Re: [confirmed]Animate Dead + White Knight
by joseluiselblanco » 07 Nov 2021, 08:15
Also a creature with animate dead doesn't appear when attacking.
- joseluiselblanco
- Posts: 52
- Joined: 15 Apr 2020, 12:39
- Has thanked: 11 times
- Been thanked: 1 time
Re: [confirmed]Animate Dead + White Knight
by drool66 » 08 Nov 2021, 03:01
Fixed, unpushed.Also a creature with animate dead doesn't appear when attacking.
The latest images for Manalink will be here.
The latest Manalink installation directory will be here. Well, not quite, anymore. Check the latest patches.
The latest Manalink installation directory will be here. Well, not quite, anymore. Check the latest patches.
-
drool66 - Programmer
- Posts: 1185
- Joined: 25 Nov 2010, 22:38
- Has thanked: 187 times
- Been thanked: 280 times
Re: [confirmed]Animate Dead + White Knight
by joseluiselblanco » 09 Nov 2021, 18:30
I'm sorry but I don't understand what "unpushed" means.drool66 wrote:Fixed, unpushed.Also a creature with animate dead doesn't appear when attacking.
- joseluiselblanco
- Posts: 52
- Joined: 15 Apr 2020, 12:39
- Has thanked: 11 times
- Been thanked: 1 time
Re: [confirmed]Animate Dead + White Knight
by drool66 » 10 Nov 2021, 02:28
It just means I haven't yet uploaded them to the server where the master files are kept. In other words, the bug is fixed, but only on my computer so far. It will be included in the next patch.
The latest images for Manalink will be here.
The latest Manalink installation directory will be here. Well, not quite, anymore. Check the latest patches.
The latest Manalink installation directory will be here. Well, not quite, anymore. Check the latest patches.
-
drool66 - Programmer
- Posts: 1185
- Joined: 25 Nov 2010, 22:38
- Has thanked: 187 times
- Been thanked: 280 times
- joseluiselblanco
- Posts: 52
- Joined: 15 Apr 2020, 12:39
- Has thanked: 11 times
- Been thanked: 1 time
Re: [confirmed]Animate Dead + White Knight
by drool66 » 28 Nov 2021, 02:57
Fixed. I believe both in 39f82f9
The latest images for Manalink will be here.
The latest Manalink installation directory will be here. Well, not quite, anymore. Check the latest patches.
The latest Manalink installation directory will be here. Well, not quite, anymore. Check the latest patches.
-
drool66 - Programmer
- Posts: 1185
- Joined: 25 Nov 2010, 22:38
- Has thanked: 187 times
- Been thanked: 280 times
Re: [fixed]Animate Dead + White Knight
by joseluiselblanco » 08 Jan 2022, 15:37
I animated a Serra Angel and the game crashed.
bad parameters
get_card_instance(1, 184552193)
0: 0x0262BE09
1: 0x0261E403
2: 0x0261ED08
3: 0x025F1504
4: 0x0228AFA1
5: 0x0265A255
6: 0x02635ACC
7: 0x02636646
8: 0x026368E2
9: 0x02636939
10: 0x0261EFA3
11: 0x0260501A
12: 0x0260ABFA
13: 0x02445B89
14: 0x0265A255
15: 0x02635ACC
16: 0x02636265
17: 0x004368C6
18: 0x0261B904
19: 0x0043BFAA
20: 0x004399BD
21: 0x0047902C
22: 0x004946E9
23: 0x769EFA29
24: 0x77D37A9E
25: 0x77D37A6E
edit: tried another game, I animated other creatures but again a crash after trying to animate a Serra.
edit 2: I have the latest version released at Xmas.
bad parameters
get_card_instance(1, 184552193)
0: 0x0262BE09
1: 0x0261E403
2: 0x0261ED08
3: 0x025F1504
4: 0x0228AFA1
5: 0x0265A255
6: 0x02635ACC
7: 0x02636646
8: 0x026368E2
9: 0x02636939
10: 0x0261EFA3
11: 0x0260501A
12: 0x0260ABFA
13: 0x02445B89
14: 0x0265A255
15: 0x02635ACC
16: 0x02636265
17: 0x004368C6
18: 0x0261B904
19: 0x0043BFAA
20: 0x004399BD
21: 0x0047902C
22: 0x004946E9
23: 0x769EFA29
24: 0x77D37A9E
25: 0x77D37A6E
edit: tried another game, I animated other creatures but again a crash after trying to animate a Serra.
edit 2: I have the latest version released at Xmas.
- Attachments
-
dump.txt
- (455 Bytes) Downloaded 133 times
- joseluiselblanco
- Posts: 52
- Joined: 15 Apr 2020, 12:39
- Has thanked: 11 times
- Been thanked: 1 time
Re: [fixed]Animate Dead + White Knight
by joseluiselblanco » 08 Jan 2022, 18:13
Got a crash while trying to animate a Juzam too.
- Attachments
-
dump.txt
- (455 Bytes) Downloaded 150 times
- joseluiselblanco
- Posts: 52
- Joined: 15 Apr 2020, 12:39
- Has thanked: 11 times
- Been thanked: 1 time
14 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 18 guests