It is currently 29 Jun 2025, 06:05
   
Text Size

Current Known Bugs list

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

Re: Current Known Bugs list

Postby mtgrares » 21 Jul 2009, 18:49

The computer will not attack when his life is low because the AI is trying to have blockers for when you attack. Hopefully if the computer would win he will attack but I'm sure the code is still a little buggy.
mtgrares
DEVELOPER
 
Posts: 1352
Joined: 08 Sep 2008, 22:10
Has thanked: 3 times
Been thanked: 12 times

Re: Current Known Bugs list

Postby TomChomaker » 22 Jul 2009, 07:54

I had a Preeminent Captain out in play and a Wizened Cenn, so pree was 3/3 with first strike then I put a Blight Sickle on him, he's 4/3 first strike wither. Compy blocks with 1/1, a 2/2 first strike, and 3/3 Kinsbaile borderguard. I assigned 1 damage to the 1/1, and 3 to the 3/3 they die before dealing damage (here's the glitche) pree dies( [-X ). when pree should live. Thank you for your time. [-o<
TomChomaker
 
Posts: 7
Joined: 19 Jul 2009, 01:28
Has thanked: 0 time
Been thanked: 0 time

Re: Current Known Bugs list

Postby indicatie » 22 Jul 2009, 17:45

Vitu-Ghazi, the City-Tree has 3 times the same ability... Isn't that overkill?

PS: The abilities to add all colours of mana come from Joiner Adept.
Don't mistake lack of talent for genius.
User avatar
indicatie
 
Posts: 153
Joined: 06 Feb 2009, 15:15
Has thanked: 13 times
Been thanked: 5 times

Re: Current Known Bugs list

Postby DennisBergkamp » 22 Jul 2009, 21:47

Oh this is because of the manapool... I'll fix it (I've done the same fix for cards like Pendelhaven and Kher Keep).
User avatar
DennisBergkamp
AI Programmer
 
Posts: 2602
Joined: 09 Sep 2008, 15:46
Has thanked: 0 time
Been thanked: 0 time

Re: Current Known Bugs list

Postby DennisBergkamp » 24 Jul 2009, 15:17

I'm getting a bug with Lifespark Spellbomb, when the AI plays it, it reports an index out of bounds exception on "setTargetCard(basic.get(1));" in its canPlayAI() method.
Zerker, should it be basic.get(0) ?
User avatar
DennisBergkamp
AI Programmer
 
Posts: 2602
Joined: 09 Sep 2008, 15:46
Has thanked: 0 time
Been thanked: 0 time

Re: Current Known Bugs list

Postby zerker2000 » 26 Jul 2009, 12:16

Probably, I'm currently away from the code in russia on a 2 cent per megabyte internet, so I cannot check/fix problems :P.
O forest, hold thy wand'ring son
Though fears assail the door.
O foliage, cloak thy ravaged one
In vestments cut for war.


--Eladamri, the Seed of Freyalise
zerker2000
Programmer
 
Posts: 569
Joined: 09 May 2009, 21:40
Location: South Pasadena, CA
Has thanked: 0 time
Been thanked: 0 time

Re: Current Known Bugs list

Postby DennisBergkamp » 26 Jul 2009, 15:04

I see, alright I'll just change it to 0 then, I think that should fix things :)
User avatar
DennisBergkamp
AI Programmer
 
Posts: 2602
Joined: 09 Sep 2008, 15:46
Has thanked: 0 time
Been thanked: 0 time

Re: Current Known Bugs list

Postby Chris H. » 30 Jul 2009, 00:44

I see that Wildsize was converted to use the spPumpTgt keyword. Wildsize is missing the Cantrip keyword. The card should look like this:


Wildsize
2 G
Instant
Target creature gets +2/+2 and gains trample until end of turn. Draw a card.
spPumpTgt:+2/+2/Trample
Cantrip
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 Spawk » 30 Jul 2009, 06:37

I think i have a found a couple of minor bugs/errors...
most importantly:

Brawn - does not give trample! (also, is there a black "incarnation"?

and then...

Troll Ascetic - has regeneration but no mention of shroud in card text

Karplusan Strider - also has no mention of shroud in card text (does this mean these creatures don't gain the ability or is it simply ommitted from what's displayed?)
^^EDIT: Sorry, just noticed this was from blue or black only.

Brilliant Halo - card text refers to "Angelic Halo" not brilliant, is that right?

P.S.
I am pretty new to magic... well, I played the microprose pc game quite a bit back in the day but I have never played a game with actual cards. So all the cards newer than that game (which is most of them) are new to me!

Thanks,
Jay
Spawk
 
Posts: 5
Joined: 23 Jan 2009, 08:46
Has thanked: 0 time
Been thanked: 0 time

Re: Current Known Bugs list

Postby DennisBergkamp » 30 Jul 2009, 09:42

Not sure why Brawn doesn't work (it should!), there is a black incarnation, but we never implemented it, I think it gives swampwalk. The weird thing with these incarnations is that once one of them hits the graveyard, the game slows down significantly (and this sluggishness stays for coming matches).

Troll Ascetic - Ah yes, it doesn't actually have shroud, but it can't be targeted by spells or abilities opponents control. This is something I'll add in, there are some other cards that have this.
Kind of the same deal with Karplusan Strider, we don't really have a keyword for just blue/black.

I'll fix Brilliant Halo :)
User avatar
DennisBergkamp
AI Programmer
 
Posts: 2602
Joined: 09 Sep 2008, 15:46
Has thanked: 0 time
Been thanked: 0 time

Re: Current Known Bugs list

Postby zerker2000 » 30 Jul 2009, 10:22

Spawk wrote:also, is there a black "incarnation"?
Filth, I believe.
Troll Ascetic - has regeneration but no mention of shroud in card text
"can't be the target of spells or abilities your opponents control": I am not sure if it's implimented, replacing it with shroud would probably make the card worse(i.e. you should be able to buff it, and you can generally regenerate it out of whatever the opponent throws at it).
O forest, hold thy wand'ring son
Though fears assail the door.
O foliage, cloak thy ravaged one
In vestments cut for war.


--Eladamri, the Seed of Freyalise
zerker2000
Programmer
 
Posts: 569
Joined: 09 May 2009, 21:40
Location: South Pasadena, CA
Has thanked: 0 time
Been thanked: 0 time

Re: Current Known Bugs list

Postby apthaven » 30 Jul 2009, 13:20

The mana pool's mana doesn't vanish as it should at the end of your turn.

So any mana left over from lands or other sources stay there even after your turn is up.
"I am a man and real men do not consume pink beverages. Get thee gone woman, and bring me something brown." - Jace Wayland
apthaven
Tester
 
Posts: 242
Joined: 20 Jun 2009, 12:34
Has thanked: 0 time
Been thanked: 1 time

Re: Current Known Bugs list

Postby Chris H. » 30 Jul 2009, 14:04

I see that I made a small mistake with several of the new cards. These cards use the Cantrip keyword and I forgot to add " Draw a card." to the descriptive text section for the following cards.

Can we change them to look like this:


Code: Select all
Annihilate
3 B B
Instant
Destroy target nonblack creature. It can't be regenerated. Draw a card.
spDestroyTgt:Creature.nonBlack:NoRegen
Cantrip

Aura Blast
1 W
Instant
Destroy target enchantment. Draw a card.
spDestroyTgt:Enchantment
Cantrip

Execute
2 B
Instant
Destroy target white creature. It can't be regenerated. Draw a card.
spDestroyTgt:Creature.White:NoRegen
Cantrip

Implode
4 R
Sorcery
Destroy target land. Draw a card.
spDestroyTgt:Land
Cantrip

Slay
2 B
Instant
Destroy target green creature. It can't be regenerated. Draw a card.
spDestroyTgt:Creature.Green:NoRegen
Cantrip

Smash
2 R
Instant
Destroy target artifact. Draw a card.
spDestroyTgt:Artifact
Cantrip
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 Joku » 30 Jul 2009, 18:02

The AI will cast Weakness on its own creatures.
Joku
 
Posts: 7
Joined: 28 Jan 2009, 22:26
Has thanked: 0 time
Been thanked: 0 time

Re: Current Known Bugs list

Postby DennisBergkamp » 30 Jul 2009, 22:07

Oops, I'll fix all of these bugs.
User avatar
DennisBergkamp
AI Programmer
 
Posts: 2602
Joined: 09 Sep 2008, 15:46
Has thanked: 0 time
Been thanked: 0 time

PreviousNext

Return to Forge

Who is online

Users browsing this forum: No registered users and 35 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 35 users online :: 0 registered, 0 hidden and 35 guests (based on users active over the past 10 minutes)
Most users ever online was 5050 on 26 Jun 2025, 06:02

Users browsing this forum: No registered users and 35 guests

Login Form