Warcraft III resources & community, 2003–2006 · archived

Im working on a Tower War and I need help with a shrine prob

13 posts
#1

Im working on a Tower War and I need help with a shrine prob

I looked through the tuts and whatnot involving triggers and I've tried troubleshooting with all my possed skills and I still cannnot come up with a solution to this problem help would be much appreciated.


I have a starting shrine and then I upgrade to the second level shrine. Everthing so far according to plan. But when I upgrade to the third tier I get the third shrines skin but it still only sells the second tier units.

This is the trigger set I currently have.
http://img162.imageshack.us/img162/6447/triggersfm1.jpg[/img]
#2
uh... why not just... have the buildings be able to Upgrade?

anyways, if it still has tier 2 units, youre using the same unit set as from the tier two shrine
#3
(Last Replaced Unit)
#4
Also, youre replacing the units with themselves, lol
#5
just use (Last Replaced Unit) instead of (Last Created Unit)
#6
and update the shrines properly.
#7
ye..people don't wan to take an easy path ;P

Event
unit finish upgrade
Condition
or-
triggering unit - 1
triggering unit - 2
triggering unit - 3

Action
If triggering unit = 1
then
replace by 2
else (if)
=2
then
replace by 3

at least bad......

better use Building
Upgrade to:
#8
That path may be easy but what he's doing is much better.

Again, all you need to do is change (Last Replaced Unit) to (Last Created Unit) in the last line, that's all.
#9
low-life, he still is replacing the buildings with themselves :?
#10
because if he doesn't replace them, all units that were available for production in first tier building would also be available for production in second tier building, this an 'undocumented feature' of worldedit. OP doesn't want that, so he replaces the unit.
#11
No, im basically saying "shouldnt he be replacing them with the NEXT tier, not the SAME tier?"
#12
haha, true
#13
Yeah, lol. I was GUESSING you hadnt interpreted my post right :P