Recent content by crabbb622

  1. C

    Need to cast spells on a black background

    I need to record a bunch of warcraft spells on a black background, but i can't place my dummies in boundary tiles and there are no black terrain tiles. Any ideas?
  2. C

    fences

    You can rotate doodads O.o To the left, right above the picture of the selection, uncheck randomly rotate doodads, and then you can adjust the rotation, I believe, immediately above or below it (rotate the picture, rotates the thing in real time).
  3. C

    Help for some triggers to move a unit...

    Unit Group - Pick up all units within range of wagon Boolean - Is unit group empty
  4. C

    Unit Formation Trigger

    There are many solutions to this. You can keep an array of what units have been selected and check that array every time you try to get a random unit, and then get a different random unit if it's already chosen. You can pre-scramble your list of units by doing x = random integer from 1 to...
  5. C

    Changing Armor Type With Root Ability

    After thinking about it, I came up with an idea. Make 1 root and 2 unroot abilities. When you change form, root, and then unroot immediately with the desired form. I do not know if you have tried this, or if that's how the ability works at all...?
  6. C

    How do I make a unit move with another unit?

    And it won't lag if I don't leak?
  7. C

    Can you change a unit's weapon/armor type with triggers?

    Wait, are you saying there is no such action, or are you telling me what it is, because I don't see it.
  8. C

    Can you change a unit's weapon/armor type with triggers?

    Hahaha, how ironic. Seems you haven't arrived to a solution yet. I will switch over to your thread and we can come up with a solution together. I will post as soon as i think about it a little.
  9. C

    How do I make a unit move with another unit?

    No...The auto-acquisition problem is for the *move the locust whereever the main unit is ordered solution* The problem is that if the main unit auto-acquires something, there is no way of guessing where he is going to go, and therefore I cannot tell the locust to move where he moves. The...
  10. C

    Can you change a unit's weapon/armor type with triggers?

    *flame sequence* Yeah, just copy paste what I said i didn't want to do...Oh, I'm definitely okay with making copies of my units, that's exactly why i asked if there was any other way i could do it, thanks guys. */flameend* So let me restate. There will be 3 weapon/armor types and I do not...
  11. C

    How do I make a unit move with another unit?

    auto acquire is when an enemy unit comes within range and our unit starts attacking it. if the enemy moves away, that unit will follow wihtout order.
  12. C

    Do I have too many triggers and variables?

    Autohotkey FTW (program that automatically types for you, moves your mouse, etc..)! I actually coded an autohotkey just so that I could mass create triggers. I had like 42 regions and I didn't know that you could use variables if you use add event to trigger, so i had to change each trigger to...
  13. C

    How do I make a unit move with another unit?

    Yes, I had thought of that, but considering auto-acquire, I don't know how that would work. Any solution for auto-acquire?
  14. C

    Can you change a unit's weapon/armor type with triggers?

    Or any way other than making 3 copies of every unit and using chaos/bear form...
Top