Forge Beta: 07-13-2012 ver 1.2.10
by mtgrares
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
Re: Forge Beta: 07-13-2012 ver 1.2.10
by moomarc » 14 Jul 2012, 16:22
That's what I'd been expecting. Perhaps Zirbert saw the link posted by Mahamoti in the Magic 2013 Core Set thread that pointed to the LQ Gatherer pics?friarsol wrote:I don't see them in the Pictures forum, they usually aren't out till a week or two after release.
-Marc
-
moomarc - Pixel Commander
- Posts: 2091
- Joined: 04 Jun 2010, 15:22
- Location: Johannesburg, South Africa
- Has thanked: 371 times
- Been thanked: 372 times
Re: Forge Beta: 07-13-2012 ver 1.2.10
by Chris H. » 14 Jul 2012, 16:34
Looks like the account that was used at MediaFire to host the various HQ pics may have been suspended. Ouch. 

-
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: Forge Beta: 07-13-2012 ver 1.2.10
by Agetian » 14 Jul 2012, 17:39
Not sure if this is normal or not at the moment, but the new quest shop does not display pictures for boosters, starter packs, fat packs, and tournament packs. The pictures for individual cards display normally.
- Agetian
- Agetian
- Agetian
- Programmer
- Posts: 3489
- Joined: 14 Mar 2011, 05:58
- Has thanked: 684 times
- Been thanked: 572 times
Re: Forge Beta: 07-13-2012 ver 1.2.10
by Zirbert » 14 Jul 2012, 20:06
All I know is, I set up the new version last night, clicked Download LQ Set Pictures, and they all came in. I have all the M13 and PC 2 card images - I scrolled down through both sets in the deck editor, and none of the images were missing. If it works, I don't ask too many questions on how...moomarc wrote:That's what I'd been expecting. Perhaps Zirbert saw the link posted by Mahamoti in the Magic 2013 Core Set thread that pointed to the LQ Gatherer pics?friarsol wrote:I don't see them in the Pictures forum, they usually aren't out till a week or two after release.
Re: Forge Beta: 07-13-2012 ver 1.2.10
by friarsol » 14 Jul 2012, 20:07
Yea this is a side effect of the new Deck Editor, at some point we'll get that fixed up to display the images again.Agetian wrote:Not sure if this is normal or not at the moment, but the new quest shop does not display pictures for boosters, starter packs, fat packs, and tournament packs. The pictures for individual cards display normally.
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Forge Beta: 07-13-2012 ver 1.2.10
by Zirbert » 14 Jul 2012, 22:26
And my first bug report for this version...
Vile Rebirth should require that the player target a *creature* card in a graveyard. Forge currently allows the targeting of any card. Here's the problem line:
Vile Rebirth should require that the player target a *creature* card in a graveyard. Forge currently allows the targeting of any card. Here's the problem line:
- Code: Select all
A:SP$ ChangeZone | Cost$ B | Origin$ Graveyard | Destination$ Exile | TgtPrompt$ Choose target card in a graveyard | ValidTgts$ Card | SubAbility$ DBToken | SpellDescription$ Exile target creature card from a graveyard. Put a 2/2 black Zombie creature token onto the battlefield.
- Code: Select all
A:SP$ ChangeZone | Cost$ B | Origin$ Graveyard | Destination$ Exile | TgtPrompt$ Choose target card in a graveyard | ValidTgts$ Creature | SubAbility$ DBToken | SpellDescription$ Exile target creature card from a graveyard. Put a 2/2 black Zombie creature token onto the battlefield.
Re: Forge Beta: 07-13-2012 ver 1.2.10
by Xitax » 14 Jul 2012, 22:27
AI attacked, putting 5 counters on my Slumbering Dragon in a single attack phase, but I couldn't block with it in the next declare defenders phase.
Re: Forge Beta: 07-13-2012 ver 1.2.10
by friarsol » 14 Jul 2012, 23:22
Looks like Slumbering Dragon is incorrectly checking for Less than or Equal to 5 counters, instead of just Less Than 5 Counters. I'm not at a place I can check in code, so hopefully someone else can make the switch.Xitax wrote:AI attacked, putting 5 counters on my Slumbering Dragon in a single attack phase, but I couldn't block with it in the next declare defenders phase.
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Forge Beta: 07-13-2012 ver 1.2.10
by Zirbert » 14 Jul 2012, 23:50
Forge doesn't display the picture for Necrotic Ooze. Looks like it's not because it's too new, but because it has no SVar line for the image. Maybe this is supposed to be, or will be, added by a script at some point, but in any event, adding this line to its code fixes it:
SVar:Picture:http://www.wizards.com/global/images/magic/general/necrotic_ooze.jpg
SVar:Picture:http://www.wizards.com/global/images/magic/general/necrotic_ooze.jpg
Re: Forge Beta: 07-13-2012 ver 1.2.10
by ArsenalNut » 15 Jul 2012, 00:42
Fixed. Thanks XitaxXitax wrote:AI attacked, putting 5 counters on my Slumbering Dragon in a single attack phase, but I couldn't block with it in the next declare defenders phase.
Fixed. Thanks ZirbertZirbert wrote:Forge doesn't display the picture for Necrotic Ooze. Looks like it's not because it's too new, but because it has no SVar line for the image. Maybe this is supposed to be, or will be, added by a script at some point, but in any event, adding this line to its code fixes it:
SVar:Picture:http://www.wizards.com/global/images/magic/general/necrotic_ooze.jpg
So many cards, so little time
-
ArsenalNut - Posts: 512
- Joined: 08 Jul 2011, 03:49
- Has thanked: 27 times
- Been thanked: 121 times
Re: Forge Beta: 07-13-2012 ver 1.2.10
by sagephoenix » 15 Jul 2012, 04:23
Seems like Jhoira of the Ghitu is just exiling cards, not suspending them.
- sagephoenix
- Posts: 177
- Joined: 29 Aug 2011, 14:07
- Has thanked: 57 times
- Been thanked: 3 times
Re: Forge Beta: 07-13-2012 ver 1.2.10
by moomarc » 15 Jul 2012, 08:32
Been on the list for a while and busy working on a fix that will hopefully enable a bunch of other Future Sight cards as well.sagephoenix wrote:Seems like Jhoira of the Ghitu is just exiling cards, not suspending them.
-Marc
-
moomarc - Pixel Commander
- Posts: 2091
- Joined: 04 Jun 2010, 15:22
- Location: Johannesburg, South Africa
- Has thanked: 371 times
- Been thanked: 372 times
Re: Forge Beta: 07-13-2012 ver 1.2.10
by jmartus » 15 Jul 2012, 09:58
how do you sort by color, type of cards in the deck editor? you used to be able to in the older versions? also this new version seams very sluggish after only a few turns.
Re: Forge Beta: 07-13-2012 ver 1.2.10
by friarsol » 15 Jul 2012, 12:41
Can't you do this now? Click on type to sort by type, then click on color to sort by color. You should have a list that's sorted by color first, and type second.jmartus wrote:how do you sort by color, type of cards in the deck editor? you used to be able to in the older versions? also this new version seams very sluggish after only a few turns.
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Forge Beta: 07-13-2012 ver 1.2.10
by MrParivir » 15 Jul 2012, 12:53
Touch of the Eternal triggers on both players upkeep whereas it should only trigger on yours.
Last edited by Chris H. on 15 Jul 2012, 13:58, edited 1 time in total.
Reason: Mouse-over
Reason: Mouse-over
Who is online
Users browsing this forum: No registered users and 48 guests