It is currently 07 Jul 2021, 12:08
   
Text Size

Monop's Officially Dead Manalink Bug Compilation

Continuing Development of MicroProse's Magic: The Gathering!

Moderators: BAgate, drool66, stassy, Aswan jaguar, gmzombie, CCGHQ Admins

Re: Monop's Official Manalink Bug Compilation 3-26-09 3:06pm

Postby jatill » 27 Mar 2009, 00:59

Deathtouch is approximated as Basalisk's Stoning effect
jatill
DEVELOPER
 
Posts: 2118
Joined: 24 Feb 2009, 16:35
Has thanked: 5 times
Been thanked: 17 times

Re: Monop's Official Manalink Bug Compilation 3-26-09 3:06pm

Postby Bog Wraith » 27 Mar 2009, 01:24

Merfolk of Pearl Trident now has a Mountain as it's cost instead of an Island! [-X
'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.
User avatar
Bog Wraith
Global Mod 1 (Ret)
 
Posts: 1101
Joined: 28 May 2008, 22:40
Location: Shandalar
Has thanked: 425 times
Been thanked: 152 times

Re: Monop's Official Manalink Bug Compilation 3-26-09 3:06pm

Postby jatill » 27 Mar 2009, 02:02

Bog Wraith wrote:Merfolk of Pearl Trident now has a Mountain as it's cost instead of an Island! [-X
Time to use Manta Rider instead :)
jatill
DEVELOPER
 
Posts: 2118
Joined: 24 Feb 2009, 16:35
Has thanked: 5 times
Been thanked: 17 times

Re: Monop's Official Manalink Bug Compilation 3-26-09 3:06pm

Postby gmzombie » 27 Mar 2009, 03:45

i dunno if it is just me or if it was the last update or not but i had 2 racks out on the AI and a black vise and he was around 5 cards and no damage was dealt via black vise and at 2 and no damage being dealt from the 2 racks? anybody else having this?
can I maze of ith your snowstorm?

http://home.comcast.net/~gmzombie/index.html old stuff in here. don't use this stuff right now till I get time to get back into it and readjust.
gmzombie
 
Posts: 856
Joined: 26 Feb 2009, 01:05
Location: Wyoming, Mi
Has thanked: 200 times
Been thanked: 50 times

Re: Monop's Official Manalink Bug Compilation 3-26-09 3:06pm

Postby aww1979 » 27 Mar 2009, 04:40

gmzombie wrote:i dunno if it is just me or if it was the last update or not but i had 2 racks out on the AI and a black vise and he was around 5 cards and no damage was dealt via black vise and at 2 and no damage being dealt from the 2 racks? anybody else having this?
I haven't had that specific issue, but I've seen a more general one where the program miscounts the number of cards in your hand. There's some action that must confuse it. I've seen this happen with Library of Alexandria where I was denied a draw despite having 7 cards, and being made to discard in my discard phase with less than 8 cards. I think it happens when you cancel certain spells or something. Also, I should add that this is a pre-manalink issue, or at least the part for me above is.
aww1979
Tester
 
Posts: 1717
Joined: 03 Mar 2009, 19:36
Has thanked: 0 time
Been thanked: 2 times

Re: Monop's Official Manalink Bug Compilation 3-26-09 3:06pm

Postby aww1979 » 27 Mar 2009, 04:44

-Skullclamp's +1/-1 affect works, but I wasn't getting cards when the creature died.
-Rancor did not return to my hand when the enchanted creature died.

I had that happen in each case the first time I played the card, so I don't know if any special circumstances were in play. In the skullclamp case, my arcbound whatever died in combat (no cards) and in the rancor case, the creature got hit with a lightning bolt and died, and rancor was lost.

On a more positive note, arcbound modular counters work perfectly correctly with mishra's factory, i.e. they hang around even when mishra's reverts to a land state at end of turn. I'm loving my monoblue affinity deck... with moxes! :D
aww1979
Tester
 
Posts: 1717
Joined: 03 Mar 2009, 19:36
Has thanked: 0 time
Been thanked: 2 times

Re: Monop's Official Manalink Bug Compilation 3-26-09 3:06pm

Postby Rockman » 27 Mar 2009, 05:08

