Search results

  1. Z

    Stats Modification

    This trigger here works perfectly when my hero kills a hero by normal attacks or basic spells. Just wondering, would this work properly when damage is dealt by TRIGGER and kills the target hero? Thanks :) scope Spell globals private constant integer SPELLID = 'A00' endglobals...
  2. Z

    Armor Reduction

    Hi, what skill or what procedure would reduce a unit's armor by some X points for Y seconds WITHOUT applying a buff on it? Thanks. :)
  3. Z

    Dummy Leak

    Hey I have some spell here. What it does is it fires an arcing axe missile to a point then when it lands, it explodes dealing damage and some slow stuff. My problem is when I fire this spell consecutively, the other missiles are stuck in the air and when I launch another one, the entire trigger...
  4. Z

    Detect Units In Range

    Hey I've been wondering how to create the trigger where a dummy unit is created then by timers , periodically checks (using GroupEnumUnitsInRange function) units around the dummy then damages them by a certain amount. This check will not end until the dummy unit is dead. (let's say dummy unit...
  5. Z

    Incinerate Ability

    Hey I just want to know how to add special effects when a unit dies under the Incinerate (ANic) ability . Thanks :D
  6. Z

    UBERsplats

    Hey, anyone who can show me a simple JASS trigger on how to create an ubersplat (Thunder Clap Effect)? Thanks for responses :)
  7. Z

    Need Help

    Can you find out what's wrong with my trigger ? I'm using Vexorian's CS. All this trigger does when I cast the spell is show a message "cast". The other codes won't work. Please help. Thanks. function Trig_SpellSurge_Conditions takes nothing returns boolean return GetSpellAbilityId() ==...
  8. Z

    Detecting Orders

    How do I detect (in JASS) if unit moves, casts a spell or attacks a unit? For example, when a unit starts the effect of an ability, add another ability to it. Then, when unit moves, casts a spell or attacks a unit, the ability added will be removed. How will I do that?
  9. Z

    Simple Ability Help

    I just want to learn a basic triggered spell (JASS). My base ability is blink, and what I want is that when my unit casts this spell, enemy units within 275 range of the target point will miss on their attacks by 50% (based on Curse ability). I want to know how this will be coded. First, create...
  10. Z

    Morphing ability help

    I have a hero with a berserk ability that increases its attack speed and takes more damage. My caster unit is a Grunt model and I want it to be changed to Fel Orc Grunt model when I use the "berserk ability" just like Sven's God's Strength in DotA.. I tried Chemical Rage but attack speed doesn't...
Top