• 0

    posted a message on A few trigger dilemas! - Diplomacy map.
    Quote from Jackolas: Go

    1)

    change building
        Events
            Unit - Command Center [124.50, 127.50] Life changes
        Local Variables
        Conditions
            (Command Center [124.50, 127.50] Life (Percent) (Current)) <= 25.0
        Actions
            Unit - Change ownership of Command Center [124.50, 127.50] to player (Owner of (Returns the unit who last attacked the specified unit Command Center [124.50, 127.50])) and Change Color
            Unit - Set Command Center [124.50, 127.50] Life (Percent) to 100.0
    

    I'm getting an error saying that it cannot set to player 16 as it is out of bounds min = 0 max = 15. So the building is not converting to player 1, which is what is attacking it. Any idea?

    Posted in: Miscellaneous Development
  • 0

    posted a message on A few trigger dilemas! - Diplomacy map.

    You sir, are a god send. Thank you so much.

    Posted in: Miscellaneous Development
  • 0

    posted a message on A few trigger dilemas! - Diplomacy map.

    Still need help people.

    Posted in: Miscellaneous Development
  • 0

    posted a message on A few trigger dilemas! - Diplomacy map.

    Hey guys,

    I just skimmed through the millions of posts on this forum looking for answers to a few questions. IF you could all help, that would be awesome.

    I'm currently creating a Diplomacy map, a tribute to the version from SC1.

    My map is currently complete, now I am just working on placing the units, and creating the triggers. I'm going to make a list, and anyone that has any answers to my trigs, if you could reply that would be awesome. Some of the questions are noob, yes, but I dont have the hang of trigs yet.

    1. I want to have a specific building (City and Capital City) to take %75 damage, then change ownership to the attacking unit, then restore back to %100hp. 2. I need all players in the game to be initially at war with player 0 (Neutral), and neutral or at war (whichever is possible) with each other. 3. I have created a text tag and inserted it into a region properly, but how do I focus the camera on that region initally? 4. What does "Triggering unit" refer to? The unit that is causing the trigger to go off, or the unit that is being affected by the trigger? 5. Create a per minute mineral & gas feed to all players, based on the amount of a certain unit they control (The cities, capitals, and oil refineries). I realise this one is probably more difficult then the others.

    I'm sure I'll come up with some more, but thanks so much for all of your help. The sooner I get these triggers down, the sooner I'll finish this awesome map.

    I appreciate everyones help! :)

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