Force of Will keep asking for a blue card to discard EVEN if you pay the mana cost :(

EDIT: This happens when you double click the card.
Rockman
 
Posts: 19
Joined: 24 Mar 2009, 07:55
Has thanked: 0 time
Been thanked: 0 time

Re: Monop's Official Manalink Bug Compilation 3-26-09 3:06pm

Postby stassy » 27 Mar 2009, 06:57

An old bug on old cards just mentioning for bug sake :

Sacrificing a Triskelion who just used all his counter damage on himself in the previous Stack level with Diamond Valley will set the AI life to 99.
Of course it doesn't work for the player :mrgreen:
stassy
Moderator
 
Posts: 5274
Joined: 25 Feb 2009, 07:06
Has thanked: 471 times
Been thanked: 337 times

Re: Monop's Official Manalink Bug Compilation 3-27-09 3:07am

Postby monopoman » 27 Mar 2009, 10:09

OKay this post is getting ridiculously long I will have to go through and figure out which ones actually really effect the game not just minor stupid things.

Minor ones will be dropped to the bottom of the post since they really don't do much and might come up in 1 in 1000 games.
User avatar
monopoman
 
Posts: 354
Joined: 17 Mar 2009, 00:13
Has thanked: 6 times
Been thanked: 1 time

Re: Monop's Official Manalink Bug Compilation 3-26-09 3:06pm

Postby jatill » 27 Mar 2009, 12:51

Rockman wrote:Force of Will keep asking for a blue card to discard EVEN if you pay the mana cost :(

EDIT: This happens when you double click the card.
Confirmed. This will only happen when it is the only blue card in your hand.

if( target_available(player, card, &td) > 0 && life[player] > 0){
should be
if( target_available(player, card, &td) > 1 && life[player] > 0){

I guess the force of will is still considered in your hand when you are casting it.
jatill
DEVELOPER
 
Posts: 2118
Joined: 24 Feb 2009, 16:35
Has thanked: 5 times
Been thanked: 17 times

Re: Monop's Official Manalink Bug Compilation 3-27-09 3:07am

Postby jatill » 27 Mar 2009, 14:57

Demonic Hordes... if you choose to 'Pay Upkeep' when BBB is not available, AI will not kill one of your lands. Also, if they do not pay, you don't choose which land to eat.

Llanowar Dead (minor): both black and green symbol appear for mana generation (though you can only make black)

Scavenger Drake and friends don't trigger until end of turn
jatill
DEVELOPER
 
Posts: 2118
Joined: 24 Feb 2009, 16:35
Has thanked: 5 times
Been thanked: 17 times

Re: Monop's Official Manalink Bug Compilation 3-27-09 3:07am

Postby 0rion79 » 27 Mar 2009, 17:38

Hello, maybe I'm wrong but I have like the feeling that the change made by Harry Pitfal, about the number of cards found in sealed deck, has not been reverted and that there are too many cards found.
User avatar
0rion79
 
Posts: 1519
Joined: 24 Feb 2009, 18:33
Location: Italy
Has thanked: 94 times
Been thanked: 59 times

Re: Monop's Official Manalink Bug Compilation 3-27-09 3:07am

Postby jatill » 27 Mar 2009, 18:25

0rion79 wrote:Hello, maybe I'm wrong but I have like the feeling that the change made by Harry Pitfal, about the number of cards found in sealed deck, has not been reverted and that there are too many cards found.
Correct. Harry, are you still out there? If so, how do we change this back?
jatill
DEVELOPER
 
Posts: 2118
Joined: 24 Feb 2009, 16:35
Has thanked: 5 times
Been thanked: 17 times

Re: Monop's Official Manalink Bug Compilation 3-27-09 3:07am

Postby Al3XD » 27 Mar 2009, 20:28

Hi,

I don't know if it's the right place for reporting these bugs,
But I'm running the game under vista and some cards cause the game to crash (brainstorm, tolarian academy) , do these all work fine for you ? Is vista the cause of this ?
About the fetchlands freezing the game, I've read this bug might depend of which version of the game is running, would you have some info about what versions wouldn't cause this to happen ?

Thanks ;)
DESPERATLY SEEKING COMBO :
Obedient type seeks companion. I'm 1/3, enjoy reading, and painting. Tribe and color not important.
FOR RENT :
Slightly used Grindstone. One owner, guaranteed to work.
Al3XD
 
Posts: 6
Joined: 27 Mar 2009, 20:12
Has thanked: 0 time
Been thanked: 0 time

Re: Monop's Official Manalink Bug Compilation 3-27-09 3:07am

Postby Wally » 28 Mar 2009, 00:00

Al3XD wrote:Hi,

I don't know if it's the right place for reporting these bugs,
But I'm running the game under vista and some cards cause the game to crash (brainstorm, tolarian academy) , do these all work fine for you ? Is vista the cause of this ?
About the fetchlands freezing the game, I've read this bug might depend of which version of the game is running, would you have some info about what versions wouldn't cause this to happen ?

Thanks ;)
I run Vista and it was me that initially reported the fetchland problem. I have zero problems with Tolarian Academy and Brainstorm
Wally
 
Posts: 224
Joined: 05 Mar 2009, 04:39
Location: Australia
Has thanked: 2 times
Been thanked: 11 times

PreviousNext

Return to ManaLink 3.0

Who is online

Users browsing this forum: No registered users and 2 guests


Who is online

In total there are 2 users online :: 0 registered, 0 hidden and 2 guests (based on users active over the past 10 minutes)
Most users ever online was 1922 on 07 Jun 2021, 06:01

Users browsing this forum: No registered users and 2 guests

Login Form