Top Ten Wishlist
Continuing Development of MicroProse's Magic: The Gathering!
Moderators: BAgate, drool66, stassy, Aswan jaguar, gmzombie, CCGHQ Admins
Re: Top Ten Wishlist
by jatill » 04 Jan 2010, 02:49
Punishing Fire does this...DrJones wrote:I would implement some of these myself, but I've yet to learn how to create my own events and how to hack the "gain_life" method to throw an event when a player gains life.
Apps by jatill: http://www.slightlymagic.net/wiki/Other_Apps_by_jatill
Re: Top Ten Wishlist
by Carltheape » 04 Jan 2010, 04:11
First of all I want to say thanks to all of those involved in making this program what it is today! I was so stoked to have found this and get it working! That said, my (amended) top ten list would go something like this...
1. Doubling Season
2. Urborg, Tomb of Yawgmoth
3. Loxodon Warhammer
4. Anvil of Bogardan
5. Time Stretch
6. Captain Sisay
7. Niv Mizzit the Firemind
8. Myr Retriever
9. Panoptic Mirror (I have a feeling this would be a pain to code)
10. Any of the split cards (fire/ice, dead/gone etc.)
I know that it would take lots of work and not sure if its possible, but a EDH mode would be really fun if possible!
1. Doubling Season
2. Urborg, Tomb of Yawgmoth
3. Loxodon Warhammer
4. Anvil of Bogardan
5. Time Stretch
6. Captain Sisay
7. Niv Mizzit the Firemind
8. Myr Retriever
9. Panoptic Mirror (I have a feeling this would be a pain to code)
10. Any of the split cards (fire/ice, dead/gone etc.)
I know that it would take lots of work and not sure if its possible, but a EDH mode would be really fun if possible!
Last edited by Carltheape on 04 Jan 2010, 18:30, edited 1 time in total.
-

Carltheape - Posts: 10
- Joined: 04 Jan 2010, 03:56
- Has thanked: 0 time
- Been thanked: 1 time
Re: Top Ten Wishlist
by DrJones » 04 Jan 2010, 14:30
Uh, I thought it wasn't there because I couldn't find it in the deckbuilder, but now I see that when I installed the "2010 update" Zendikar broke and shows creatures like Baneslayer Angel in draft.jatill wrote:Punishing Fire does this...DrJones wrote:I would implement some of these myself, but I've yet to learn how to create my own events and how to hack the "gain_life" method to throw an event when a player gains life.
- DrJones
- Posts: 18
- Joined: 01 Jan 2010, 15:41
- Has thanked: 0 time
- Been thanked: 0 time
Re: Top Ten Wishlist
by Gargaroz » 04 Jan 2010, 15:56
It's my fault, version 1.1 and probably 1.0 of the Happy2010 update got a wrong file and MagicLimited was screwed. Now, with v.1.2, everything is fixed up, hopefully.
----
- Current / medium term task: adjusting the code for making Misdirection and such usable
- Long term task: inserting all the good stuff I left out from the "Golden Years" mod
- Current / medium term task: adjusting the code for making Misdirection and such usable
- Long term task: inserting all the good stuff I left out from the "Golden Years" mod
- Gargaroz
- Programmer
- Posts: 7095
- Joined: 06 Nov 2009, 11:11
- Has thanked: 82 times
- Been thanked: 593 times
Re: Top Ten Wishlist
by Carltheape » 04 Jan 2010, 19:48
So this might not be the right forum for this, but I got the most recent patch and I can see all of the new cards listed above except for darksteel colossus. any reason why that might be?
-

Carltheape - Posts: 10
- Joined: 04 Jan 2010, 03:56
- Has thanked: 0 time
- Been thanked: 1 time
Re: Top Ten Wishlist
by Gargaroz » 04 Jan 2010, 20:12
What update do you have ? Perhaps your Darksteel Colossus lack of a proper art, so it's displayer like one of the "Gliphs" (the black one) of Legends.
----
- Current / medium term task: adjusting the code for making Misdirection and such usable
- Long term task: inserting all the good stuff I left out from the "Golden Years" mod
- Current / medium term task: adjusting the code for making Misdirection and such usable
- Long term task: inserting all the good stuff I left out from the "Golden Years" mod
- Gargaroz
- Programmer
- Posts: 7095
- Joined: 06 Nov 2009, 11:11
- Has thanked: 82 times
- Been thanked: 593 times
Re: Top Ten Wishlist
by Carltheape » 04 Jan 2010, 20:19
I got the manalink 2.01 patch. I have darksteel ingot and darksteel citadel but no darksteel colossus card or picture 
-

