HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

HELP!! trigegr cinematic replacing unit

02-15-2004, 10:31 AM#1
blizzball
hi i need some serious help in my cinematic i replace 3 archers with 3 dreadlords and i want to play th dreadlords spell anitmations but it doesn't work how do i do plz answr quikly
02-15-2004, 02:55 PM#2
BloodHunter
After they replace say
set last replaced unit to dreadlord1
set last replaced unit to dreadlord2
set last replaced unit to dreadlord3
First set the variables.
02-16-2004, 12:22 PM#3
blizzball
set last replaced unit doesn't exist...
02-16-2004, 12:38 PM#4
[Death]
Set Variable.

(unit) Replace Archer1 with Dreadlord
(Set Variable) Set DreadLord1 (Variable) = Last Created unit
(unit) Replace Archer2 with Dreadlord
(Set Variable) Set DreadLord2 (Variable) = Last Created unit
(unit) Replace Archer3 with Dreadlord
(Set Variable) Set DreadLord3 (Variable) = Last Created unit
(Animation) DreadLord1 (Variable) do <Animation>
(Animation) DreadLord2 (Variable) do <Animation>
(Animation) DreadLord3 (Variable) do <Animation>

If it has something like Stand 1, you have to do the Animation - Specify Rarity. The higher the number, the rarer it is! :D
02-16-2004, 02:03 PM#5
Vexorian
Code:
replace archer 0001 <gen> with a DreadLord keeping its hp and mana
Animation Queue spell animation for (last replaced unit)
replace archer 0002 <gen> with a DreadLord keeping its hp and mana
Animation Queue spell animation for (last replaced unit)
replace archer 0003 <gen> with a DreadLord keeping its hp and mana
Animation Queue spell animation for (last replaced unit)