Card Requests
by mtgrares
Moderators: timmermac, Blacksmith, KrazyTheFox, Agetian, friarsol, CCGHQ Admins
Re: Card Requests
by Accountancy » 23 Nov 2011, 08:46
Why's that? It seems simple enough to me, just dark confidant's ability followed by a "do you want to do this action again?"jeffwadsworth wrote:Not in script.
Although I must admit I don't know the distinction with script and such. Just curious and hoping.
- Accountancy
- Posts: 230
- Joined: 14 Aug 2009, 12:39
- Has thanked: 22 times
- Been thanked: 2 times
Re: Card Requests
by friarsol » 23 Nov 2011, 12:54
There is no support for loops in scripts at this time. Also, "simple enough" is tossed around too much in Card Requests. Just because something is simple in concept, doesn't mean it's simple to code for.Accountancy wrote:Why's that? It seems simple enough to me, just dark confidant's ability followed by a "do you want to do this action again?"
Although I must admit I don't know the distinction with script and such. Just curious and hoping.
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Card Requests
by sagephoenix » 23 Nov 2011, 22:39
- sagephoenix
- Posts: 177
- Joined: 29 Aug 2011, 14:07
- Has thanked: 57 times
- Been thanked: 3 times
Re: Card Requests
by moomarc » 24 Nov 2011, 06:04
Can't do the double cascade at this stage. I'm not sure if it's stackable in forge at all. I'll try this afternoon. Might be able to add a static trigger for for any time it changes zones that pumps cascade.sagephoenix wrote:How about Maelstrom Wanderer?
http://www.wizards.com/Magic/Magazine/Article.aspx?x=mtg/daily/arcana/848
-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: Card Requests
by Accountancy » 24 Nov 2011, 08:02
Fair enough, it is easy to think that something should be simple by combining two existing things, but I can see why it doesn't necessarily work that way in practice. Thanks for clarifying.friarsol wrote:There is no support for loops in scripts at this time. Also, "simple enough" is tossed around too much in Card Requests. Just because something is simple in concept, doesn't mean it's simple to code for.Accountancy wrote:Why's that? It seems simple enough to me, just dark confidant's ability followed by a "do you want to do this action again?"
Although I must admit I don't know the distinction with script and such. Just curious and hoping.
- Accountancy
- Posts: 230
- Joined: 14 Aug 2009, 12:39
- Has thanked: 22 times
- Been thanked: 2 times
Re: Card Requests
by moomarc » 24 Nov 2011, 11:17
Unfortunately I was right: Cascade effect doesn't stack. I scripted it with a static effect that gave it a second instance of Cascade, but only one triggers. Maybe one of the devs that actually work with the code can make it stackable in which case this would work.moomarc wrote:Can't do the double cascade at this stage. I'm not sure if it's stackable in forge at all. I'll try this afternoon. Might be able to add a static trigger for for any time it changes zones that pumps cascade.sagephoenix wrote:How about Maelstrom Wanderer?
http://www.wizards.com/Magic/Magazine/Article.aspx?x=mtg/daily/arcana/848
Edit: Moved script to half implemented cards thread.
-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: Card Requests
by Nordos » 24 Nov 2011, 14:45
What about Sorin Markov? I'm aware that his ultimate isn't working yet, but his first two abilities were the better ones anyway. Especially the Combo with Sorin's Vengeance, which is already implemented.
As a placeholder for the -7 ability, you could get extra turns. Or is it scriptable, that you get an extra turn where you get control of every permanent that player controls for the end of the turn. After that, that player should also skip his Upkeep Phase, to make it as much accurate as possible
As a placeholder for the -7 ability, you could get extra turns. Or is it scriptable, that you get an extra turn where you get control of every permanent that player controls for the end of the turn. After that, that player should also skip his Upkeep Phase, to make it as much accurate as possible
Re: Card Requests
by friarsol » 24 Nov 2011, 15:16
Yea I didn't mean to come off as harsh, but I don't really think the "Try this again?" exists anywhere in Forge. For certain, not in the full scripting. I can only think of a few other cards where it might come in handy (e.g. Helm of Obedience a personal favorite of mine). The coding isn't straightforward for a loop structure, so someone would have to be very motivated for very few cards to be added. Not saying it won't happen, it just can't happen now.Accountancy wrote:Fair enough, it is easy to think that something should be simple by combining two existing things, but I can see why it doesn't necessarily work that way in practice. Thanks for clarifying.
- friarsol
- Global Moderator
- Posts: 7593
- Joined: 15 May 2010, 04:20
- Has thanked: 243 times
- Been thanked: 965 times
Re: Card Requests
by moomarc » 24 Nov 2011, 15:50
Check the half implemented cards thread. There's already something almost exactly like that there from quite a long time ago, so probably on the first page of that thread.Nordos wrote:What about Sorin Markov? I'm aware that his ultimate isn't working yet, but his first two abilities were the better ones anyway. Especially the Combo with Sorin's Vengeance, which is already implemented.
As a placeholder for the -7 ability, you could get extra turns. Or is it scriptable, that you get an extra turn where you get control of every permanent that player controls for the end of the turn. After that, that player should also skip his Upkeep Phase, to make it as much accurate as possible
-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: Card Requests
by Nordos » 24 Nov 2011, 16:13
Well, the ability setting life to 10 doesnt work with that script...
Which is a very important ability for me
EDIT: Sorry, never mind. After changing the script a bit
Which is a very important ability for me

