Search results

  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.
  16. M

    Ideas Needed! (Alien Names)

    Alien Changeling - It can take the shape of other units and go unnoticed. Alien Mindeater - Small, stealthy unit that can possess enemy infantry. Alien Tankripper - Small, stealthy unit that infests an enemy machine damaging computer equipment. Damages the machine over time, possibly slowing its...
  17. M

    I don't know how to fix this stampede bug

    Stampede is hard coded you cannot change anything you want to change. Either trigger the spell from scratch or edit the knight model to have its stand animation be its walking animation, and remove its death animation, blood, and death sound.
  18. M

    I don't know how to fix this stampede bug

    I made my own custom version of stampede. It is probably the best way to avoid death animation/sounds. Just create them at the edge of the AoE and order them to run to the end of the other side of the AoE. Make them locusts/invulnerable and make them deal damage to nearby enemy units and then...
  19. M

    I have a question!

    I think what you are looking for is called a wisp wheel. There should be a tutorial on the forum if you look for it. http://www.thehelper.net/forums/showthread.php?t=97969&highlight=wisp+wheel
  20. M

    An idea I need help on for a trigger

    There is a Bolean condition that checks to see if a unit belongs to an ally. This could be used to prevent an ally from stealing another ally's buildings. Other than that, set all the "original" buildings to a variable for each player. Such as "Player1's starting buildings" and add all of his...
Top