SetRaidDifficultyID

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Patch
Added in 5.2.0 / 2.5.1 / 1.14.0

Sets the raid difficulty.

SetRaidDifficultyID(difficultyIndex)

Arguments

difficultyIndex
number
3 → 10 Player
4 → 25 Player
5 → 10 Player (Heroic)
6 → 25 Player (Heroic)
14 → Normal
15 → Heroic
16 → Mythic

Details

  • When the change occurs, a message will be displayed in the default chat frame.
  • Example: /script SetRaidDifficultyID(16); sets the raid difficulty to Mythic

Patch changes

  • Mists-Logo-Small.png Patch 5.2.0 (2013-03-05): Renamed from SetRaidDifficulty
  • Wrath-Logo-Small.png Patch 3.2.0 (2009-08-04): Added; split from SetDungeonDifficulty.

See also