Recent content by Shura

  1. Shura

    Unit Variable Problems

    In whatever trigger would respawn the boss, set the variable to the boss after it's respawned.
  2. Shura

    Like in Kodo Tag....

    Your trigger would have whatever event you would need to have the units spawn when you want them to. Then you would use the action Unit - Create Units Facing Angle to create the units, and then Unit - Issue Order Targeting a Point to order the created units to attack-move to your desired location.
  3. Shura

    Like in Kodo Tag....

    You would need to use triggers to spawn units and order them to attack.
  4. Shura

    Board Game Contest | Submission Thread

    Author: Shura Board Game: Othello (or Reversi) Description: Place tiles to capture pieces, and try to have the most tiles at the end. Notes: The map isn't completely done yet. Only has Single Player vs A.I.
  5. Shura

    Board Game Contest

    My computer got a virus and took forever to get fixed, then I had to spend the last week getting caught up in everything, and now I'm going on vacation, so I haven't had any time to finish my map. I'll upload what I have, and if there happens to be another extension, I'll finish it up when I...
  6. Shura

    Custom Ability (Fortitude Aura)

    Instead of using a wait, put the remove Fortitude action in the else actions of your If/Then/Else.
  7. Shura

    Sight Range

    You could have all unit's sight range very short at the beginning, and have sight range given by dummy units. Then you can replace the dummy unit with one with shorter sight range to decrease the unit's sight range.
  8. Shura

    Fortitude Aura (health boost)

    Are you sure that the trigger is adding the ability?
  9. Shura

    Fortitude Aura (health boost)

    In the object editor you want to create a new ability based off of Item Life Bonus, and adjust it so that it gives the amount of hit points that you want.
  10. Shura

    Fortitude Aura (health boost)

    Make a trigger that would periodically check all units with the aura buff, and have it add Item Life Bonus, and remove it when the unit no longer has the buff.
  11. Shura

    Spell Cooldown Resetting!

    you need to remove the ability and then add it.
  12. Shura

    Spell Cooldown Resetting!

    Just removing the ability and then instantly adding it back should be all you need to do. You don't need a wait in between.
  13. Shura

    Pick unit who don't have mana

    Try checking if the max mana of the unit is 0.
  14. Shura

    Shield spell problem

    Try making a trigger that will add the event when a unit enters the map instead of when the ability is cast. Then you won't need your first trigger, the ability will just need to apply the buff.
  15. Shura

    Need help with AOE silence.

    As long as your custom Silence is based off of the Silence from the Dark Ranger the dummy unit will still cast your custom one.
Top