HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Ring of range? (For spells)

08-14-2008, 02:30 PM#1
Shadow_killer
You know in some games when you are going to cast spells you get like a ring that shows the maximum range of the spell. Is their like an easy way without importing models to do this?
08-14-2008, 02:42 PM#2
Askhati
Can't you use JASS to draw a circle around the unit (radius = range of spell) when the ability is clicked? If there is a graphics package available, I might add...

OR

Use a trigger that creates a small special effect / floating text at 30 degree intervals around the caster, at radius = range of selected spell. This should then trigger every time the ability button is clicked.
08-14-2008, 02:48 PM#3
DioD
There is no event "going to cast spell".
08-14-2008, 02:59 PM#4
Shadow_killer
You are right DioD thought it were an event like that.