View Single Post
04/01/14, 02:11 AM   #2
Tingle0x539
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 25
If you're like me, then you're running the EU client and using Minion. You have to edit the directory in the Minion options, but the current Minion client has a bug, where you can't browse to the correct folder due to it not recognizing My Documents as having sub-folders.

To fix this, open "C:\Users\Administrator\.minion\minion.xml" and edit the line:

<game addon-path="C:\Users\Administrator\Documents\Elder Scrolls Online\live\AddOns" auto-update="true" game-id="ESO" unique-game-id="ESO-1">

to

<game addon-path="C:\Users\Administrator\Documents\Elder Scrolls Online\liveeu\AddOns" auto-update="true" game-id="ESO" unique-game-id="ESO-1">

and save.
  Reply With Quote