Search results

  1. S

    Custom Backstab Problem

    I try to create a "wind walk" spell that stun the target when a caster attack it from behind. My problem is that I want to hide a floating text that come up with backstab damage (I want to use only my own custom text). So I try to change a target allowed to "none", but the result is trigger...
  2. S

    Divine Shield (Damage Absorb) Problem!

    Thanks a lot it's work now, sry for post in wrong section. :)
  3. S

    Divine Shield (Damage Absorb) Problem!

    I try to make a Divine Shield which absorb all damage taken on target unit, but target still takes damage from the first damage that inflicted it. I don't know what part in my code is bugged. Thanks for your help :) function Divine_Shield_Con takes nothing returns boolean return...
  4. S

    Request - Ultimate Ability Idea

    I need ultimate ideas of the Burning Archer ( AoS map ) Concept : Ranged dps, Harass, Hero killer Primary Attribute : Agility Model : Skeleton Archer Skill 1 : Explosive Shot - Dealing 100% base damage plus X. Deals half amount of damage to nearby enemies if the target was hit by...
  5. S

    Help convert to vJass

    function Buster_Dive_Conditions takes nothing returns boolean return GetSpellAbilityId() == 'A01E' endfunction function GB_Destroy_Trees takes nothing returns nothing call KillDestructable(GetEnumDestructable()) endfunction function Buster_Knockback takes nothing returns...
  6. S

    Spell Bug Help :(

    Thanks a lot, It's work now. :)
  7. S

    Spell Bug Help :(

    My spell is Death Coil that cause damage and fear effect to the enemy target. There are 33% chance that debuff will be removed if target takes damage. It's work well on first cast, but if I cast it on the same target. It will often cause no damage and debuff. :S scope deathcoil...
  8. S

    Undead Hero - Need Ultimate Idea

    Nice one, but I want to keep it for Necromancer = = The green effect on screenshot is Death Coil :D
  9. S

    Undead Hero - Need Ultimate Idea

    I decide him to be Unholy Spec and already look on WoW skill, but I don't like any :(
  10. S

    Undead Hero - Need Ultimate Idea

    Hi I'm looking for Ultimate skill for my Dread Commander on AoS map. http://www.uppicweb.com/show.php?id=54c86c7bf1f54df407543a35cef738fc Primary Attribute : Str Concept : DPS warior type Death Coil - Dealing damage to enemy, causing it to flee (like WoW fear) for 5 sec. Any damage...
  11. S

    Loop Problem

    I want to create fear effect like World of Warcraft, but the target doesn't even move. It's seem to be work without exitwhen. Please Solve this. function Trig_Death_Coil_Conditions takes nothing returns boolean return GetSpellAbilityId() == 'A00R' endfunction function...
  12. S

    Ability Reset Itself Help

    I'm having a problem with my custom abilities, and after much searching I haven't found any help. What happens is that my custom hero ability that made from Finger of Pain (Neutral unit ability). I change in the ability editor will reset themselves upon saving. Like, I remove lightning...
  13. S

    Help Trigger Overlap

    Thanks a lot, it's work now when use timer :), but i have another problem function Wraith_Touch_Debuff takes nothing returns nothing call UnitRemoveAbility( GetEnumUnit(), 'A03L' ) call SetUnitPathing( GetEnumUnit(), true ) call SetUnitVertexColorBJ(...
  14. S

    Help Trigger Overlap

    I want to destroy effect after stop channeling.
  15. S

    Help Trigger Overlap

    Still doesn't work :( I Have other problem 1.) How can I destroy effect on Ritual of Soul (Spell 1) without using variables udg. 2.) Wraith's Touch (Spell 2) causing lag on first cast, and doesn't work sometime.
  16. S

    Help Trigger Overlap

    I have 2 spells - first one is chanelling heal. function Trig_Ritual_of_Souls_Conditions takes nothing returns boolean return GetSpellAbilityId() == 'A03G' endfunction function Trig_Ritual_of_Souls_Target takes nothing returns boolean if ( not ( IsUnitAlly(GetFilterUnit()...
  17. S

    Help Stacking Buff!

    Thx a lot it's work now :) Next question; How can I apply this curse on multiple units at same time.
  18. S

    Help Stacking Buff!

    I'm creating spell that called Curse of Exhaustion - reducing movement and attack speed by X%. If target attacks while under effect of curse, it's speed will be reduce by 10% per attack with builds up to 99%. function Trig_Curse_of_Ex_Conditions takes nothing returns boolean return...
  19. S

    Banshee Hero - Need Ideas!

    Seem to be useful for me :). thx +rep and yah I got spell name from WoW. How about use locust swarm to unleashes ghosts, causing some effect when they landed on enemy units. <--- gonna use for ultimate but, any idea for effect (Ultimate has 3 level)
  20. S

    Banshee Hero - Need Ideas!

    I need 2 more abilities (1 Ultimate ) for banshee hero on AoS map. She is support caster, already has heal ability so i don't want to have more. model : Banshee Primary Attribute : Int Ritual of Soul - Channel a ritual that creates a Soulwell, healing all ally heroes within 600 AoE over 5...
Top