WoW FastCast addon Dragonflight/Wrath of the Lich King Classic 2024
logo
wow addon FastCast

FastCast

Game Version: 8.0.1
Total Downloads: 767
Updated: Sep 3, 2018
Created: Jul 21, 2017
download FastCastDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
8.0.1 release 5.11 KB Sep 3, 2018 8.0.1 228 download FastCast 8.0.1 releaseDownload
8.0.0 release 5.07 KB Jul 17, 2018 8.0.1 124 download FastCast 8.0.0 releaseDownload

Description

Share this:

FastCast allows the creation of fast out-of-combat casting macros. A FastCast macro will swap to an equipment set before casting and then revert all equipment to its original state after the cast completes (or when you leave combat, whichever occurs first). This is specifically useful for resurrect and teleport but works for any cast that is affected by haste (so unfortunately does not work with hearthstones).

To setup, create an equipment set that maximizes your character's haste, named Haste in this macro example:

-- Revive (Druid Spell)
/run FastCast('Haste', 'Revive')
/cast Revive

The second argument to FastCast() can either by the spell name or the numeric spellID. Items and toys must use spellID (which can be found on Wowhead) as they are not present in the spell book:

-- Flight Master's Whistle (Item)
/run FastCast('Haste', 253937) -- wowhead.com/spell=253937
/cast Flight Master's Whistle
-- Nature's Beacon (Druid Toy)
/run FastCast('Haste', 147420) -- wowhead.com/spell=147420
/cast Nature's Beacon

Comments

Add a comment