HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

i still need help with 255 upgrades!!

10-13-2002, 10:24 PM#1
Guest
i dont get how i can do it... it lets me get unlimited upgrades but it doesnt affect my guys... can someone give me a walkthrough on how to do it im really dumb so plz explain really good.... if it requires triggers make sure u list which 1s r actions conditions and stuff
10-14-2002, 01:22 AM#2
ChronOmega
note: if you have a lot of upgrades then this will be extremly tedios

do you have blink?
do you have version 1.03 of war3?

if you have v 1.03 and your NOT using blink do this

give your building the upgrade to upgrade into something excactly like it except give it an editor suffix so you can tell them apart
then in a trigger go like this

(note i havent tried this but in theory it should work
event: Unit-enters (playble map area)

condition: unit type=({your unit}-{your editor suffix}

actions: pick every unit of type {the unit you want to be upgraded} and replace (picked unit) with {whatever the upgraded form of your unit is}
trigger-turn on (replace for upgrade)

then in trigger replace for upgrade
event: Unit-enters (playble map area)

condition: unit type=({your basic unit thats gonna be upgraded})

actions: pick every unit of type {the unit you want to be upgraded} and replace (picked unit) with {whatever the upgraded form of your unit is}

and in map inzalazation put this action
trigger turn off replace for upgrade


hope this helps