• 0

    posted a message on SCV/Drone auto harvest/gather minerals/gas problem: SOLVED

    I'm not 100% sure what happened, but when I added a new dependency, "Liberty Campaing" (previously I had only "Swarm story Campaing") a new action possibility appeared: Unit - Order workers in Auto Harvest Minerals to gather minerals, and workers in Auto Harvest Gas to gather gas" so now it is done the same way as blizzard did it. Very simple...the option just was not there in the beginning :/

    Posted in: Triggers
  • 0

    posted a message on SCV/Drone auto harvest/gather minerals/gas problem: SOLVED

    It does not seem to work..."mineral drones" do gather mineral when the map starts but vespene gatherers do nothing...

    Since I have two Hives and both have two Extractors near them and each Extractor has three drones next to them ready to work (+ 8 drones near each Hive ready to collect mineral) I decided to use unit groups (4 groups[4x3 drones] to gather gas and 2[2x8] to gather minerals) and variables...

    So my trigger looks pretty much like this: Events Game - Map initialization

    Local Variables Player East Drones Gather Gas 1 = (Empty unit group) <Unit Group> Player East Drones Gather Gas 2 = (Empty unit group) <Unit Group> Player East Drones Gather Mineral = (Empty unit group) <Unit Group> Player North Drones Gather Gas 1 = (Empty unit group) <Unit Group> Player North Drones Gather Gas 2 = (Empty unit group) <Unit Group> Player North Drones Gather Mineral = (Empty unit group) <Unit Group>

    Condition (NONE)

    Actions

    Unit Group - Pick each unit in (Drone units in Player Gas Auto Gather East 1 owned by player 1 matching Excluded: Missile, Dead, Hidden, with at most Any Amount) and do (Actions) Actions Unit Group - Add (Picked unit) to Player East Drones Gather Gas 1 Unit - Order all units in Player East Drones Gather Gas 1 to (Drone - Gather targeting Extractor (Vespene Pipes Underneath) [176.50, 197.50]) (Replace Existing Orders)

    (This is for the one group only...)

    EDIT: Now I got all the Drones to move next to the extractor, but they just wont enter the damn building :)

    Posted in: Triggers
  • 0

    posted a message on SCV/Drone auto harvest/gather minerals/gas problem: SOLVED

    Hello. Hope this ended up in the right place in this forum :)

    Anyway I have a small problem. My goal is to make all my drones and AI:s SCV:s to gather minerals and collect vespene automatically when map starts. So I created three regions ( "Auto Harvest Mineral", "Auto Gather Vespene" and "Auto Gather Vespene 2") Next I created three drones in each "Vespene regions" and 8 drones in "Mineral region". Then I made a trigger with an action: "Order Workers To Gather Nearby Resources"...

    So When I start my map, my Drones only harvest minerals, and none gather vespene. I have created two extractors (Extracton Vespene Pipes Underneath)

    Next thing what I did was look up how Blizzard did the same thing and they used a bit different action: "Unit - Order workers in Auto Harvest Minerals to gather minerals, and workers in Auto Harvest Gas to gather gas" But when I get back to my map, I cannot find this kind of action, only the "Order Workers To Gather Nearby Resources" -action ?

    Can Somebody please help me ? :) Much Thanks in advance!!!

    Posted in: Triggers
  • To post a comment, please or register a new account.