It is currently 09 Sep 2025, 00:57
   
Text Size

Bug reports

Moderators: ubeefx, beholder, melvin, ShawnieBoy, Lodici, CCGHQ Admins

Re: Bug reports

Postby jeffwadsworth » 01 Nov 2011, 01:16

(Merfolk Seastalkers) ability does not appear to work. Tried to tap Ezuri's Brigade and it fizzled after going onto the stack.
jeffwadsworth
Super Tester Elite
 
Posts: 1172
Joined: 20 Oct 2010, 04:47
Location: USA
Has thanked: 287 times
Been thanked: 70 times

Re: Bug reports

Postby beholder » 01 Nov 2011, 05:51

jeffwadsworth wrote:(Merfolk Seastalkers) ability does not appear to work. Tried to tap Ezuri's Brigade and it fizzled after going onto the stack.
Fixed it. Thanks.
If debugging is the process of removing bugs, then programming must be the process of putting them in.
User avatar
beholder
Programmer
 
Posts: 123
Joined: 17 Jul 2011, 17:56
Location: Netherlands
Has thanked: 16 times
Been thanked: 25 times

Re: Bug reports

Postby muaddib » 03 Nov 2011, 11:11

- giant growth casts for 1 plain
- cursed ronin has regenerate
- ai bug - creature with shadow does not attacked me, but 2 other creature without shadow attacked me in same turn. I did not have any creature with shadow.
User avatar
muaddib
Tester
 
Posts: 118
Joined: 03 Mar 2011, 08:37
Location: Russia
Has thanked: 0 time
Been thanked: 5 times

Re: Bug reports

Postby beholder » 03 Nov 2011, 11:54

I fixed Cursed Ronin, thanks.

You're the second person to report that bug with Giant Growth but I can not reproduce it. The game only allows me to pay for it with green mana, as it should. Can you reliably reproduce the bug? And if so, can you give some repro steps?

I suspect the issue with the shadow creature is part of the changes that were made to speed up the AI when blocking because I don't see anything obviously wrong with how I implemented the shadow ability.
If debugging is the process of removing bugs, then programming must be the process of putting them in.
User avatar
beholder
Programmer
 
Posts: 123
Joined: 17 Jul 2011, 17:56
Location: Netherlands
Has thanked: 16 times
Been thanked: 25 times

Re: Bug reports

Postby Aswan jaguar » 03 Nov 2011, 12:54

About Giant Growth seems to be random as I have played it both ways needing wrongly W to cast it and in another game correctly G.I don't know if it helps but when I played it and it was bugged needing W to cast it showed the W mana symbol in hand and actually you needed to pay W to cast it but if you placed the mouse over the card the enlarged card showed correctly G as manacost.
Is it possible that exist 2 cards named Giant Growth in the card file so the mechanism chooses between the 2 randomly?
---
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

Re: Bug reports

Postby jmartus » 07 Nov 2011, 00:31

I hope to see stronger minmax AI in the next version :)
jmartus
 
Posts: 207
Joined: 11 Oct 2010, 09:25
Has thanked: 0 time
Been thanked: 7 times

Re: Bug reports

Postby melvin » 07 Nov 2011, 01:22

Aswan jaguar wrote:Is it possible that exist 2 cards named Giant Growth in the card file so the mechanism chooses between the 2 randomly?
I checked, there is only one card named Giant Growth. It is really weird that the use white for green bug only occurs for this one card. Has anyone noticed this (wrong mana cost) happening on other cards?

jmartus wrote:I hope to see stronger minmax AI in the next version :)
Besides the too aggressive attacking, is there any other weak points that could be improved? Might as well get more improvements in if I'm going to modify the AI.
User avatar
melvin
AI Programmer
 
Posts: 1062
Joined: 21 Mar 2010, 12:26
Location: Singapore
Has thanked: 36 times
Been thanked: 459 times

Re: Bug reports

Postby jmartus » 07 Nov 2011, 02:55

It seams to block too aggressive as well.
jmartus
 
Posts: 207
Joined: 11 Oct 2010, 09:25
Has thanked: 0 time
Been thanked: 7 times

Re: Bug reports

Postby goonjamin » 08 Nov 2011, 01:52

Possible Card Issue:

Ballista Squad - Unless I'm missing something (which is always a good possibility :D) there is no sacrifice involved with the cost on this card.

I commented out the following from the card code and it now appears to work as I would expect.

Code: Select all
new MagicSacrificeEvent((MagicPermanent)source)
goonjamin
 
Posts: 133
Joined: 19 Aug 2010, 19:51
Has thanked: 39 times
Been thanked: 5 times

Re: Bug reports

Postby muaddib » 08 Nov 2011, 06:22

In my opinion play with AI become more difficult.
User avatar
muaddib
Tester
 
Posts: 118
Joined: 03 Mar 2011, 08:37
Location: Russia
Has thanked: 0 time
Been thanked: 5 times

Re: Bug reports

Postby beholder » 08 Nov 2011, 06:26

goonjamin wrote:Ballista Squad - Unless I'm missing something (which is always a good possibility :D) there is no sacrifice involved with the cost on this card.
Fixed, thank you.
If debugging is the process of removing bugs, then programming must be the process of putting them in.
User avatar
beholder
Programmer
 
Posts: 123
Joined: 17 Jul 2011, 17:56
Location: Netherlands
Has thanked: 16 times
Been thanked: 25 times

Re: Bug reports

Postby goonjamin » 09 Nov 2011, 02:09

Possible Card Issue:

Benalish Lancer - I payed the kicker but only received one +1+1 counter, when I believe I should have received two +1+1 counters. Also I did not see the icon for first strike which I also should have received.
goonjamin
 
Posts: 133
Joined: 19 Aug 2010, 19:51
Has thanked: 39 times
Been thanked: 5 times

Re: Bug reports

Postby beholder » 09 Nov 2011, 11:38

goonjamin wrote:Benalish Lancer - I payed the kicker but only received one +1+1 counter, when I believe I should have received two +1+1 counters. Also I did not see the icon for first strike which I also should have received.
Fixed it, thanks.
Bad copy and paste job on that one >.<
If debugging is the process of removing bugs, then programming must be the process of putting them in.
User avatar
beholder
Programmer
 
Posts: 123
Joined: 17 Jul 2011, 17:56
Location: Netherlands
Has thanked: 16 times
Been thanked: 25 times

Re: Bug reports

Postby muaddib » 10 Nov 2011, 05:03

it seems ai plays "Quest for the GraveLord" weak.
User avatar
muaddib
Tester
 
Posts: 118
Joined: 03 Mar 2011, 08:37
Location: Russia
Has thanked: 0 time
Been thanked: 5 times

Re: Bug reports

Postby Aswan jaguar » 10 Nov 2011, 05:40

Muaddip wrote:it seems ai plays "Quest for the GraveLord" weak.

It seems like few other cards under the last update in order to make the AI faster, AI became a bit weaker.Because before that AI kicked my ass many times with Quest for the GraveLord.In fact I have to admit that I leaned couple of combos from AI.
---
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

PreviousNext

Return to Magarena

Who is online

Users browsing this forum: No registered users and 16 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 16 users online :: 0 registered, 0 hidden and 16 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 16 guests

Login Form