It is currently 01 May 2024, 06:15
   
Text Size

[Not Solved] + [Unfixable] Bug Archive

Moderators: BAgate, drool66, Aswan jaguar, gmzombie, stassy, CCGHQ Admins

[unfixable for now]Axebane Guardian

Postby stassy » 15 Nov 2012, 18:45

Describe the Bug:
If player cancel mana choice when Axebane Guardian ability is activated with only 1 defender in player side, it will still tap itself.

Which card did behave improperly ?
Axebane Guardian

Which update are you using?(date,name)Which type(Duel,Gauntlet,Sealed Deck)
ONR

What exactly should be the correct behavior/interaction ?
If player cancel mana choice when Axebane Guardian ability is activated with only 1 defender in player side, it will not tap itself (like Birds of Paradise)

Are any other cards possibly affected by this bug ?
-

Disregard if it's too much difficult to code, might be a pain to figure out how to force to tap if X+1 defenders are in play and if player generate at least 1 mana, which mana generation is validated or canceled...getting a headache with it but the question had to be posted #-o
Attachments
1.zip
(2.03 KiB) Downloaded 276 times
Last edited by Aswan jaguar on 17 Nov 2012, 16:18, edited 2 times in total.
Reason: unfixable bug for now
stassy
Moderator
 
Posts: 5274
Joined: 25 Feb 2009, 07:06
Has thanked: 471 times
Been thanked: 337 times

Re: Axebane Guardian

Postby Aswan jaguar » 16 Nov 2012, 18:30

-with only 1 defender in player side- I don't get what you mean, it will tap if cancelled no matter how many defender you control.
---
Trying to squash some bugs and playtesting.
User avatar
Aswan jaguar
Super Tester Elite
 
Posts: 8078
Joined: 13 May 2010, 12:17
Has thanked: 730 times
Been thanked: 458 times

Re: [confirmed]Axebane Guardian

Postby stassy » 16 Nov 2012, 19:48

In the case of Birds of Paradise, if you click on it to trigger its ability and if you hit cancel, the whole action is canceled and the Birds of Paradise is not tapped.

This should be the same for Axebane Guardian if only itself is in play (as one defender), however this is not the case (triggering the ability then canceling will still tap Axebane Guardian)

If there are more defenders in play, the ability seems to work like this :
- X the number of defender
- On activation, X=1, mana choice pop, ok or cancel then X=X+1 then repeat until X is reached

In the case of the player canceling all choices until X, Axebane Guardian should stay untapped
In case of player validating at least 1 mana choice, Axebane Guardian should be tapped

This is theoretically what I see for Axebane Guardian if ruling is based on official rules + ML engine (since officially you should not be able to cancel a Birds of Paradise choice, but ingame you can).

But coding this might be a real pita to do...
stassy
Moderator
 
Posts: 5274
Joined: 25 Feb 2009, 07:06
Has thanked: 471 times
Been thanked: 337 times

Re: [confirmed]Axebane Guardian

Postby Gargaroz » 17 Nov 2012, 15:40

The problem is : the whole mana color selection mechanic is still vastly hardcoded and messing with it without care will surely confuse the AI, so this remain "bugged" for a while.
----
- Current / medium term task: adjusting the code for making Misdirection and such usable
- Long term task: inserting all the good stuff I left out from the "Golden Years" mod
Gargaroz
Programmer
 
Posts: 7097
Joined: 06 Nov 2009, 11:11
Has thanked: 82 times
Been thanked: 595 times

Re: [confirmed]Hellkite Charger-what about fix untap ability

Postby Gargaroz » 17 Nov 2012, 16:00

I'll do it ;)
----
- Current / medium term task: adjusting the code for making Misdirection and such usable
- Long term task: inserting all the good stuff I left out from the "Golden Years" mod
Gargaroz
Programmer
 
Posts: 7097
Joined: 06 Nov 2009, 11:11
Has thanked: 82 times
Been thanked: 595 times

[unolvable]Enslave

Postby Aswan jaguar » 17 Nov 2012, 18:59

Describe the Bug:
Enslave does 1 damage to stealer instead of owner.

Which card did behave improperly ?
Enslave

Which update are you using?(date,name)Which type(Duel,Gauntlet,Sealed Deck)
ML.3.0-RAVNICA DUEL

What exactly should be the correct behavior/interaction ?
Enslave does 1 damage to owner.

Are any other cards possibly affected by this bug ?
Attachments
enslave.zip
(2.45 KiB) Downloaded 280 times
Last edited by Aswan jaguar on 19 Nov 2012, 15:08, edited 2 times in total.
Reason: unsolved bug
---
Trying to squash some bugs and playtesting.
User avatar
Aswan jaguar
Super Tester Elite
 
Posts: 8078
Joined: 13 May 2010, 12:17
Has thanked: 730 times
Been thanked: 458 times

Re: [confirmed]Enslave

Postby Gargaroz » 18 Nov 2012, 15:15

Are you sure ? The code seems right, so I really don't understand where this bug comes from.
----
- Current / medium term task: adjusting the code for making Misdirection and such usable
- Long term task: inserting all the good stuff I left out from the "Golden Years" mod
Gargaroz
Programmer
 
