Open main menu
Home
Random
Log in
Settings
About AddOn Studio
Disclaimers
AddOn Studio
Search
Editing
WoW:API SetRaidDifficulty
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{wowapi}} __NOTOC__ SetRaidDifficulty(difficulty) ==Arguments== "Difficulty" may be any one of the following arguments: 1, 2, 3 or 4 Difficulty: as of patch 6.1 3 10 players normal 4 25 players normal 5 10 players heroic 6 25 players heroic ==Notes== When the change occurs a message will be shown in your default chat.<br> When you use this function the saved instances will no more be reset.<br> ==Example== ===Code=== /script SetRaidDifficulty(1); /script SetRaidDifficulty(2); /script SetRaidDifficulty(3); /script SetRaidDifficulty(4); ===Result=== "Raid difficulty set to 10 player" "Raid difficulty set to 25 player" "Raid difficulty set to 10 player (Heroic)" "Raid difficulty set to 25 player (Heroic)" will be shown in your default chat. 3.2.0: This is a new function added to be separated from [[API_SetDungeonDifficulty]] for the new split between normal/heroic and 10/25 3.2.0 : The difficulty can be seen by the [[GetRaidDifficulty()]]
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Apinav
(
edit
)
Template:Editlink
(
edit
)
Template:Tocright
(
edit
)
Template:Wowapi
(
edit
)