I tried looking for statsweights because I felt the autoequiper was making bad decisions.
I found .\Honorbuddy\Data\Class Profiles\Shaman - Elemental.xml
is it making decisions based of this file or am I looking in the wrong place?
- spirit has no value for elemental
- where is multistrike?
- mastery is important for restoration.. where its ranked lower. (in the resto.xml ofcourse)
I found .\Honorbuddy\Data\Class Profiles\Shaman - Elemental.xml
is it making decisions based of this file or am I looking in the wrong place?
- spirit has no value for elemental
- where is multistrike?
- mastery is important for restoration.. where its ranked lower. (in the resto.xml ofcourse)
Code:
<?xml version="1.0" encoding="UTF-8"?>
<ClassProfile Name="Shaman - Elemental" Specialization="1" Class="Shaman">
<TalentTree>
<Talent Name="Astral Shift" Index="3" Tier="1"/>
<Talent Name="Windwalk Totem" Index="3" Tier="2"/>
<Talent Name="Call of the Elements" Index="1" Tier="3"/>
<Talent Name="Echo of the Elements" Index="3" Tier="4"/>
<Talent Name="Ancestral Guidance" Index="2" Tier="5"/>
<Talent Name="Elemental Blast" Index="3" Tier="6"/>
</TalentTree>
<WeightSet>
<Intellect>20</Intellect>
<SpellPower>18</SpellPower>
<Spirit>18</Spirit>
<Hit>18</Hit>
<Mastery>16</Mastery>
<Haste>14</Haste>
<CriticalStrike>12</CriticalStrike>
<Stamina>5</Stamina>
<Armor>0.01</Armor>
<DamagePerSecond>0.01</DamagePerSecond>
</WeightSet>
</ClassProfile>
Last edited: