If bars 7,8,9,10 are shared bars, there is another set of invisible 7,8,9,10 bars for each class and job. That gives you about 150 more bars you can use.
This macro assumes bars 1,2,3,4 are not shared and 7,8,9,10 are shared. It stores a secondary set of job- or class-speciifc bars in the hidden 7,8,9,10 that you do not see because of shared bars taking priority over them and swaps them with your 1,2,3,4 set whenever you press it.
Do bars 1-4 for your job.Code:/mlock /hotbar copy current 1 share 1 /hotbar copy current 7 current 1 /hotbar copy share 1 current 7 /hotbar copy current 2 share 1 /hotbar copy current 8 current 2 /hotbar copy share 1 current 8 /hotbar copy current 3 share 1 /hotbar copy current 9 current 3 /hotbar copy share 1 current 9 /hotbar copy current 4 share 1 /hotbar copy current 10 current 4 /hotbar copy share 1 current 10
Put this macro somewhere. Bind it to something easy like backspace. Press it once.
Do bars again.
Press macro again. It should switch back to your original bars.
Macro now switches between the two sets whenever you press it. This can be used effectively for things such as
- One set of bars for single target and one set for AoE
- One set of bars for high level and one set for low level
- One set of bars for Bahamut and one set for Phoenix
- One set of bars for normal play and one set for special play like Bozja or Eureka
- One set of bars for manual crafting and one set for macro crafting
- etc