It is currently 16 Sep 2025, 02:13
   
Text Size

[Old confirmed] Bug Archive

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

Re: Arachnus Web

Postby stassy » 27 Sep 2012, 10:58

This is because Arachnus Web only work on C coded card and not ASM or older untouched cards (this is also the case for any recently added spell that disable ability/spell activation).
stassy
Moderator
 
Posts: 5274
Joined: 25 Feb 2009, 07:06
Has thanked: 471 times
Been thanked: 337 times

Re: [confirmed]Nezumi shorftang, Nezumi Graverobber

Postby Gargaroz » 27 Sep 2012, 13:34

Nezumi Graverobber is fixed, but I really coulnd't understand what's wrong about Nezumi Shortfang...
----
- 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]Energy Chamber

Postby stassy » 28 Sep 2012, 06:12

Ok so my list is complete, but the only artifact with normal charge counter I recall from the original games are the Batteries. By hardcoded do you mean also ASM coded cards?
stassy
Moderator
 
Posts: 5274
Joined: 25 Feb 2009, 07:06
Has thanked: 471 times
Been thanked: 337 times

[confirmed]Sunburst + artifact mana

Postby stassy » 28 Sep 2012, 12:03

Describe the Bug:
Sunburst cards (eg.Skyreach Manta) cannot be cast with artifact mana (eg. Mishra's Workshop)

Which card did behave improperly ?
Sunburst cards

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

What exactly should be the correct behavior/interaction ?
Sunburst cards (eg.Skyreach Manta) can be cast with artifact mana (eg. Mishra's Workshop)

Are any other cards possibly affected by this bug ?
-

Yes, I know artifact abilities cannot be used with artifact mana but I wanted to know if casting a C coded card with artifact mana would be possible :D
Attachments
2.zip
(2.2 KiB) Downloaded 256 times
Last edited by Aswan jaguar on 28 Sep 2012, 14:16, edited 1 time in total.
Reason: confirmed bug
stassy
Moderator
 
Posts: 5274
Joined: 25 Feb 2009, 07:06
Has thanked: 471 times
Been thanked: 337 times

Re: [confirmed]Energy Chamber

Postby Gargaroz » 28 Sep 2012, 12:16

Yes.
----
- 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]Energy Chamber

Postby stassy » 28 Sep 2012, 12:20

*cough* by all mean shall I have to look into the src folder into the asm/c to check which card is coded in asm/c or do you know a better way? *cough* :P
stassy
Moderator
 
Posts: 5274
Joined: 25 Feb 2009, 07:06
Has thanked: 471 times
Been thanked: 337 times

Re: [confirmed]Sunburst + artifact mana

Postby Aswan jaguar » 28 Sep 2012, 14:19

Stassy wrote:
I wanted to know if casting a C coded card with artifact mana would be possible :D
The C coded artifacts can be cast like the ASM ones using artificial mana it is a Sunburst code thing probably.
---
Trying to squash some bugs and playtesting.
User avatar
Aswan jaguar
Super Tester Elite
 
Posts: 8131
Joined: 13 May 2010, 12:17
Has thanked: 748 times
Been thanked: 479 times

fixed Gargaroz]turntimber basilisk[WAIT FIX]woodfall primus

Postby ozks » 29 Sep 2012, 01:26

Describe the Bug:
turntimber basilisk not work the ability of landfall, the opponent should block him but nothing! (try to use the ability on kor of the save game and you see)

Which card did behave improperly ?
Turntimber Basilisk

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

What exactly should be the correct behavior/interaction ?
Landfall — Whenever a land enters the battlefield under your control, you may have target creature block Turntimber Basilisk this turn if able.

Are any other cards possibly affected by this bug ?
-
save game are both files on a single zip (down)
-------------------------------------------------------------------------------------------------------------
Describe the Bug:
When kill two creatures and die, it clone itself twice. and same happen with 3 creatures clone 3 times

Which card did behave improperly ?
Woodfall Primus

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

