It is currently 29 Aug 2025, 21:20
   
Text Size

Current Known Bugs list

Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins

Re: Current Known Bugs list

Postby Sloth » 23 Mar 2011, 09:11

timmermac wrote::!: Basal Sliver is causing NPE's and errors in card code when it is in play.
Did the AI have Slivers on the battlefield or just you?
User avatar
Sloth
Programmer
 
Posts: 3498
Joined: 23 Jun 2009, 19:40
Has thanked: 125 times
Been thanked: 507 times

Re: Current Known Bugs list

Postby Sloth » 23 Mar 2011, 11:42

Bundy wrote:Just noticed that Elixir of Immortality does not shuffle the graveyard back into the library, only Elixir of Immortality gets shuffled back.
This is no longer the case. Do you have the newest version Bundy?

Xitax wrote:Anyway, after paying the upkeep cost of a Peacekeeper, nothing happened, and I had no choice to click "ok". Instead I was forced to click "cancel" to continue, and the card was sacced and my 2 lands remained tapped. This happened the second time I paid upkeep for the card, so it's probably something other than card programming.
Peacekeeper works alright for me. Maybe there was something on the battlefield causing this Xitax?
User avatar
Sloth
Programmer
 
Posts: 3498
Joined: 23 Jun 2009, 19:40
Has thanked: 125 times
Been thanked: 507 times

Re: Current Known Bugs list

Postby friarsol » 23 Mar 2011, 12:42

Sloth wrote:
Xitax wrote:Anyway, after paying the upkeep cost of a Peacekeeper, nothing happened, and I had no choice to click "ok". Instead I was forced to click "cancel" to continue, and the card was sacced and my 2 lands remained tapped. This happened the second time I paid upkeep for the card, so it's probably something other than card programming.
Peacekeeper works alright for me. Maybe there was something on the battlefield causing this Xitax?
It's possible that he started paying for the upkeep cost while it was still on the stack. So the mana would be in the mana pool instead of paying for the cost.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Current Known Bugs list

Postby Xitax » 24 Mar 2011, 05:10

It's possible. I don't remember now.
Xitax
 
Posts: 918
Joined: 16 May 2010, 17:19
Has thanked: 183 times
Been thanked: 133 times

Re: Current Known Bugs list

Postby cc-drake » 24 Mar 2011, 10:59

- Golem Artisan has
2: Target artifact gains flying until end of turn.
Should be artifact creature.
- AI enchants his own Canyon Minotaur with Contaminated Bond
cc-drake
 
Posts: 570
Joined: 14 Aug 2010, 07:15
Has thanked: 29 times
Been thanked: 6 times

Re: Current Known Bugs list

Postby Sloth » 24 Mar 2011, 12:53

cc-drake wrote:- Golem Artisan has
2: Target artifact gains flying until end of turn.
Should be artifact creature.
- AI enchants his own Canyon Minotaur with Contaminated Bond
Both fixed. Thanks cc-drake.
User avatar
Sloth
Programmer
 
Posts: 3498
Joined: 23 Jun 2009, 19:40
Has thanked: 125 times
Been thanked: 507 times

Re: Current Known Bugs list

Postby Bundy » 24 Mar 2011, 13:22

Sloth wrote:
This is no longer the case. Do you have the newest version Bundy?
Just downloaded the last version from http://mtgrares.blogspot.com/ again to be sure, but only the Elixir of Immortality gets shuffled back.

Also noticed that when i have 2 Fungus Sliver in play, the effect triggers twice. I might be wrong here, but i thought it would only trigger once. Because all slivers get this ability, it's not the Fungus Sliver that gives the +1/+1 counters, so the number of Fungus Slivers should not matter in this case? :-k
Bundy
 
Posts: 348
Joined: 17 Dec 2010, 17:32
Location: The netherlands
Has thanked: 23 times
Been thanked: 3 times

Re: Current Known Bugs list

Postby Chris H. » 24 Mar 2011, 13:38

