Search found 1163 matches

by Psyringe
Tue Feb 23, 2010 3:56 pm
Forum: Bug reports
Topic: Bugs 0.10.1
Replies: 478
Views: 138600

Re: Bugs 0.10.1

Great product, I just started using 0.10.1 on my PSP. I will definitely be donating on a regular basis. Glad to see you're enjoying the game. :) Scourglass does not appear to function. I attempt to activate the ability during my upkeep by selecting it and clicking it as I normally would any tap eff...
by Psyringe
Tue Feb 23, 2010 3:16 pm
Forum: Code submission
Topic: [CODE] Basic phase skip ability (i.e necropotence)
Replies: 9
Views: 4649

Re: basic phase skip ability (you don't read necropotence^^)

about the syntax, i talk about with wololo and he advise me to use the one i posted. but i agree with you that keeping the same syntax should be great i will try to improve the code in order to fit this goal. Perhaps let's wait for wololo's comment then, he may have seen a good reason for not imple...
by Psyringe
Tue Feb 23, 2010 12:55 pm
Forum: Code submission
Topic: [CODE] Basic phase skip ability (i.e necropotence)
Replies: 9
Views: 4649

Re: basic phase skip ability (you don't read necropotence^^)

That's great news. Code additions are always very welcome! I'll test it as soon as I have a chance. :) Some thoughts that crossed my mind (not very well ordered due to time pressure, sorry for that): 1. About the syntax: In order to keep the card code syntax consistent, it might be better to parse p...
by Psyringe
Tue Feb 23, 2010 11:48 am
Forum: Bug reports
Topic: Bugs 0.10.1
Replies: 478
Views: 138600

Re: Bugs 0.10.1

pyknite ( and other "next upkeep" cantrips )has an "endless" extra card draw By "endless draw", do you mean that the draw effect triggers in every turn instead of only the next turn? If yes, then this might be another facet of issue 355 . sometimes (in momir vig mode at least) I can't deal lethal d...
by Psyringe
Tue Feb 23, 2010 11:01 am
Forum: Custom Cards & Images
Topic: "Real Magic" Graphic Mod v0.9.2 & All Card Images
Replies: 281
Views: 201524

Re: Create Deck exception...?

Which version of Wagic are you using - 0.10.1 or SVN? Did you make sure not to overwrite your _cards.dat files when copying graphics over? Are you using any custom sets? What exactly did you do before the crash happened? The most common cause for crashes in the deck editor while scrolling through th...
by Psyringe
Tue Feb 23, 2010 10:56 am
Forum: Bug reports
Topic: Bugs 0.10.1
Replies: 478
Views: 138600

Re: Bugs 0.10.1

1) Doubtless One (Onslaught) has P/T equal to the number of priests in play, yet it received an additional +1/+1 from Priest of Gix (Urza's Saga), whose creature type is Minion. No bug here. :) Doubtless One gets 1/1 for each cleric in play. Priest of Gix's subtypes are Human Cleric Minion. Lot's o...
by Psyringe
Tue Feb 23, 2010 10:35 am
Forum: Card Coding & Parser
Topic: Code to Keyword
Replies: 4
Views: 2287

Re: Code to Keyword

Hmm, in this case it'll probably be better to make triggered effects transferable instead of adding a specific "powerdrain" keyword. There are probably other cards which require transferable triggers, and we can't add new keywords for each of their effects.
by Psyringe
Tue Feb 23, 2010 1:39 am
Forum: Card Coding & Parser
Topic: Code to Keyword
Replies: 4
Views: 2287

Re: Code to Keyword

I'm not sure I understand the problem. It seems to me that "powerdrain:1" would be just the same as "@each my upkeep: damage:1 controller", so I don't understand why a specific keyword would be necessary. Am I missing something?
by Psyringe
Tue Feb 23, 2010 1:25 am
Forum: Misc
Topic: an idea for untap:effect cards
Replies: 4
Views: 2346

Re: an idea for untap:effect cards

No, won't help here. The technique used for the Clockwork creatures (and many similar cards) works like this: You apply an effect to all cards in a given group, and then apply a reverse effect (which totally negates the previous effect) to all cards in the same group except the card whose rule is be...
by Psyringe
Tue Feb 23, 2010 12:32 am
Forum: Card Coding
Topic: Bloodcraze Ability - Custom set (non working)
Replies: 17
Views: 6012

Re: code lines

if mirri is blocking then a creature w/ protection from black wouldn't be able to be blocked by her. Right, I goofed that example up - thanks for putting it right. but this work around is good news for my custom set, the ability bloodcraze is alot more balanced this way than having 2/2 counters bei...