Quote:
Originally Posted by xopheus
OK, so I found the scripts you told some other people, but I still have some issues with this...
It doesn't seem to contain the Aura or Seal assignments.
Basically, I would like to see a way to quickly go from Dev Aura, Seal of Veng, and Bless Sanc assigned in PP to Conc Aura, Seal of Wis, full Kings assignments. Did I miss something?
|
Presets can only save and load greater blessings assignments.
Auras and Seals are actually the interface settings, so they can changed by using different profiles. I think I explained that earlier.
Quote:
Step 1:
Install the mod and configure it the way you like. Create a second profile - Options, Profile, Other - enter new name and press enter. Then select Options, Profile, Copy From and select Default. Now you got 2 equal profiles. Now you can configure seals and rf buff in each differently. To switch profiles use 2 macros:
Macro1:
/pp profile choose Default
/script PallyPower:UpdateLayout()
Macro2:
/pp profile choose Custom
/script PallyPower:UpdateLayout()
Step 2, the preset functionality:
/script PallyPower:SavePreset("name1");
saves the current greater blessings assignments. Assign might/wis to yourself and save the preset as "M/W". Assign kings to yourself and save the preset as "Kings"
/script PallyPower:LoadPreset("name1");
loads previously saved preset
Make 2 macros to load "M/W" and "Kings" when you need them.
Use 1st or 2nd macro whenever you change specs.
|