Quote:
Originally Posted by delpiero
Did a complete reinstall of wow and clearing all wtf folders and savedvariables, downloaded the latest version of Zygor (8.1.27830)
Getting these Errors
|
Fix the MOP Trial Error
open
Interface/AddOns/ZygorGuidesViewer/Guides-Retail/Autoload.xml
look for
<Script file="Dungeons\ZygorDungeonAllianceMOPTrial.lua"/>
change to
<!-- <Script file="Dungeons\ZygorDungeonAllianceMOPTrial.lua"/> -->
Fix the gold errors
Open Interface/AddOns/ZygorGuidesViewer/files-Retail.xml
look for line 118 and 119
118 will say <Include file="GoldUI\Gold.xml" />
119 will say <Include file="Code-Retail\GoldUI\Gold.xml" />
Replace them both with
<!-- <Include file="GoldUI\Gold.xml" /> -->
<!-- <Include file="Code-Retail\GoldUI\Gold.xml" /> -->
This will stop the gold guide from loading, and you should not get any more errors like that
BUT if there is another update, those lines might need to be "commented out" again.