-
-
Notifications
You must be signed in to change notification settings - Fork 25
Action Bar Mappings
Jason Greer edited this page Dec 15, 2022
·
2 revisions
Dominos and Blizzard use different naming conventions for action bars. This is primarily because Dominos's bars are sequenced by action ID, and Blizzard's are not. You can use this table to translate between them:
Action Page | Start Action ID | Dominos Bar ID | Blizzard Frame | Dragonflight Name | Notes |
---|---|---|---|---|---|
1 | 1 | 1 | MainActionBar | Action Bar 1 | |
2 | 13 | 2 | [actionpage:2] | ||
3 | 25 | 3 | MultiBarRight | Action Bar 4 | |
4 | 37 | 4 | MultiBarLeft | Action Bar 5 | |
5 | 49 | 5 | MultiBarBottomRight | Action Bar 3 | |
6 | 61 | 6 | MultiBarBottomLeft | Action Bar 2 | |
7 | 73 | 7 | [bonusbar:1] | ||
8 | 85 | 8 | [bonusbar:2] | ||
9 | 97 | 9 | [bonusbar:3] | ||
10 | 109 | 10 | [bonusbar:4] | ||
11 | 121 | 11 | [bonusbar:5] (Dragonriding) | ||
12 | 133 | MultiCastActionPage1 | Still usable by shamans for totems in Dragonflight | ||
12 | 137 | MultiCastActionPage2 | |||
12 | 141 | MultiCastActionPage3 | |||
13 | 145 | 12 | MultiBar5 | Action Bar 6 | |
14 | 157 | 13 | MultiBar6 | Action Bar 7 | |
15 | 169 | 14 | MultiBar7 | Action Bar 8 | |
16 | 181 | GetVehicleBarIndex() | |||
17 | 193 | GetTempShapeshiftBarIndex() | |||
18 | 205 | GetOverrideBarIndex() | |||
19 | 217 | GetExtraBarIndex() |