Carltheape - Posts: 10
- Joined: 04 Jan 2010, 03:56
- Has thanked: 0 time
- Been thanked: 1 time
Re: Top Ten Wishlist
by Gargaroz » 04 Jan 2010, 21:44
Ah, I understood. The colossus was missing from that update as "Indestructible" was bugged at that time.
This is the most recent update, it has the Colossus and many other new cards : viewtopic.php?f=25&t=2038
This is the most recent update, it has the Colossus and many other new cards : viewtopic.php?f=25&t=2038
----
- Current / medium term task: adjusting the code for making Misdirection and such usable
- Long term task: inserting all the good stuff I left out from the "Golden Years" mod
- Current / medium term task: adjusting the code for making Misdirection and such usable
- Long term task: inserting all the good stuff I left out from the "Golden Years" mod
- Gargaroz
- Programmer
- Posts: 7095
- Joined: 06 Nov 2009, 11:11
- Has thanked: 82 times
- Been thanked: 593 times
Re: Top Ten Wishlist
by Carltheape » 04 Jan 2010, 23:05
Well I downloaded the most recent patch of files, but when I go to add them to my magic directory I get this error:
"Cannot create or replace Makefile: There is already a file with the same name as the folder name you specified. Specify a different name."
Any ideas?
"Cannot create or replace Makefile: There is already a file with the same name as the folder name you specified. Specify a different name."
Any ideas?
-

Carltheape - Posts: 10
- Joined: 04 Jan 2010, 03:56
- Has thanked: 0 time
- Been thanked: 1 time
Re: Top Ten Wishlist
by DrJones » 04 Jan 2010, 23:12
Yes, delete the empty folder named "Makefile" in the patch. It conflicts with the file named "Makefile" in C:\Magic\Program. (You can't have two files with the same name, or a directory with the same name than a file)Carltheape wrote:Well I downloaded the most recent patch of files, but when I go to add them to my magic directory I get this error:
"Cannot create or replace Makefile: There is already a file with the same name as the folder name you specified. Specify a different name."
Any ideas?
- DrJones
- Posts: 18
- Joined: 01 Jan 2010, 15:41
- Has thanked: 0 time
- Been thanked: 0 time
- Stroggoii
- Posts: 153
- Joined: 06 Sep 2009, 06:21
- Has thanked: 0 time
- Been thanked: 0 time
Re: Top Ten Wishlist
by Final Fortune » 06 Jan 2010, 17:20
Ok, for my MillStasis Deck:
1 Forsaken City
2 Mind Funeral
3 Memory Erosion
4 Nemesis of Reason
5 Haunting Echoes
6 Vedalken Mastermind
7 Circu, Dimir Lobotomist
8 Energy Field
9 Relic of Progenitus
10 Arcane Laboratory
Thanks!!!
P.S.: Some funny cards I'd like to see in the game:
Orb of Dreams
Mesmeric Orb
Grindstone
Painter's Servant
Mana Maze
Followed Footsteps
Mana Breach
Natural Order
Dramatic Entrance
Reliquary Tower
Ghost Town
I hope that is not just a dream!
1 Forsaken City
2 Mind Funeral
3 Memory Erosion
4 Nemesis of Reason
5 Haunting Echoes
6 Vedalken Mastermind
7 Circu, Dimir Lobotomist
8 Energy Field
9 Relic of Progenitus
10 Arcane Laboratory
Thanks!!!
P.S.: Some funny cards I'd like to see in the game:
Orb of Dreams
Mesmeric Orb
Grindstone
Painter's Servant
Mana Maze
Followed Footsteps
Mana Breach
Natural Order
Dramatic Entrance
Reliquary Tower
Ghost Town
I hope that is not just a dream!

Want all, lose all.
-

Final Fortune - Posts: 48
- Joined: 17 Oct 2009, 13:31
- Location: Rio de Janeiro - Brazil
- Has thanked: 0 time
- Been thanked: 0 time
Re: Top Ten Wishlist
by Bog Wraith » 06 Jan 2010, 23:36
Here's a cool combo I picked up from a great couple of articles posted by "Trick" Jarrett of ManaNation podcast & website, 2 things you should add to your MTG info sources. Check out part 1 of this great 2 part article by a teacher who uses MTG in the classroom.
http://tinyurl.com/y96bbpr
Here are the 2 cards I'd like to see added:
Devoted Druid
Quillspike
http://tinyurl.com/y96bbpr
Here are the 2 cards I'd like to see added:
Devoted Druid
Quillspike
'Twas in the bogs of Cannelbrae
My mate did meet an early grave
'Twas nothing left for us to save
In the peat-filled bogs of Cannelbrae.
My mate did meet an early grave
'Twas nothing left for us to save
In the peat-filled bogs of Cannelbrae.
-

Bog Wraith - Global Mod 1 (Ret)
- Posts: 1101
- Joined: 28 May 2008, 22:40
- Location: Shandalar
- Has thanked: 425 times
- Been thanked: 152 times
Who is online
Users browsing this forum: No registered users and 7 guests
