What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[Fix] AutoEquip2 enhancement shaman gear fix

nihilsub

Member
Joined
May 20, 2012
Messages
36
Reaction score
0
hi all, iv noticed alot of people posting problems about autoeqip2 equiping items with the wrong stats for shamans specifically enhancement shamans. I believe i have found a solution to this problem...

1, go to honorbuddy/data/weight stats

2, open file Shaman - enhancement

3, delete everything in the file and copy and paste this code
Code:
<?xml version="1.0" encoding="utf-8"?>
<WeightSet Class="Shaman" Specialization="2" Name="Shaman-Enhancement">
  <Agility>100</Agility>
  <HitRating>60</HitRating>
  <ExpertiseRating>48</ExpertiseRating>
  <Mastery>44</Mastery>
  <AttackPower>40</AttackPower>
  <CriticalStrikeRating>28</CriticalStrikeRating>
  <HasteRating>16</HasteRating>
  <Stamina>1</Stamina>
  <Armor>1</Armor>
</WeightSet>
then end result should look like this
shaman.png


4, save and close, restart HB and it should no longer equip int/spell power gear on your enhancement shaman.

If i helped +rep :) you might not think it helps but it does :)
 
Where have you been when I botted my shaman?
Had to switch from enchancement to elemental because he always used int/spellpower gear.
Thanks though!
 
I use these:
Code:
<?xml version="1.0" encoding="utf-8"?>
<WeightSet Class="Shaman" Specialization="2" Name="Shaman-Enhancement">
<Agility>4.03</Agility>
<HitRating>4</HitRating>
<ExpertiseRating>2.8</ExpertiseRating>
<Mastery>2.35</Mastery> 
<Strength>1.64</Strength>
<AttackPower>1.56</AttackPower>
<CriticalStrikeRating>1.54</CriticalStrikeRating>
<HasteRating>1.37</HasteRating>
</WeightSet>
 
Back
Top