How to make a Lurker like attack using Impale?

Status
Not open for further replies.
Level 7
Joined
Feb 9, 2010
Messages
298
I was searching for a tutorial but couldn't find one on:

How to make a unit have an attack that damages every unit in a line using the effect of the Impale spell (the spikes bursting from the ground without stunning). Like the attack of the Lurker unit from Star Craft!?
 
ah..good old lurker
this is hot to create his attack:
1.make his attack o dmg (base=-1, dice=1/1)
2.create a custom carrion swarm (change dmg, distance, model, etc.) and giove it to lurker
3.a trigger:
e:unit is attacked
c:unit type of attacking unit=lurker
a:set temppoint=point of triggering unit
order attacking unit to undead dreadlord carrion swarm temp point
remove leak


pros:it's a lurker dammit

conc:it can only deal spell dmg
you can't make the lurker attack faster (carrion cd=attack rate)

example:
set his attack rate to 2 sec
car.swarm. 2 sec cd
carion swarm cast raqnge 9999
c.w. distance 600
lurker attack range 600

in case you want it to be upgradeable, just add some extra levels to carrion swarm and make an upgrade that will increase lvl
 
Shade Da Scout: We can improve the Lurker attack speed. After every attack, reset the cooldown of the spell, then create a timer based on the Lurker attack speed. When that timer is finished, order the dummy to use that spell again. Also, if we trigger the Carrion Swarm instead of using the basic, we can make it to deal normal damage instead of spell.
 
You could just set the lurker animation damage point to 0, the attack cooldown to 2 and the carrion swarm cooldown to 0 so the attack isn't abusable, but the attack speed can be easily increased by other spells. Then make a dummy unit cast the spell instead of the lurker itself and everything would work just fine.
 
Yes. That's it. How can we forget such a simple thing :)). Unless that is a Hero, there should be no problem with Orb of Lightning. I would have given u rep but your reputation is disable :D, Wrathion.
 
I don't get it Wrathion, how will Orb of Lightning help me re-create the lurker's attack!

Could you explain please?
 
You use the ability of the item orb, there's a field in the object editor to choose which spell should be cast when attacking, change that to what you want the unit to cast.
 
Status
Not open for further replies.
Back
Top