I have been reading the various profession leveling profiles and am wondering if the following example commands can be integrated together in some manner;
<GrindTo Condition="Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue >= 30" />
and
<GrindTo Level="5"/>
I am interested in a singular HB harvesting profile that harvests in a particular area until both conditions are met and then moves on to the next area. Possible?
<GrindTo Condition="Me.GetSkill(Styx.SkillLine.Skinning).CurrentValue >= 30" />
and
<GrindTo Level="5"/>
I am interested in a singular HB harvesting profile that harvests in a particular area until both conditions are met and then moves on to the next area. Possible?