Spell Help

Status
Not open for further replies.
Level 1
Joined
Apr 18, 2010
Messages
2
So, I want to rework Storm Bolt a little bit, to remove the stun effect and replace it with Silence. Now, I thought this would be easily possible by just changing the buff in Object Editor to Silence, but this isn't really working. It just stuns the enemy but says they have the Silence buff. Anyone know what I'm doing wrong here? It seems almost impossible to remove the stun from this ability.
 
Level 9
Joined
Jun 25, 2009
Messages
427
For such an effect, use Soul Burn. It is single target, doesn't stun, silences and damages.

It might be good, but he might want to make somethin like stun effect, if the soul burn has a missile, then use soul burn and change the missile into Storm Bolt. If it doesn't, then use a littl trigger like this.
  • Storm Silence Bolt
    • Events:
      • Unit - A unit starts the effects of an ability
    • Conditions:
      • (Ability being cast) equal to Storm Bolt
    • Actions:
      • Set Position=(Position of (Triggering Unit))
      • Unit - Create 1 Storm dummy for (Owner of (Triggering Unit)) at Position facing default building facing degrees.
      • Unit - Add Storm Bolt[Silence effect] to (Last created unit)
      • Unit - Add 1.00 second Generic expiration time to (Last created unit)
      • Custom script: call RemoveLocation(udg_Position)
Set the stun to 0.01, create a dummy with model (Custom .mdl) then give the locust and invulnerable abilities to the dummy. Create a spell Storm Bolt[Silence effect] from soul burn, make it unit, not hero spell, change the settings if you want the damage/silence to go up and if you want, then add a little line in the code (after Add storm bolt[silence effect])
  • Unit - Set level of Storm Bolt[Silence effect] for (Last created unit) to level of Storm Bolt for (Triggering Unit)
Hope this will help ;)

Tiche3:grin:
 
Status
Not open for further replies.
Top