New function added and changes in the parameters
(Updated page for patch 3.2 change to dungeon difficulties) |
(New function added and changes in the parameters) |
||
| Line 4: | Line 4: | ||
==Arguments== | ==Arguments== | ||
"Difficulty" may be any one of the following arguments: 1, 2 | "Difficulty" may be any one of the following arguments: 1, 2 | ||
Difficulty: | Difficulty: | ||
1 5 | 1 5 players normal | ||
2 5 | 2 5 players heroic | ||
==Notes== | ==Notes== | ||
When the change occurs a message will be shown in your default chat.<br> | When the change occurs a message will be shown in your default chat.<br> | ||
When you use this function | When you use this function the saved instances will no more be reset.<br> | ||
There are two more parameters to the function, but it is not currently known what they do. | There are two more parameters to the function, but it is not currently known what they do. | ||
==Example== | ==Example== | ||
| Line 21: | Line 19: | ||
/script SetDungeonDifficulty(1); | /script SetDungeonDifficulty(1); | ||
/script SetDungeonDifficulty(2); | |||
===Result=== | ===Result=== | ||
"Dungeon difficulty set to | "Dungeon difficulty set to 5 player" will be shown in your default chat. | ||
Then "Dungeon difficulty set to 5 player (Heroic)" will be shown in your default chat. | |||
3.2.0: 3 (epic) removed and added | 3.2.0: 3 (epic) removed and added a new function [[API_SetRaidDifficulty]] for the new split between normal/heroic and 10/25 | ||