What exactly should be the correct behavior/interaction ?
Persist (When this creature is put into a graveyard from play, if it had no -1/-1 counters on it, return it to play under its owner's control with a -1/-1 counter on it.)

Are any other cards possibly affected by this bug ?
SaveGame.zip
Last edited by Aswan jaguar on 29 Sep 2012, 13:44, edited 1 time in total.
Reason: lure effect fixed-wait fix confirmation about woodfall primus
User avatar
ozks
 
Posts: 279
Joined: 24 May 2012, 22:49
Has thanked: 107 times
Been thanked: 23 times

Re: turntimber basilisk and woodfall primus

Postby stassy » 29 Sep 2012, 06:15

I confirm Turntimber Basilisk issue but only on player side, AI make it work correctly :P

I don't have the issue with Woodfall Primus in a clean game so must be another interaction
stassy
Moderator
 
Posts: 5274
Joined: 25 Feb 2009, 07:06
Has thanked: 471 times
Been thanked: 337 times

Re: [confirmed]Energy Chamber

Postby Gargaroz » 29 Sep 2012, 12:35

Sure, you can cross-check by looking at "get_counter_type_by_id" in "counters.c" located in "functions". Everything that could get "special counters" (Charge counters and in general everything that is not a P/T modifier) and is not there probably doesn't have the proper special counters defined.
----
- 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]turntimber basilisk [unconfirmed]woodfall pri

Postby Gargaroz » 29 Sep 2012, 12:54

Ah, I see, I found a global bug in the "must block me" code, it's fixed now.
And for Woodfall Primus, it's a general issue about the "Persist" mechanic if the creature dies in combat. I'll try to fix it with the usual "legacy trick".
----
- 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


[confirmed]Stormtide Leviathan

Postby BAgate » 03 Oct 2012, 09:54

Describe the Bug:
When Stormtide Leviathan is the target of a Magical Hack, the prevent attack ability doesn't change (so you still require islandwalk or flying to attack), nor does the all lands are a certain land ability (ex. hack the Stormtide Leviathan from islands to mountains and only flying or islandwalk creatures can attack and all lands are considered islands, so islandwalking creatures can't be blocked).

Which card did behave improperly ?
Stormtide Leviathan when Magical Hacked

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

What exactly should be the correct behavior/interaction ?
When Stormtide Leviathan is hacked all instances of land words are changed, so all lands become the same type (in addition to their type), no creature w/o flying or the changed land walk can attack, and the Stormtide Leviathan has that land walk.

Are any other cards possibly affected by this bug ?
Potentially any other card with land affecting properties.
Attachments
stormtide leviathan.rar
(2.88 KiB) Downloaded 262 times
Last edited by Aswan jaguar on 03 Oct 2012, 14:33, edited 1 time in total.
Reason: confirmed bug
Working on: housekeeping and archived reports
User avatar
BAgate
Tester
 
Posts: 2444
Joined: 06 Mar 2012, 11:09
Has thanked: 117 times
Been thanked: 158 times

Re: Stormtide Leviathan

Postby stassy » 03 Oct 2012, 11:01

Text change is only working on original cards, cards like Mind Bend only change the wording but nothing else is modified, unfortunately...
stassy
Moderator
 
Posts: 5274
Joined: 25 Feb 2009, 07:06
Has thanked: 471 times
Been thanked: 337 times

Re: Stormtide Leviathan

Postby BAgate » 03 Oct 2012, 11:29

So let me see if I understand. Card specific abilities are only changed if they were original cards, but abilities such as landwalk or protection from (color) can be changed even on new cards?
Working on: housekeeping and archived reports
User avatar
BAgate
Tester
 
Posts: 2444
Joined: 06 Mar 2012, 11:09
Has thanked: 117 times
Been thanked: 158 times

PreviousNext

Return to Archived Reports

Who is online

Users browsing this forum: Google [Bot] and 69 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 70 users online :: 1 registered, 0 hidden and 69 guests (based on users active over the past 10 minutes)
Most users ever online was 7967 on 09 Sep 2025, 23:08

Users browsing this forum: Google [Bot] and 69 guests

Login Form