Search results

  1. Darox

    Unit comes within range

    Yes it is. I guess JASS is the only way forward.
  2. Darox

    Unit comes within range

    Thats not MUI. Its important that this is MUI, as my map involves a lot of these projectiles.
  3. Darox

    Unit comes within range

    So I have this spell that sends a dummy projectile flying through the air. What I want it to do is damage the first unit it reaches, then kill the projectile. Projectile flying works fine, damaging the unit that comes in range works fine, but I can't figure out how to reference the...
  4. Darox

    Trigger that makes unit move and deal damage while moving

    Give the dummy immolation or Phoenix fire maybe? For phoenix fire, you want an insanely fast projectile, a very fast cooldown (0.1s would work), and a duration of about a second. Oh and, short range so it only hits units under the projectile. Immolation would also work, but it could hit...
  5. Darox

    Shutting off summoning abilities when you reach food cap?

    Or you could do something simple like this. Events Unit - A unit Begins casting an ability Conditions ((Owner of (Triggering unit)) Food used) Greater than or equal to ((Owner of (Triggering unit)) Food max) Actions Unit - Order (Triggering unit) to Stop Game - Display to...
  6. Darox

    wich is the difference between: Unit begins casting an ability and Starts the effect?

    He wants, when a unit starts an ability, if certain conditions are not met (Invalid target etc.), for the unit to be ordered to stop, canceling the ability. If you use "Starts the effect of" as a trigger for this spell check trigger, it will not work because the ability will have already...
  7. Darox

    wich is the difference between: Unit begins casting an ability and Starts the effect?

    It does matter because if you tell a unit to stop after "Unit starts the effect", the ability will still work. Unit begins casting happens as soon as the order is given but before the spell is actually cast, so you want to use this as your event to prevent the unit from using the spell on...
  8. Darox

    Setting Acquisition Range on a tower?

    In my experience, if you set the acquisition range to 0 it effectively becomes infinite, the unit will try to attack any enemy in the players field of vision, provided of course it can attack the unit in question. I found that setting the acquisition range to 1 will stop a unit from attacking...
  9. Darox

    permanent damage

    I do believe you answered your own question. Give the hero a damage tome when you want to add the damage.
  10. Darox

    Need help - AoE Doom

    Channel Tutorial
  11. Darox

    Need help - AoE Doom

    But he probably wants it like Frost Nova or Acid Bomb. Channel would be the best way to go though.
  12. Darox

    Need help - AoE Doom

    Or use channel and 3 different abilitys to simulate leveling up. Set them all into an ability variable then use Add Doom[Level of AoEDoom for casting unit] to Dummy.
  13. Darox

    Shortcuts Don't Work For Spells

    Both the caster art and the damage art for Immolation are found in the buffs editor. Just find Immolation and make your our version of it with suitable lightning effects.
  14. Darox

    Shortcuts Don't Work For Spells

    He means the hotkey. Thats easy to change, just look for Text - Hotkey in the editor. Careful not to get 2 or more spells with the same hotkey though, it gets confused and will irritate your players.
  15. Darox

    Rotting Corpses Spell

    Hmm, Are you trying to make an targetable AoE Animate Dead/Raise Dead? If so, using Channel with a targeting image as a base, then checking for all units in the area that are dead, then reviving them and giving control to casting unit, should do the trick. (Or instead of reviving, replacing...
  16. Darox

    Noob Waygate Question >.<

    Thats mostly right, except you should have an OR in between those two conditions. A unit cant be owned by player 1 AND player 2
  17. Darox

    Rotting Corpses Spell

    Well, the Unit type for Exhume Corpses is the corpse it creates. If I'm not mistaken, this is set to ghoul by default, and as such it creates ghoul corpses INSIDE the meat wagon. The Possible reason why it wont work on the hero is because the hero does not have the corpse cargo like the meat...
  18. Darox

    Crafting Item

    How about....... Channel. :rolleyes:
  19. Darox

    Crafting Item

    Thats a 1% chance. For 15 you need Equal to or Lower than 15.
Top