Warcraft III resources & community, 2003–2006 · archived

upgrading help

11 posts
#1

upgrading help

how can i make it so that when a building is finished upgrading itself (building becoming another building) it does something?
#3
omg... im not a damn noob i know it uses triggers i just dont know how to do it
#4
Is it that hard?
This is what you uses
Event
Unit - Generic Unit Event

And set it to this
Unit - A unit Finishes an upgrade

And then add some conditions if you want.
and then do your actions and it should work.
And I have tested this so it does work.
#5
Emm no triggers needed, just look for castle upgrading system at object manager...
#6
ugh i take it that you people are as clueless as i am. im trying to make a trigger so that when a town hall upgrades into a keep, all the buildings owned by a player of a type changes into something else
#7
I do not understand what more you want to know. I told you how to do it using trigers and you still not happy?
#8
Dr Super GoodUnit - A unit Finishes an upgrade

And then add some conditions if you want.
and then do your actions and it should work.
And I have tested this so it does work.


thats all you said... and like i said im not a noob and i already know most of the triggers it just giving me what to do for the event part is not giving me the whole trigger
#9
Oops i was thinking of something else when i posted this lol.
Yeah we can't really tell you the action without more info :(
#10
he means

Event-
Unit finishes upgrade

Condition-
w/e the hell u want

ACtion-
pick every unit of type owned by owner of researching unit(or sumthin like that)
And do-
remove-picked unit(maybe)
(create 'watever u want') at point of picked unit

This mite work not sure i didnt test it but i think this is wat he means ^^
#11
The_Lego_MageJust use that event and add an action that upgrades all the other buildings, something like:
Action: Unit-upgrade all (units) owned by (owner of (triggering unit))


ok so its triggering unit, thats all i really needed to know thanks.