Warcraft III resources & community, 2003–2006 · archived

A SMALL tigger help, just a quick reply please...

2 posts
#1

A SMALL tigger help, just a quick reply please...

I am having problem with something REALLY small, but i cant get it anymore!

I had it once, but my map scrwed up and i lost it, but i cant do it again!

My idea is a spell that gives a player an Item, then the idem makes a unit in the target it selects. Like for example...

A Spell called Barrecade, and when i use it, i get the item, and then i have 3 chareges, each time I can select the ground and it makes it there. But it is also facing the way my Hero is facing.

Hope its easy...i did it befor... im really mad that i cant do it now!!!
#2
For the item creation part:
Untitled Trigger 001
    Events
        Unit - A unit Begins casting an ability
    Conditions
        (Ability being cast) Equal to Animate Dead
    Actions
        Hero - Create Tome of Experience and give it to (Triggering unit)
        Item - Set charges remaining in (Last created item) to 3

And the barricade casting part:
Untitled Trigger 002
    Events
        Unit - A unit Begins casting an ability
    Conditions
        (Ability being cast) Equal to Animate Dead
    Actions
        Unit - Create 1 Footman for Player 1 (Red) at (Target point of ability being cast) facing (Facing of (Casting unit)) degrees