Search found 50 matches
- Tue Dec 03, 2013 8:57 pm
- Forum: Card Coding
- Topic: Request: Dense Foliage
- Replies: 4
- Views: 622
Re: Request: Dense Foliage
ahh right you are, sorry, posted in last 2 minutes of lunchbreak^^ i wondered why it wasnt coded it seemed so simple but you're right spells only seems tricky Actually it can be coded :) (I've just found examples in mtg.txt). Please, try this one: [card] name=Dense Foliage auto=lord(creature|battle...
- Tue Dec 03, 2013 12:45 pm
- Forum: Card Coding
- Topic: Request: Dense Foliage
- Replies: 4
- Views: 622
Re: Request: Dense Foliage
Oh, and it has another text in gatherer: http://gatherer.wizards.com/pages/Card/ ... seid=15431, which mentions only spells. Now I doubt that it can be coded.
- Tue Dec 03, 2013 12:41 pm
- Forum: Card Coding
- Topic: Request: Dense Foliage
- Replies: 4
- Views: 622
Re: Request: Dense Foliage
Shouldn't it be "creature|battlefield" to affect opponent's creatures as well?
- Mon Dec 02, 2013 8:53 pm
- Forum: Card Coding
- Topic: [New Feature] canPlayFromGraveyard
- Replies: 1
- Views: 563
[New Feature] canPlayFromGraveyard
The subject was added as latest git commit, as well as two cards coded using it: http://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=129480&type=card [card] name=Crucible of Worlds auto=lord(land|mygraveyard) CanPlayFromGraveyard text=You may play land cards from your graveyard. mana={3} ty...
- Sat Nov 30, 2013 9:21 pm
- Forum: Bug reports
- Topic: white card hability with equipments
- Replies: 1
- Views: 494
Re: white card hability with equipments
Leonin Shikari and Puresteel Paladin are in unsupported.txt that means they shouldn't work and if they do -- it is just a coincidence.
You can set the minimum available grade in game settings if you don't want such cards to appear.
You can set the minimum available grade in game settings if you don't want such cards to appear.
- Sat Nov 30, 2013 9:14 pm
- Forum: Bug reports
- Topic: Some subtypes not appearing in list of subtypes
- Replies: 1
- Views: 395
- Wed Nov 27, 2013 7:36 am
- Forum: Bug reports
- Topic: Wagic nightly builds
- Replies: 129
- Views: 225521
Re: Wagic nightly builds
The NEW github compiling instructions are not as clear to me as the old non-github compiling instructions. I am sorry for that: it is always hard to make a good technical documentation. Also, you can try using the old documentation from https://code.google.com/p/wagic/wiki/Compiling (follow the ins...
- Sun Nov 17, 2013 6:41 pm
- Forum: Custom decks & Competition
- Topic: AI decks
- Replies: 30
- Views: 6798
Re: AI decks
Oh, I forgot that bloodgift demon was revised recently: https://github.com/WagicProject/wagic/c ... ede6f97d2f,rawsugar wrote:
Still seems like bloodgif is giving cards away though, but that fixed nezumi. fixing my deck w him then.
so you might be using outdated mtg.txt.
- Sun Nov 17, 2013 5:31 pm
- Forum: Custom decks & Competition
- Topic: AI decks
- Replies: 30
- Views: 6798
Re: AI decks
I think so: AFAIK hints were implemented before 12th of may.rawsugar wrote:ok now using 19.0 from wololo unofficial release 12th of may - is that current enough?
But did you try the more recent unofficial releases by Tacoghandi from here: viewtopic.php?f=22&t=3380 (see first message)?
- Sun Nov 17, 2013 5:24 pm
- Forum: Custom decks & Competition
- Topic: AI decks
- Replies: 30
- Views: 6798
Re: AI decks
which got me to github for windows here: http://windows.github.com/ As usual there are different ways to do something. 1. You can download the whole repo as zip archive using this link: https://github.com/WagicProject/wagic/archive/master.zip 2. Or you can use any other program that can work with g...