View Single Post
05/23/16, 07:59 AM   #2
Dolby
Every day I'm shuffling
 
Dolby's Avatar
Premium Member
WoWInterface Admin
Join Date: Feb 2004
Posts: 1,276
Some reason the path that was entered for PTS is this... (I blanked out your name in the path)

Code:
C:\Users\--your-name--\Documents\Elder Scrolls Online\pts\AddOnsI:\Dropbox\My Documents\Elder Scrolls Online\live\AddOns
*As you can see there are two paths listed for PTS addon folder string. Minion is tripping up on that.

Do you want to keep your addon folder inside your dropbox folder? If so then follow this...

I suggest opening your not working minion.xml in your favorite text editor and change the following lines:

Find:
Code:
<game addon-path="QzpcVXNlcnNcSmltXERvY3VtZW50c1xFbGRlciBTY3JvbGxzIE9ubGluZVxwdHNcQWRkT25z|STpcRHJvcGJveFxNeSBEb2N1bWVudHNcRWxkZXIgU2Nyb2xscyBPbmxpbmVcbGl2ZVxBZGRPbnM=" auto-update="false" display-name="Elder Scrolls Online (PTS)" game-id="ESO" unique-game-id="ESO-2"/>
Change to:
Code:
<game addon-path="STpcRHJvcGJveFxNeSBEb2N1bWVudHNcRWxkZXIgU2Nyb2xscyBPbmxpbmVccHRzXEFkZE9ucw==" auto-update="false" display-name="Elder Scrolls Online (PTS)" game-id="ESO" unique-game-id="ESO-2"/>
Save minion.xml & restart Minion. Hope this fixes it for you.
  Reply With Quote