Search results

  1. 3plX

    Broken Item Ability

    Hero's mana decrease over time while he is not attacking, stops decreasing while attacking, and for next 3 seconds after attacking stays constant. i used Item Mana Regeneration, set mana reg to -1, added it to spell book and disabled it in map int. trigger Mana Drain Off Events...
  2. 3plX

    The Spell Request Thread!

    Spell Name: Mana Limit Spell Type: MUI Description: No matter if Specific Hero(s) picks up intel+/mana+ items, their mana will always stay at 500 hero doesn't have to learn that ability, can just have it from beginning of the game
  3. 3plX

    Dammage Issue

    I used this trigger to prevent bug that can be caused from consecutively pressing Stop while casting Impale which cause may it to malfunction trigger i used seem to be working, except when i cast it on a hero, i doesn't stun nor cause any damage. In object editor for targets-allowed i've...
  4. 3plX

    broken spell

    it just adds all 3 auras at the same time. instead of 1, that based on level of bash i. cant. fix. it. :(
  5. 3plX

    broken spell

    If a unit has the bash ability, next time he casts thunder clap he will gain a command aura buff. If he casts thunder clap again, within 7 seconds, command aura will stack, up to 5 times. If he doesn't, the aura will disappear. Untitled Trigger Events Unit - A unit Starts the...
  6. 3plX

    Floating Text

    example: if a Mountain king has a Stormbolt spell, if any enemy hero within 650 range has less than 15/22/29/36 health (depending on a spell), then every 1.25 sec. will be created floating text above enemy hero, it supposed to notify Mountin King who about to die m'kay?
  7. 3plX

    Floating Text

    if hero has a "spell" ,spell can be at least level 1 if there is a enemy heroes under 15/22/29/36 health within 650 range then every 1.25 sec floating text will be created above their characters, saying "Kill +(Player's name)" conditions, it won't work if enemy unit has "invisibility"...
  8. 3plX

    impale

    ty very much +rp
  9. 3plX

    impale

    can someone pls help me make it
  10. 3plX

    impale

    is there any way i can replace impale special effect with shockwave Art - Special & Art - Missle dont work do i have to make a dummy unit with shockwave model and order him to move?
  11. 3plX

    aggro question

    is there any way to modify aggro in WE
  12. 3plX

    jazz

    thx everyone +rep
  13. 3plX

    jazz

    function Trig_Omnislash_Conditions takes nothing returns boolean return GetSpellAbilityId() == 'Afod' endfunction function Unit_Group takes nothing returns boolean return GetBooleanAnd( IsUnitAliveBJ(GetFilterUnit()) == true, IsUnitEnemy(GetFilterUnit()...
  14. 3plX

    DoT trigger

    thx
  15. 3plX

    DoT trigger

    awww :(, i need mui shadowpowerss is for ability that increases damage done by your spells
  16. 3plX

    DoT trigger

    yeah, 1 sec. cooldown
  17. 3plX

    DoT trigger

    damage over time it damages every second, hits 10 times
  18. 3plX

    DoT trigger

    Shadow Pain Events Unit - A unit Starts the effect of an ability Conditions (Ability being cast) Equal to DoT Actions Set ShdwPainTarg = (Target unit of ability being cast) For each (Integer B) from 1 to 10, do (Actions) Loop -...
  19. 3plX

    D.o.T. trigger being stupid

    huh? how?
  20. 3plX

    D.o.T. trigger being stupid

    ughh! is there a way to do it without buff thingy
Top