Page 1 of 1

Start the game with a card in play?

PostPosted: 29 Oct 2018, 13:50
by Corwin72
I was wondering if there was a way to hack the quest save file to always start the game with a card in play. I know that you can start the game with pets in play and some of the quests have you start with cards in play. Is there a way to change a save file so that you always start with a howling mine in play? Thanks for your ideas in advance.

Re: Start the game with a card in play?

PostPosted: 30 Oct 2018, 02:09
by friarsol
I can't think of anything that would allow that. You can buy one of the pets, and change the script to be a "Howling Mine" in `res\quest\bazaar`

Re: Start the game with a card in play?

PostPosted: 30 Oct 2018, 14:53
by Corwin72
Thanks for your help.
I updated the plant. I used the draw a card from the archivist.

I have been trying with this from temple bell but it is not working.
Any idea what I am doing wrong?

| Open
Name:Plant Wall
ManaCost:no cost
Colors:green
Types:Creature Plant Wall
Text:Level 6 Plant Wall
PT:1/4
K:Defender
K:Reach
A:AB$ Draw | Cost$ T | NumCards$ 1 | Defined$ Player | SpellDescription$ Each player draws a card.
Oracle: Defender, Reach\n{T}: Each player draws a card.

Re: Start the game with a card in play?

PostPosted: 30 Oct 2018, 17:17
by Corwin72
I think it had something to do with me switching Wither out for Reach.

This works.
| Open
Name:Plant Wall
ManaCost:no cost
Colors:green
Types:Creature Plant Wall
Text:Level 6 Plant Wall
PT:1/4
K:Defender
K:Wither
A:AB$ Draw | Cost$ T | NumCards$ 1 | Defined$ Player | SpellDescription$ Each player draws a card.
Oracle: Defender, Wither\n{T}: Each player draws a card.