- Joined
- Mar 11, 2007
- Messages
- 2,822
Someone knows where i can find DotA spells(triggered not JASS).I need spells like blink strike,purification and the other triggered spells??Thnx in advance.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Blink Strike

Events


Unit - A unit Starts the effect of an ability

Conditions


(Ability being cast) Equal to Blink Strike

Actions


Set BlinkStrikeTarget = (Position of (Target unit of ability being cast))


Unit - Move (Casting unit) instantly to BlinkStrikeTarget


Unit - Cause (Casting unit) to damage (Target unit of ability being cast), dealing 50.00 damage of attack type Spells and damage type Normal


Custom script: call RemoveLocation(udg_BlinkStrikeTarget)
if icefrog remade the spells based off these ones, then it can be from scratch(which also proves, as I've tried to tell so many DotAers, that DotA is not from scratch ><)
if icefrog remade the spells based off these ones, then it can be from scratch
second: whats the problem with using spells from wc3search in a map?
