View Single Post
05/11/14, 08:28 AM   #11
Dolby
Every day I'm shuffling
 
Dolby's Avatar
Premium Member
WoWInterface Admin
Join Date: Feb 2004
Posts: 1,278
HI Dustmeister, it looks like you edited the minion.xml manually? Paths are encoded in utf8->base64 when using <config-version>2</config-version>.

If you want to add the path manually like you did you'll need to use a tool like this to encode the path.

You'll want to replace this:
Code:
<game unique-game-id="ESO-1" game-id="ESO" auto-update="true" addon-path="G:\My Docs\Elder Scrolls Online\liveeu\AddOns"/>
with the following:

Code:
<game unique-game-id="ESO-1" game-id="ESO" auto-update="true" addon-path="RzpcTXkgRG9jc1xFbGRlciBTY3JvbGxzIE9ubGluZVxsaXZlZXVcQWRkT25z"/>
OR delete your minion.xml and change the path inside Minion and it will hadle the encoding.
  Reply With Quote