Page 37 of 86

Re: SVN Bug Reports

PostPosted: 22 Feb 2011, 00:09
by Chris H.
Chris H. wrote:
Replika wrote:r6662

Deep Analysis doesn't draw cards when flashbacked and just exiles itself.
`
I believe that this one is my fault. #-o

I will take care of the 18 cards that share the same problem.
`
OK, I just fixed Deep Analysis and tested it, so I think that I am ready for the other 17. :D

Re: SVN Bug Reports

PostPosted: 22 Feb 2011, 13:03
by Replika
r6699

Krosan Tusker is missing a .Self at ValidCard$ and isn't optional.

Soul Warden, Soul's Attendant and Essence Warden could use a PlayMain1:TRUE to make the AI cast them before other creature spells.

Aurochs counts all other attacking creatures instead of just other attacking Aurochs creatures. X:Count$Valid Aurochs.attacking+Other should do the trick (at least my self-written Aurochs Herd counts correctly with that).
The pump effect is slightly wrong from another point of view: The creatures get pumped right after being declared as attackers instad of putting a trigger on the stack.

Re: SVN Bug Reports

PostPosted: 22 Feb 2011, 14:47
by slapshot5
Replika wrote:r6699

Krosan Tusker is missing a .Self at ValidCard$ and isn't optional.

Aurochs counts all other attacking creatures instead of just other attacking Aurochs creatures. X:Count$Valid Aurochs.attacking+Other should do the trick (at least my self-written Aurochs Herd counts correctly with that).
The pump effect is slightly wrong from another point of view: The creatures get pumped right after being declared as attackers instad of putting a trigger on the stack.
Krosan Tusker and Aurochs are now fixed in SVN.

-slapshot5

Re: SVN Bug Reports

PostPosted: 22 Feb 2011, 16:14
by Chris H.
1 ) I fixed the Flashback ability Deep Reconnaissance and in play testing I noticed a bug. The AI was able to cast this spell with no land in the library without any errors.

I cast this spell with no land in my library and the window displaying the CARDNAME + "Looking at Library" window appears with no lands listed. I could not find anywhere to click to remove this window and had to force quit the forge app.


2) While fixing these broken Flashback cards I have noticed that the AI rarely uses it's mana base to activate a Flashback card that is located in it's graveyard. I have seen the AI do it once or twice so far, it just does not happen very often.

Re: SVN Bug Reports

PostPosted: 22 Feb 2011, 16:30
by Corwin72
r6699
AI just played Identity Crisis against me and nothing happened.

Re: SVN Bug Reports

PostPosted: 22 Feb 2011, 16:52
by friarsol
Chris H. wrote:1 ) I fixed the Flashback ability Deep Reconnaissance and in play testing I noticed a bug. The AI was able to cast this spell with no land in the library without any errors.

I cast this spell with no land in my library and the window displaying the CARDNAME + "Looking at Library" window appears with no lands listed. I could not find anywhere to click to remove this window and had to force quit the forge app.
I'll take care of 1. Apparently a missed edge case where no cards are in the searched zone.

Re: SVN Bug Reports

PostPosted: 22 Feb 2011, 17:40
by slapshot5
Corwin72 wrote:r6699
AI just played Identity Crisis against me and nothing happened.
I don't think Identity Crisis is scriptable. It was converted in r6625. Probably needs to be reverted.

-slapshot5

Re: SVN Bug Reports

PostPosted: 22 Feb 2011, 23:56
by srecko
Corwin72 wrote:Build 6561
Still trying to complete a draft.
This time I did not include my Pics folder when creating a new build.
This screen shot is after 19 cards were drafted. My task manager shows that forge is using 310 megs of ram and using between 48 and 50% of the process. This is the second machine that I have tried to complete a draft.
Is anyone else having this problem?

Edit:
Tried a draft using the 2/19/2011 build. Success..
Tried a draft using the cube rarity files and it worked too.
Trying an SVN build now.
Regular draft rarity files worked but the cube froze me at 19 cards.
Same thing here. For me it doesn't work on 02/19 and 02/14 version (with files from viewtopic.php?f=26&t=4029. Freezes somewhere around second booster

Re: SVN Bug Reports

PostPosted: 23 Feb 2011, 12:03
by Hellfish
Could someone better versed in Python take a look at the PerSetTracking script? It really doesn't get along with Python 3.2. (I only noticed because of a recent computer reinstall)

EDIT: Seems none of our scripts get along with python 3.2. Maybe I'm better off downgrading.

Re: SVN Bug Reports

PostPosted: 23 Feb 2011, 14:46
by friarsol
Python 3.X isn't as widely supported as Python 2.X is in general. You probably are better off having 2.X on your machine.

Re: SVN Bug Reports

PostPosted: 23 Feb 2011, 16:14
by Chris H.
friarsol wrote:AI just returned two Absorbs with a single Mnemonic Wall. etbReturnTgt must be buggy, we should convert the 15 or so cards over to Triggers.
`
Done.

Re: SVN Bug Reports

PostPosted: 23 Feb 2011, 17:15
by jeffwadsworth
slapshot5 wrote:
Corwin72 wrote:r6699
AI just played Identity Crisis against me and nothing happened.
I don't think Identity Crisis is scriptable. It was converted in r6625. Probably needs to be reverted.

-slapshot5
I just retested Identity Crisis and it worked perfectly fine. The AI is now out of the loop on it.

Re: SVN Bug Reports

PostPosted: 23 Feb 2011, 17:23
by slapshot5
jeffwadsworth wrote:
slapshot5 wrote:
Corwin72 wrote:r6699
AI just played Identity Crisis against me and nothing happened.
I don't think Identity Crisis is scriptable. It was converted in r6625. Probably needs to be reverted.

-slapshot5
I just retested Identity Crisis and it worked perfectly fine. The AI is now out of the loop on it.
I just tested too. Works fine. Stupid computer.

Edit: Whoops. I targeted myself, and my cards disappeared, but so did all the computer's cards in hand.

-slapshot5

Re: SVN Bug Reports

PostPosted: 23 Feb 2011, 17:29
by friarsol
I'm not sure how you tested, but Identity Crisis doesn't work right now, I just looked at the code and it doesn't consider targeting at all. I just cast it with a full hand and my cards were removed along with the AIs.
This is part of http://code.google.com/p/cardforge/issues/detail?id=111 issue

Re: SVN Bug Reports

PostPosted: 23 Feb 2011, 17:49
by jeffwadsworth
Okay, I will revert it back to the original code. Thanks.