HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Help Creating Spell

01-08-2005, 01:21 PM#1
Kinob
Hey, Does anybody know how can i make a spell from Defence Of The Ancients (DOTA)'s Ogre Magi Hero's Ultimate MultiCast? it makes all my spell in my hero double/triple/quadruple cast. Like Bloodlust usually affects 1, it randomly search for nearby targets and affects it, Firebolt, cast it once but effects are 3 times,damage and stuns. lighting shield also acts like bloodlusts.Please Help Everyone
01-08-2005, 02:12 PM#2
ElvinArcher123
well, you can do it one of two ways. One unprotect Dota. Two use the following trigger
Event
A unit casts spell
Conditions
Type of (casting unit)="Your Hero"
Unit has buff, "Buff that goes on the unit when he casts his ult"= true
Events
If spell cast=bloodlust then do actions
Actions
Pick random unit in Unit group (units in (define region by radius of a circle(100 in direction of target)) and add buff, "bloodlust"
Else
If spell cast=lightning shield then do actions
Actions
If level of lightning shield=1 then do actions
actions
Pick random unit in Unit group (units in (define region by radius of a circle(100 in direction of target)) and add buff, "lightning shield"
else
If level of lightning shield=2 then do actions
actions
Pick random unit in Unit group (units in (define region by radius of a circle(100 in direction of target)) and add buff, "lightning shield"
Pick random unit in Unit group (units in (define region by radius of a circle(100 in direction of target)) and add buff, "lightning shield"
If level of Lightning shield=3 then do actions
Actions
Pick random unit in Unit group (units in (define region by radius of a circle(100 in direction of target)) and add buff, "lightning shield"
Pick random unit in Unit group (units in (define region by radius of a circle(100 in direction of target)) and add buff, "lightning shield"
Pick random unit in Unit group (units in (define region by radius of a circle(100 in direction of target)) and add buff, "lightning shield"
Else
If spell cast=firebolt then do actions
actions
I dont know how to do this... sorry
else
do nothing

I think thats right, if not, sorry....
01-08-2005, 04:18 PM#3
Kinob
Hmmmm, Can U Make/Put That Into A Map Please??? Thanks...