Warcraft III resources & community, 2003–2006 · archived

Need help for a very advanced trigger

5 posts
#1

Need help for a very advanced trigger

I need to know how to make transformations i.e. ss, ss2, etc. To give boosts without using an Item
#2
your advanced trigger is in fact a basic trigger... :roll:


    Events
        Player - Player 1 (Red) types a chat message containing ss as An exact match
    Conditions
        (Triggering player) Equal to Player 1 (Red)
    Actions
        Hero - Modify Agility of (Picked unit): Add 10 <---- or whatever you want.


or if Picked unit doesn't work try this:

Hero - Modify Agility of (Random unit from (Units owned by Player 1 (Red) of type (Unit-type(Goku)))): Add 10
#3
I know that one but i want one like if you do that that you can do something like remove bonus SS or so
like if you are playin a DBZ map do like ss then revert you lose the bonus without me havin to just subtract it.
#4
then do a trigger like I told you, but in place of chat string (ss) put something like supers and then do another trigger which will be the same just the chat string will be ssuper and then it should remove 10 agility from the hero.
#5
thnx but i figured out another way so there is no need for more help