Recent content by MateoSoetsu

  1. M

    Volcano Physical Damage?

    Volcano has splash damage for 50% of a direct hit.
  2. M

    Need Help SUPER QUICK :( :(

    Sounds like you set a variable array above 1000 or so. That instantly stops all triggers in their tracks.
  3. M

    Creating a Trio Hero Model

    Ok I'm not going to post my triggers because I have like 20 for my map that relate to my soldier hero but I will try to explain them as best as I can. (also some of my triggers leaks, so I have to fix them anyway) First, when the primary hero enters the map, I set a custom value for him. I then...
  4. M

    Creating a Trio Hero Model

    Do you want each of the three heroes to be able to move/attack/cast separately or only one of the three? I have a rough system for controlling the movements of 2 units following the orders of a primary unit. At rest the units form a triangle. The unit is based off of the soldiers from Ogre...
  5. M

    Cooldown and mana cost for triggered spells?

    You set the mana cost/cooldown for Channel or w/e dummy spell you are casting to activate your trigger? Also some abilities can't have a set mana cost or cooldown, I think the footman ability defend, but I may be mistaken.
  6. M

    Status Icons?

    If you aren't actually using roar for its ability, only to activate a trigger, set its duration to 0.01s, 0 is infinite I think. That is if I understand what you meant. Also you might want to use the ability Channel to make custom triggered spells.
  7. M

    Stacking Damage Reduced By X Items

    Thanks Thanks for the replies guys. I ended up giving every hero in my map the Nightelf Hardened Skin ability with 100 levels hidden in a disabled spellbook. Then every 1s I set the level of Hardened Skin to the total armor value of all the items they have in their inventories. In order to get...
  8. M

    Stacking Damage Reduced By X Items

    Is there an easy way to have my armor items reduce incoming damage by a static number rather than using defense (%'s with diminishing returns)? I know there is the mountain giant's ability harden skin, but that won't stack with itself. If not than I will just give all of my units harden skin...
  9. M

    Theme

    Trolls with mohawks, facepaint and tribal masks would make good indian models too. As do the orc shaman and windrider.
  10. M

    Units walk through buildings?

    You could also increase their collision size.
  11. M

    How to Eat Mulocs?

    Eat Tree may be hard coded, so no matter what you change the allowed targets to, it only allows trees. But try what jomik said.
  12. M

    Talent System Help

    You could make every talent you plan to have an ability (anything from engineering upgrade, to evasion, to critical strike). Then make an integer variable for each skill with an array for each player which is set to X+1 every time you train the talent. Then create an integer array for each teir...
  13. M

    Troll Healer trigger problem

    Change it from "begins casting" to "finishes casting" I think you are removing the ability before it is actually cast.
  14. M

    Art Attachments - Hydra?

    maybe try: head, left and head, right doubt blizz added attachment points to the other two heads though.
  15. M

    Troll Healer trigger problem

    Why are you removing the item? Just give it one charge and it will disappear once it is used.
Top