Search results

  1. C

    Cooldown of ability for normal unit

    Wow. Well. Seems hard. I'll try it. Thank you.
  2. C

    Cooldown of ability for normal unit

    Well. My unit is not a hero. How to actually 'move unit out of map' when it is dead. It must be for 10 players. Can somebody post a trigger on it. Thank you.
  3. C

    Cooldown of ability for normal unit

    I've made myself a trigger that gives unit(non-hero) a set of abilities when buying an item, a trigger that revive the unit when it dies and a trigger that gives the item and abilities once the unit is revived(recreated actually). BUT the problem is, when the unit casts an ability and die before...
  4. C

    Simplifying Trigger/Combining Triggers

    I made a unit revive trigger like this: Revive P1 Events Unit - A unit Dies Conditions (Unit-type of (Triggering unit)) Equal to (==) Peasant (Human) ((Triggering unit) is owned by Player 2 (Blue)) Equal to (==) True Actions Do Multiple...
  5. C

    How random

    Setup your desire unit into variables with array for your desire unit. Set it either in map inilization or the starting of the game. Example: Creep[1]: Spider Creep[2]: Wildkin Then your trigger will be something like every x second Unit - Create n number of Creep[Random number between a and...
  6. C

    Item Removal

    I get it already. Now I got another problem. What if i have multiple shops with the ability 'Sell Item'. When I use the trigger to create item it will create to all the shops or marketplaces. So how should I trigger so that it will only create Item and remove Item in particular shop(s)?
  7. C

    Item Removal

    What if the shop does not belong to Neutral??
  8. C

    Item Removal

    I am just wondering how to remove an item from shop once it is bought once, so that no unit will have identical item. This applies to multiple shops, meaning if the item is sold at both team, when it is bought, it is removed from both team's shop.
  9. C

    Revive Normal Unit Problem

    It's fixed. Thank you for your solution. But instead adding the removing dying unit before the wait, I add it after it. Revive P2 Events Unit - A unit Dies Conditions (Unit-type of (Triggering unit)) Equal to (==) Peasant (Human) ((Triggering unit) is owned by...
  10. C

    Revive Normal Unit Problem

    Well. I've got a problem on how to revive normal unit and solved it by using some trigger I've seen on older posts. But I got another problem. My unit will revive properly, but when its corpse decay and bones are gone, the items are created again at his dying spot. I used Peasant for that unit...
  11. C

    Spell help needed

    Change Triggering player to Owner of Triggering Unit.Your Point Variables leaks too. Put this in your trigger. Set TempLoc= Target point of ability being cast (At the beginning of your action) custom script: call RemoveLocation(udg_TempLoc) (At the end of action)
  12. C

    This Spell make my game lag?

    I deleted the 'Nature's Blessing Setting' trigger because is not needed. The game still lags when I cast Forestation for more than 4 times.
  13. C

    This Spell make my game lag?

    Lols. Don't know. Swt...Haha.. Please help me on the main problem.
  14. C

    This Spell make my game lag?

    I got, but is unit check, not destructible check? Maybe this? Detect Unit Events Unit - A unit enters (Playable map area) Conditions Actions Trigger - Add to Skilled Assaulter <gen> the event (Unit - (Triggering unit) Takes damage)
  15. C

    This Spell make my game lag?

    No. It really is the Forestation trigger. Because my game does not lag until i cast Forestation for 4 times and above. The more time I cast, the lagger the game. Any help??
  16. C

    This Spell make my game lag?

    Because I want the colour to be changed. I think this is the trigger casusing the problem. The game never lags when I never casts this spell. Or maybe I post the other triggers that is possible to make the game lag. Natures Blessing Learn Events Unit - A unit Learns a skill...
  17. C

    This Spell make my game lag?

    What does the spell do?? Well actually is just planting a tree at a targeted point. The problem is, After casting about 4 to 5 times and above, the game lags. Please help me. Thank you. Forestation Events Unit - A unit Starts the effect of an ability Conditions (Ability...
  18. C

    Trigger does not fire on second cast?

    Ok..I'll try.Btw, A'khuztakz was a name for my hero, the Ancient of Wind. Kinda weird huh??Haha. EDIT: Tried,but was not fixed, the second cast does not do anything on the units that was hit by the first cast. Latest trigger: Whirlwind Effect Events Time - Every 0.03 seconds of...
  19. C

    Trigger does not fire on second cast?

    oopss..Sorry.. Here you go. Whirlwind Effect Events Time - Every 0.03 seconds of game time Conditions Actions Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions) If - Conditions (Distance between...
  20. C

    Another problem about trigger

    I had another problem now. The first slide does not damage same units on second cast. And the 2nd slide deals more damage than stated. Any solutions?? Thunder Dash Events Unit - A unit Starts the effect of an ability Conditions (Ability being cast) Equal to (==) Thunder...
Top