HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Spell question

09-02-2003, 10:03 PM#1
desty
Is it possible to make a spell like entangle, or aerial shackles an autocast spell? please say yes =). I can edit the slks if I have to, I really need this, thanks,

desty.
09-02-2003, 10:27 PM#2
Progniss
No it's not possbile But There is something that is Possbile that is kinda like that.....

Make a spell on a hero if it's a ranged hero make the spell Fire Arrow change the Icon w/e and make the Spell Not have an Art so that there isnt a fire arrow shooting make DMG 0 and mana Cost w/e u want.

Then make another spell for Entangle set the Cool down to ZERO and the mana Cost to Zero. Give it the Same Icon as The FireArrow Spell and same Tool Tips. Then make a Trigger

E) Unit - Learns Spell
C) Hero Spell Learned = Ur Spell
A) Set "spell" = "spell" + 1 [This is an Integer Variable]
A) [If/Then/Else - Multiple Functions]
Condition - "spell" = 1
Action
- Unit - Add Ability (your Entangle Ability)
- Hero - Give 1 Spell Point
- Hero - Learn Spell (Your Entangle Ability)
Else
- Do Nothing
A) [If/Then/Else - Multiple Functions]
Condition - "spell" = 2
Action
- Unit - Add Ability (your Entangle Ability)
- Hero - Give 1 Spell Point
- Hero - Learn Spell (Your Entangle Ability)
Else
- Do Nothing
A) [If/Then/Else - Multiple Functions]
Condition - "spell" = 3
Action
- Unit - Add Ability (your Entangle Ability)
- Hero - Give 1 Spell Point
- Hero - Learn Spell (Your Entangle Ability)
Else
- Do Nothing

(Convert this to Custom Script and Change the spells Axxx to that of your spell).

Next Trigger.

E) Unit - Casts an Ability
C) Ability = The Auto Cast Ability
A) Unit - Order Unit to use Entangle On Unit Spell Was Cast On



PS- On the Hero Make the ALWAYS on ability your Auto Cast Ability if you dont people probably wont Turn on the Auto Cast Ability.

I'll think up another way to do it thats Simpler And more effcient.
I just put this up for now and Im 99.9% sure that this way works.
09-02-2003, 10:45 PM#3
desty
thanks alot, this solves my problem, and its much simpler coz it isnt for a hero, its a normal ability. I'll just make for example searing arrows, and whenever the unit casts it, itll give him entangle make him cast it on that unit, and remove it.

thanks

desty
09-03-2003, 10:22 AM#4
Bloodlust
i would base it on slow or curse... spell lasts 1 second with no effect and then same like above