I am trying to get a drop pod to drop an unconstructed refinery on top of a vespene geyser. I am using the campaign Create Drop Pod function and I am creating the drop pod at the position of the geyser.
I've tried the following:
Unit - Create 1 Automated Refinery for player 1 at (Point(0.0, 0.0, 0.0)) using default facing (Under Construction, Ignore Placement)
Campaign - Create Terran drop pod at (Position of Vespene Geyser [127.50, 127.50]) with (Last created units) (Wait until it finishes)
AND
Unit - Create 1 Automated Refinery for player 1 at (Point(0.0, 0.0, 0.0)) using default facing (Under Construction, Ignore Placement)
Campaign - Create Terran drop pod at ((Position of Vespene Geyser [127.50, 127.50]) offset by (-0.25, 0.0)) with (Last created units) (Wait until it finishes)
Neither works as desired. I can still build a refinery at the vespene geyser after constructing the one dropped, and if the one dropped is destroyed, it will spawn a vespene geyser underneath it. I've tried shrinking the size of the geyser to be smaller then the refinery, but i still can't position the dropped refinery on top of the geyser. Is it possible to do this or no?
I am trying to get a drop pod to drop an unconstructed refinery on top of a vespene geyser. I am using the campaign Create Drop Pod function and I am creating the drop pod at the position of the geyser.
I've tried the following:
Unit - Create 1 Automated Refinery for player 1 at (Point(0.0, 0.0, 0.0)) using default facing (Under Construction, Ignore Placement) Campaign - Create Terran drop pod at (Position of Vespene Geyser [127.50, 127.50]) with (Last created units) (Wait until it finishes)
AND
Unit - Create 1 Automated Refinery for player 1 at (Point(0.0, 0.0, 0.0)) using default facing (Under Construction, Ignore Placement) Campaign - Create Terran drop pod at ((Position of Vespene Geyser [127.50, 127.50]) offset by (-0.25, 0.0)) with (Last created units) (Wait until it finishes)
Neither works as desired. I can still build a refinery at the vespene geyser after constructing the one dropped, and if the one dropped is destroyed, it will spawn a vespene geyser underneath it. I've tried shrinking the size of the geyser to be smaller then the refinery, but i still can't position the dropped refinery on top of the geyser. Is it possible to do this or no?
@jabbedxorz: Go
Got this working by modifying Blizzard's Drop Pod function and adding 2 parameters: an ability that targets a unit and the unit to target.