Search found 220 matches

by excessum
Wed Sep 18, 2013 12:05 am
Forum: Bug reports
Topic: {X}:deplete:X lines do not work
Replies: 10
Views: 3898

Re: {X}:deplete:X lines do not work

Yes it appears to finally work now. The pop-up still displays an erroneously large random number but at least the effect is applied correctly.
by excessum
Tue Sep 17, 2013 12:29 am
Forum: Bug reports
Topic: Bugs SVN
Replies: 1229
Views: 317020

Re: Bugs SVN

Frankly I am amazed that the Wagic project even got as far as it did considering that it is pretty much a given that it will never earn a single cent from anyone due to legal issues with WoTC. The source code is a gigantic maze that is essentially impossible to navigate with each class cross-referen...
by excessum
Wed Sep 04, 2013 2:17 am
Forum: Card Coding
Topic: Monstrosity Discussion
Replies: 4
Views: 2687

Re: Monstrosity Discussion

[card] name=Mizzium Mortars auto=name(overload) pay[[{2}{R}{R}]] all(creature|opponentbattlefield) damage:4?name(cast normal) target(creature|opponentbattlefield) damage:4 text=Mizzium Mortars deals 4 damage to target creature you don't control. -- Overload {3}{R}{R}{R} (You may cast this spell for...
by excessum
Tue Sep 03, 2013 12:46 am
Forum: Card Coding
Topic: Monstrosity Discussion
Replies: 4
Views: 2687

Re: Monstrosity Discussion

I think it is simple enough to just use a "counter(0/0,1,Monstrous)" and some sort of "@counteradded" to activate and check activations for monstrosity. On this topic, I think Theros is going to be a nightmare to code, given that 4 of the 6 unveiled mechanics (Heroic, Enchantments and Nyx, Bestow, D...
by excessum
Mon Sep 02, 2013 4:57 am
Forum: Bug reports
Topic: {X}:deplete:X lines do not work
Replies: 10
Views: 3898

Re: {X}:deplete:X lines do not work

I have verified that Kessig Wolf Run's +X/0 works on both Debug and Release versions when Wagic is run from VS2010, and the standard game mode when running off the .exe compiled under Debug. As previously mentioned, it also works fine in the Test Suite when run from the compiled .exe. The only situa...
by excessum
Mon Sep 02, 2013 12:30 am
Forum: Card Coding
Topic: Devotion Dicussion
Replies: 6
Views: 3173

Re: Devotion Dicussion

I am quite sure that it is impossible to count coloured mana costs with the current keywords else stuff like the chroma ability would be in already. Even if you know the coloured mana cost of a card, you would still need a method to sum them up over all the permanents ie. count {b} over (*|mybattlef...
by excessum
Tue Jul 23, 2013 12:04 am
Forum: Card Coding
Topic: Discussion: Prossh, Skyraider of Kher
Replies: 7
Views: 3024

Re: Discussion: Prossh, Skyraider of Kher

So it seems that my interpretation of "manacost" is correct ie. it refers exactly to the value in the "mana=" field. What you need is something similar to the cards with "if {blah} is spent to cast this spell, then do..." and then figure how the value of {blah}. As far as I know, there is no way to ...
by excessum
Mon Jul 22, 2013 8:35 am
Forum: Card Coding
Topic: Discussion: Prossh, Skyraider of Kher
Replies: 7
Views: 3024

Re: Prossh, Skyraider of Kher

It might be better to wait for the card to appear on Gatherer to see the rulings and discussions before coding... I am not sure how "manacost" is interpreted with modifiers like Thralia and Omniscience (7 and 0 respectively). If I am not wrong, it returns the value in the "mana=" field which is 6 so...
by excessum
Sat Jul 20, 2013 12:36 pm
Forum: Custom Sets
Topic: M14 set 231/249
Replies: 78
Views: 30411

Re: M14 set 231/249

excessum, I have fixed the text proble with Liliana's Reaver. As far as Xathrid Necromancer's Zombie token goes I thought that was the best way to code it at the time. I am not aware of any problems with how it is coded. Feel free to post a recommended revision here if there is a problem with it. I...
by excessum
Fri Jul 19, 2013 2:30 am
Forum: Custom Sets
Topic: M14 set 231/249
Replies: 78
Views: 30411

Re: M14 set 231/249

Typo in Liliana's Reaver: "text=Deathrouch"

Just out of curiosity, is there a need for Xathrid Necromancer to have a specific token when Liliana's Reaver generates the same tapped Zombie token?