• 0

    posted a message on IF Statement Issues

    I've been trying for a while now to get this working. I'm trying to achieve the following:

    If a unit from player 1 or 2 or 3 (team 1) enters a region and no units from players 4 or 5 of 6 (team 2) exist in the region (and vice versa), a variable gets incremented. However, if a unit from each team is present in the region, no variable is incremented.

    Posted in: Triggers
  • 0

    posted a message on The Map Testers List

    BnetNick: Zurom
    Identifier: 998
    MapsterNick: Zurom
    Comment: I've become very familiar with the editor and am willing to help test.
    Region: USA

    Posted in: Miscellaneous Development
  • 0

    posted a message on Opacity & Doodads

    Actually, let me re-phrase myself. What I'm trying to do is making bloodsplats appear faded while underwater like other doodads (like "Colonist Vehicle Wrecked"). Normally, bloodsplats and cracks appear as if they're floating on the water.

    Any ideas?

    Posted in: Miscellaneous Development
  • 0

    posted a message on Opacity & Doodads

    So as the subject states, I'm currently working with Doodad Opacity.

    My question is if there's a way to make doodads like bloodsplats and cracks properly fade away according to the Opacity's blend time? Currently the doodads simply disappear despite the blend time being set to something above 0.

    Posted in: Miscellaneous Development
  • 0

    posted a message on Hide Buttons on Command Card
    Quote from obliviron: Go

    @Zurom: Go

    You seem suprised.

    Lol a little bit but not so much, 3 am can play tricks on you :P

    @Sntenshi - If I think of anything, I'll let you know

    Posted in: Triggers
  • 0

    posted a message on Hide Buttons on Command Card

    You're right! lol

    My bad, a solution to that is create a copy of your abilities, then run that trigger action :P

    Posted in: Triggers
  • 0

    posted a message on Hide Buttons on Command Card

    Run the following Trigger Action:

    Action: "Pick Each Player In Player Group"
    -Player Goup: All Players

    Action: "Allow/Disallow Ability For Player"
    Allow: Allow or Disallow
    Ability: <specified ability>
    Player: Picked Player

    EDIT: Curious, why do you need to do this?

    Posted in: Triggers
  • 0

    posted a message on Damage - Bypass Protoss Shields

    I'm curious, is there any way I can set a damage type effect to bypass protoss shields and only do damage to their health?

    Posted in: Miscellaneous Development
  • 0

    posted a message on [Solved] - Custom Script for Actor's Scale

    Lol sorry again, just figured it out.

    For those wondering, I used:

    Send Actor Message To Game Region

    • Message: <message>
    • Region: Convert Circle To Region
    Posted in: Miscellaneous Development
  • 0

    posted a message on [Solved] - Custom Script for Actor's Scale

    Sorry, false alarm. I ran into an unexpected issue. When sending an actor a message. Is there any way to tell the game which actor to send the message to?

    Posted in: Miscellaneous Development
  • 0

    posted a message on [Solved] - Custom Script for Actor's Scale

    bump

    EDIT: Scratch that, I discovered Sending a message to a specified actor can do this

    Posted in: Miscellaneous Development
  • 0

    posted a message on [Solved] - Disable Healing

    Oh man, I am so angry lol

    I spent numerous hours trying to figure out how to add validators. All I had to do was click "Show Advanced Fields". ARGH!

    EDIT: And sure enough, it worked!

    For those interested in something similar, this is what I did

    Behavior
    First, I ran a trigger that picked every unit in the entire map that had a height of less than 10. If units were found, I applied the Behavior. The Behavior itself was a "Buff" (Negative) type and nothing special about it really, it was just for the validator to check to see if the unit had the buff.

    Validator
    As mentioned above, the Validator type was "Unit Compare Behavior Count". Selected the behavior I made and set the value to "0" (Saying that the unit(s) must not have this debuff in order to heal

    Posted in: Miscellaneous Development
  • 0

    posted a message on [Solved] - Disable Healing

    That definitely solved half the issue. Although, I'm also trying to prevent healing units that are below a height of 10. I've been trying to add a validator to the healing ability, but it doesn't seem to be working. I noticed that the healing ability has "Medic - Minimum Energy Required to Heal" and "Not Warping In" for validators. How can I add more?

    Posted in: Miscellaneous Development
  • 0

    posted a message on [Solved] - Disable Healing

    Thanks rkmx, but I'm curious to know if you can change those filters in-game. Anyone know how "Set State of Unit Filter" works?

    Posted in: Miscellaneous Development
  • 0

    posted a message on [Solved] - Disable Healing

    anyone?

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