View Single Post
02/16/15, 05:28 PM   #2
Dolby
Every day I'm shuffling
 
Dolby's Avatar
Premium Member
WoWInterface Admin
Join Date: Feb 2004
Posts: 1,278
Hi Son_Raizen,

Open your minion.xml in a text editor and find the first <client> tag.

Directly below that paste the following...
Code:
<skip-network-check />
So that it looks like this...
Code:
<client>
        <skip-network-check />
        <concurrent-updates>2</concurrent-updates>
        <game-scan-depth>4</game-scan-depth>
    <position height="688.0" width="1204.0" x="100.0" y="100.0"/>
</client>
Save youe changes to the minion.xml and restart Minion. If it works please let me know. If you get another error please post your new minion0.log.

Thanks!
  Reply With Quote