Posts: 7097
Joined: 06 Nov 2009, 11:11
Has thanked: 82 times
Been thanked: 595 times

Re: [confirmed]Enslave

Postby Aswan jaguar » 18 Nov 2012, 15:38

I am positive is there a chance you are confused as to who owner is?
The one who cast or had this card from the beginning of the game on his deck.So not the one who controls Enslave but the one who's creature was stolen from loses 1 life.On stealer's upkeep =(works fine)1 damage to owner=(bug)
---
Trying to squash some bugs and playtesting.
User avatar
Aswan jaguar
Super Tester Elite
 
Posts: 8078
Joined: 13 May 2010, 12:17
Has thanked: 730 times
Been thanked: 458 times

Re: [confirmed]Enslave

Postby Gargaroz » 19 Nov 2012, 14:23

The problem is, this card borrow the code of Control Magic, which is hardcoded and I don't know exactly how it works, so I really don't know if I could fix it.
And the whole "control something" mechanic is hard to reproduce without borrowing pieces of existing code, so I couldn't recode the card either.
----
- Current / medium term task: adjusting the code for making Misdirection and such usable
- Long term task: inserting all the good stuff I left out from the "Golden Years" mod
Gargaroz
Programmer
 
Posts: 7097
Joined: 06 Nov 2009, 11:11
Has thanked: 82 times
Been thanked: 595 times

Re: [unolvable]Enslave

Postby Aswan jaguar » 19 Nov 2012, 15:16

Gargaroz I greatly appreciate the huge effort you make to provide such great cards and deal with hardcoded staff that haven't been uncovered,yet.Although sometimes ](*,) you don't stop searching for new :idea:
---
Trying to squash some bugs and playtesting.
User avatar
Aswan jaguar
Super Tester Elite
 
Posts: 8078
Joined: 13 May 2010, 12:17
Has thanked: 730 times
Been thanked: 458 times

Re: [unolvable]Enslave

Postby RanDomino » 19 Nov 2012, 18:58

can it just be changed to 'Enslave deals 1 damage to Enslave's controller's opponent'?
RanDomino
 
Posts: 290
Joined: 21 Mar 2010, 22:26
Has thanked: 20 times
Been thanked: 13 times

[unfixable]Azorius Charm

Postby stassy » 23 Nov 2012, 08:01

Describe the Bug:
- When player attack and AI don't block, Azorius Charm unsummon option is not available
- When player attack and AI block, Azorius Charm unsummon option can't be used on attacking creature (illegal blocking error)

Which card did behave improperly ?
Azorius Charm

Which update are you using?(date,name)Which type(Duel,Gauntlet,Sealed Deck)
ONRv2

What exactly should be the correct behavior/interaction ?
- When player attack and AI don't block, Azorius Charm unsummon option is available
- When player attack and AI block, Azorius Charm unsummon option can be used on attacking creature

Are any other cards possibly affected by this bug ?
-
Image
In the screenshot above, I have 2 Ornithopter, one is stolen, and I don't have the unsummon option.

Image
In this screenshot, if AI block with Wall of Sword, the option appear but I can't unsummon the attacking creature, I can only unsummon the blocker.

There is to note that if AI attack and player don't have creatures, the unsummon option is working as intended.

download/file.php?id=8217
Last edited by stassy on 24 Nov 2012, 04:15, edited 2 times in total.
Reason: bug non fixable
stassy
Moderator
 
Posts: 5274
Joined: 25 Feb 2009, 07:06
Has thanked: 471 times
Been thanked: 337 times

Re: Azorius Charm

Postby Aswan jaguar » 23 Nov 2012, 14:43

In the savegame attached Stassy I never have the option to unsummon no matter which player attacks or blocks or is unblocked.
---
Trying to squash some bugs and playtesting.
User avatar
Aswan jaguar
Super Tester Elite
 
Posts: 8078
Joined: 13 May 2010, 12:17
Has thanked: 730 times
Been thanked: 458 times

Re: [confirmed]Azorius Charm

Postby stassy » 23 Nov 2012, 15:39

Well, this is Acra savegame but I guess I will make another one since it's not a clean game.

Edit: Here you go, you can debug tap/untap creatures at will to force blocking or not and see that only when AI not blocking the unsummon option is not available.
Attachments
1.zip
(2.07 KiB) Downloaded 271 times
stassy
Moderator
 
Posts: 5274
Joined: 25 Feb 2009, 07:06
Has thanked: 471 times
Been thanked: 337 times

[Unsolved]Coalition Relic

Postby Althuna » 23 Nov 2012, 18:56

Still not perfect in V2. It doesn't let you add the counter on opponents turn and when something is in the stack.
Last edited by Aswan jaguar on 26 Nov 2012, 14:26, edited 2 times in total.
Reason: unsolved bug
Althuna
 
Posts: 445
Joined: 26 Jul 2011, 00:23
Has thanked: 70 times
Been thanked: 15 times

PreviousNext

Return to Archived Reports

Who is online

Users browsing this forum: No registered users and 18 guests


Who is online

In total there are 18 users online :: 0 registered, 0 hidden and 18 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 18 guests

Login Form