• 0

    posted a message on Victory conditions

    Did you try this, instead of disabling all melee stuff?

    Melee Initialization
        Events
            Game - Map initialization
        Local Variables
        Conditions
        Actions
            Melee - Disable XP Gain Disabled melee option for player 1
    

    "enable/disable melee option for player" Do it for all players, and make sure it comes after the normal melee set up actions.

    Posted in: General Chat
  • 0

    posted a message on [Solved]Give resources to unit

    Don't know if this will help you any, but thought I'd throw it out there. In triggers there's an action "set unit property" and you can choose things like carried minerals and carried vespene.

    Posted in: Data
  • 0

    posted a message on Who's going to BlizzCon?

    @FunkyUserName: Go

    Certainly no more useless than video games, watching sports, tv, or really anything covered in the entertainment spectrum.

    @Traysent: Go

    Hey Traysent, I'm kind of curious about your experience of actually using the editor. I wanna play a Traysent made map! And if you're more of a marketing guy, I'd settle for something on par with the map made from the blizzard intro mapping tutorials :)

    Posted in: General Chat
  • 0

    posted a message on Get Player with most kills

    I'm not sure if there's already a counter, if there were it'd probably be in "player property". You could always count it yourself using the "unit is killed" event and modifying a global variable.

    Posted in: Triggers
  • 0

    posted a message on Gradius's Sound Compendium

    Hey Gradius, they made your infested Tychus :P

    Posted in: Audio Development
  • 0

    posted a message on Looking for trigger man

    Is this the sort of thing you were looking for? I can't think of a way to do such synchronization without some sort of master unit though. So if the master unit dies, they'll be lost without em, poor fellas.

    Posted in: Map Suggestions/Requests
  • 0

    posted a message on find my topics?

    I've wondered that for awhile too.

    Posted in: General Chat
  • 0

    posted a message on Detecting Targeted Units from Target Abilities

    Are you sure it can't be done in data by say giving the targeted unit a buff? You could even use a dummy buff if you want to be able to use triggers as well. Just use the "Unit behavior changes" event.

    Posted in: Triggers
  • 0

    posted a message on Data Table Question

    Okay, thanks.

    Posted in: Triggers
  • 0

    posted a message on Create Unit Ability - Supplies

    Ah, cool. Indeed I am using effect target. Ah well, the solution of validators really wasn't that involved anyways. Thanks for the info.

    Posted in: Data
  • 0

    posted a message on Data Table Question

    Hey guys. I've just started using data tables, and was wondering about efficient use. Specifically I'm using them to have a unit remember its spawning building (using unit tags). There's the potential of lots of units being spawned and therefore lots of Data tables being generated. When a particular unit dies, and its information is passed on to a newly spawning unit should I get rid of the old data table (generated from the old units tag)? Will using "Remove Data Table Value" get rid of it (By which I mean will it still be taking up information space, such as when you have a blank global variable)?

    Thanks.

    Posted in: Triggers
  • 0

    posted a message on immortality protocol

    Have you tried finding the tech upgrade for it and adding a tech level to it via triggers?

    Posted in: General Chat
  • 0

    posted a message on Never stopping unit? (interceptor)

    Another unit to look at would be the diamondbacks from the campaign.

    Posted in: Data
  • 0

    posted a message on Create Unit Ability - Supplies

    Well I went ahead and did the validator route, and it works pretty well. I'm just going to have to make more than one for each supply amount, and attach them to the correct abilities. I was just curious if there was a better way to do it so that'd it'd automatically recognize supply from the units and # of units being created.

    Posted in: Data
  • 0

    posted a message on Create Unit Ability - Supplies

    Hey guys, I have a slightly modified duplication of the calldown mule ability which drops 2 marines. I was wondering what the best way was to disallow use of the ability when the player doesn't have sufficient supplies for the units. Am I going to have to use validators? I'm hoping not, since I plan on duplicating the ability some more for different unit types.

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