EDIT: Sorry, never mind. After changing the script a bit
- Code: Select all
from
A:AB$SetLife | Cost$ SubCounter<3/LOYALTY> | Planeswalker$ True | ValidTgts$ Opponent | TgtPrompt$ Select target opponent | LifeAmount$ 10
| SpellDescription$ Target opponent's life total becomes 10.
to
A:AB$SetLife | Cost$ SubCounter<3/LOYALTY> | Planeswalker$ True | ValidTgts$ Opponent | TgtPrompt$ Select target opponent | LifeAmount$ 10 | SpellDescription$ Target opponent's life total becomes 10.
Re: Card Requests
by Accountancy » 25 Nov 2011, 17:21
Just thinking out loud, sorry if you've already answered this, but it wouldn't be possible to write the card so that as long as it's on the stack you can keep revealing the top card and paying life? Although that could still only be a partial fix, or not even work for that matter, I don't know.friarsol wrote:Yea I didn't mean to come off as harsh, but I don't really think the "Try this again?" exists anywhere in Forge. For certain, not in the full scripting. I can only think of a few other cards where it might come in handy (e.g. Helm of Obedience a personal favorite of mine). The coding isn't straightforward for a loop structure, so someone would have to be very motivated for very few cards to be added. Not saying it won't happen, it just can't happen now.Accountancy wrote:Fair enough, it is easy to think that something should be simple by combining two existing things, but I can see why it doesn't necessarily work that way in practice. Thanks for clarifying.
- Accountancy
- Posts: 230
- Joined: 14 Aug 2009, 12:39
- Has thanked: 22 times
- Been thanked: 2 times
Re: Card Requests
by sagephoenix » 28 Nov 2011, 17:52
Now that convoke is available, any chance of seeing Angel of Salvation?
- sagephoenix
- Posts: 177
- Joined: 29 Aug 2011, 14:07
- Has thanked: 57 times
- Been thanked: 3 times
Re: Card Requests
by Iran » 29 Nov 2011, 00:42
The card is "Divide as you choose." We do have a few cards that "fake" this like Pyrotechnics, but this only works for a known amount of damage (the same for prevent damage).sagephoenix wrote:Now that convoke is available, any chance of seeing Angel of Salvation?
Cards like Meteor Shower, Conflagrate, Rock Slide, Comet Storm, etc... is not available too.
Re: Card Requests
by sagephoenix » 29 Nov 2011, 03:57
What about Duplicant? It's not listed on here as being unscriptable. (Speaking of which, Angel of Salvation's reason needs to be updated. http://www.slightlymagic.net/wiki/Forge_Scriptables
- sagephoenix
- Posts: 177
- Joined: 29 Aug 2011, 14:07
- Has thanked: 57 times
- Been thanked: 3 times
Re: Card Requests
by victorvndoom » 29 Nov 2011, 13:28
all cards from zendikar with the ascendsion (only can find beastmaster ascension)
needed for testing some decks :
pyromancer ascension
archmage ascension
Bloodchief Ascension
luminarch ascension
you should add also following: some people dont play by format but play casual so they mix cards and formats. so you should also add a list out where the cards came from. So you can buy e.g. mirrodin packs or mirage packs or ...search the cards from the edition it is from. now you dont know where they are found. so additional tab must be located for the card edition so people can search for the card edition and not per format (i look them up per edition as that is how they are classified in my maps)
all other 7000 cards that arent implemented yet (dont know how many magic cards are out there, but you know that number minus the cards you implemented)
i like this tool because it makes me feel giddy again like i used to play shalandar magic and now i can play matches against my own decks and figure out the mistakes i make. if the computer keeps playing wel and not still interupting the game by telling it is a bug that it would be greater
jk
no hard feeling i know you do your work
needed for testing some decks :
pyromancer ascension
archmage ascension
Bloodchief Ascension
luminarch ascension
you should add also following: some people dont play by format but play casual so they mix cards and formats. so you should also add a list out where the cards came from. So you can buy e.g. mirrodin packs or mirage packs or ...search the cards from the edition it is from. now you dont know where they are found. so additional tab must be located for the card edition so people can search for the card edition and not per format (i look them up per edition as that is how they are classified in my maps)
all other 7000 cards that arent implemented yet (dont know how many magic cards are out there, but you know that number minus the cards you implemented)
i like this tool because it makes me feel giddy again like i used to play shalandar magic and now i can play matches against my own decks and figure out the mistakes i make. if the computer keeps playing wel and not still interupting the game by telling it is a bug that it would be greater

jk

i have a autistic disorder. I speak english very well but it is not my mother language .I have also some dislectic / grammatical problems. please pay attention..i cant correct myself each time
- victorvndoom
- Posts: 54
- Joined: 09 Nov 2010, 18:45
- Has thanked: 0 time
- Been thanked: 0 time
Who is online
Users browsing this forum: No registered users and 38 guests