• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Item

Status
Not open for further replies.
Level 9
Joined
Aug 1, 2008
Messages
453
Im trying to make a item like the pipe bomb from life for dead where it attracts all the monsters and in like 5 seconds it explodes doing like 500 dmg to every unit thats by it. How would i do that? Will +rep if helped

EDIT:
Bump
 
Last edited by a moderator:
  • Angry
Reactions: Rui
Level 3
Joined
Apr 24, 2005
Messages
61
Well.. If it's a single-instance item I think you could do something like:

Create a unit with taunt and create an item with an ability based on Item Place Goblin Land Mine.

Event
-Unit spawns a summoned unit
Condition
-Summoned unit equal to Pipe bomb
Action
-Order summoned unit to Mountain Giant Taunt
-Damage Area (this function should have delay time, radius, damage, etc)
-Kill last summoned unit
 
Level 12
Joined
Feb 13, 2009
Messages
388
Actualy it's the same. The only difference is that your method may be slower because you make a loop action in area, while "taunt" spell may make it faster. But I don't think that there's a big difference.
 
Status
Not open for further replies.
Top