Bundy wrote:Just downloaded the last version from http://mtgrares.blogspot.com/ again to be sure, but only the Elixir of Immortality gets shuffled back.
`
The version that Rares places on his google web page tends to be out of date. You will allways be able to get a more recent update here at CCGH. The most recent update can be found at this topic. The first message has links to the archives:

User avatar
Chris H.
Forge Moderator
 
Posts: 6320
Joined: 04 Nov 2008, 12:11
Location: Mac OS X Yosemite
Has thanked: 644 times
Been thanked: 643 times

Re: Current Known Bugs list

Postby Bundy » 24 Mar 2011, 13:52

Ok, just learned something new, thanks! =D>
I will download that version then.
Bundy
 
Posts: 348
Joined: 17 Dec 2010, 17:32
Location: The netherlands
Has thanked: 23 times
Been thanked: 3 times

Re: Current Known Bugs list

Postby Niv-Mizzet » 24 Mar 2011, 15:41

Bundy wrote:Also noticed that when i have 2 Fungus Sliver in play, the effect triggers twice. I might be wrong here, but i thought it would only trigger once. Because all slivers get this ability, it's not the Fungus Sliver that gives the +1/+1 counters, so the number of Fungus Slivers should not matter in this case? :-k
I believe it's correct as is. Since it's a triggered ability rather than a static ability you can have multiple instances of the same effect stack up. (You can identify triggers based on the language like "whenever... [something happens] [do this] or at the beginning of... [some part of the turn] [this happens].") The first Fungus Sliver gives itself and other slivers a trigger, and each additional Fungus Sliver gives another of the same trigger. It's just like how a creature can have Flanking more than once. You used to be able to have Lifelink and Deathtouch more than once until they changed those to static abilities.
User avatar
Niv-Mizzet
 
Posts: 125
Joined: 17 Oct 2009, 21:20
Has thanked: 0 time
Been thanked: 5 times

Re: Current Known Bugs list

Postby Bundy » 24 Mar 2011, 16:21

Niv-Mizzet wrote:I believe it's correct as is. Since it's a triggered ability rather than a static ability you can have multiple instances of the same effect stack up. (You can identify triggers based on the language like "whenever... [something happens] [do this] or at the beginning of... [some part of the turn] [this happens].") The first Fungus Sliver gives itself and other slivers a trigger, and each additional Fungus Sliver gives another of the same trigger. It's just like how a creature can have Flanking more than once. You used to be able to have Lifelink and Deathtouch more than once until they changed those to static abilities.
Ok, that makes sense. I thought the Fungus Sliver would only trigger once because having 2 or more Essence Sliver in play only gives 1 lifelink.
Thanks for making that clear!
Bundy
 
Posts: 348
Joined: 17 Dec 2010, 17:32
Location: The netherlands
Has thanked: 23 times
Been thanked: 3 times

Re: Current Known Bugs list

Postby Sloth » 24 Mar 2011, 16:33

Bundy wrote:Ok, that makes sense. I thought the Fungus Sliver would only trigger once because having 2 or more Essence Sliver in play only gives 1 lifelink.
Thanks for making that clear!
Essence Sliver doesn't grant lifelink, not in forge and not on paper. It's the same as Fungus Sliver.
User avatar
Sloth
Programmer
 
Posts: 3498
Joined: 23 Jun 2009, 19:40
Has thanked: 125 times
Been thanked: 507 times

Re: Current Known Bugs list

Postby Bundy » 24 Mar 2011, 16:45

Sloth wrote:Essence Sliver doesn't grant lifelink, not in forge and not on paper. It's the same as Fungus Sliver.
Guess i never really watched my life total when dealing damage with more Essence Slivers in play.

Anyway, just noticed something else:
the computer played Gaea's Cradle as first card, then uses it to draw mana. But since there were no creatures in play, Gaea's Cradle should not give any mana.
Bundy
 
Posts: 348
Joined: 17 Dec 2010, 17:32
Location: The netherlands
Has thanked: 23 times
Been thanked: 3 times

Re: Current Known Bugs list

Postby friarsol » 24 Mar 2011, 17:52

The AI shouldn't have Gaea's Cradle in his deck. He doesn't know how to use it properly.
friarsol
Global Moderator
 
Posts: 7593
Joined: 15 May 2010, 04:20
Has thanked: 243 times
Been thanked: 965 times

Re: Current Known Bugs list

Postby timmermac » 24 Mar 2011, 18:27

Sloth wrote:
timmermac wrote::!: Basal Sliver is causing NPE's and errors in card code when it is in play.
Did the AI have Slivers on the battlefield or just you?
I think in both of the cases where I've noticed this, both the computer and I have been playing with Sliver decks of one form or another.
Last edited by timmermac on 24 Mar 2011, 21:55, edited 1 time in total.
"I just woke up, haven't had coffee, let alone a pee in 7 days, and I find out you stole my ass and made a ...mini-me! Carter, I should be irked currently, yes?" - Jack O'Neill
User avatar
timmermac
Tester
 
Posts: 1512
Joined: 17 May 2010, 20:36
Has thanked: 18 times
Been thanked: 95 times

PreviousNext

Return to Forge

Who is online

Users browsing this forum: No registered users and 44 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 44 users online :: 0 registered, 0 hidden and 44 guests (based on users active over the past 10 minutes)
Most users ever online was 7303 on 15 Jul 2025, 20:46

Users browsing this forum: No registered users and 44 guests

Login Form