Page 1 of 1

Merge Profiles

PostPosted: 28 Jul 2014, 15:07
by cdbandit
Is there any way to merge 2 v17 profiles into one xml file. There are a couple of profiles I have for raid content and heroic and it's a bit of a PITA to keep going in and renaming the profile you want to use.

Thanks in advance

Re: Merge Profiles

PostPosted: 28 Jul 2014, 20:22
by lazycrafter
Yea open up the profile files and on the one you want to move, copy the entire node that has the name of the profile you want. Then open the profile file you want to move it to and past it in the profiles node.

Exp:

Code: Select all
<innerSpaceSettings>
 <set Name=Profiles">
  <set Name="ProfileName">  <<<---    copy     ---
  ...                       <<<--- all of this ---
  </set>                    <<<---  this node  ---
   <<<- Paste to here in the profile file you are wanting to move everything too.
 </set>
</InnerSpaceSettings>


Backup the files first if you don't know wtf your doing. Don't blame me if you fuck it up either.

Re: Merge Profiles

PostPosted: 29 Jul 2014, 05:19
by cdbandit
Thanks for the info. Got it working now. :D