Jump to content

Recommended Posts

Hello,

wManager.Wow.Helpers.Skill.GetValue(wManager.Wow.Enums.SkillLine.Skinning)
wManager.Wow.Helpers.Skill.GetMaxValue(wManager.Wow.Enums.SkillLine.Skinning)

The condition:

wManager.Wow.Helpers.Skill.GetValue(wManager.Wow.Enums.SkillLine.Skinning) > 250

 

Link to comment
Share on other sites

2 hours ago, Droidz said:

Hello,


wManager.Wow.Helpers.Skill.GetValue(wManager.Wow.Enums.SkillLine.Skinning)
wManager.Wow.Helpers.Skill.GetMaxValue(wManager.Wow.Enums.SkillLine.Skinning)

The condition:


wManager.Wow.Helpers.Skill.GetValue(wManager.Wow.Enums.SkillLine.Skinning) > 250

 

awesome, thanks you!)

Link to comment
Share on other sites

  • 5 years later...
On 6/8/2018 at 1:09 AM, Droidz said:

Hello,

wManager.Wow.Helpers.Skill.GetValue(wManager.Wow.Enums.SkillLine.Skinning)
wManager.Wow.Helpers.Skill.GetMaxValue(wManager.Wow.Enums.SkillLine.Skinning)

The condition:

wManager.Wow.Helpers.Skill.GetValue(wManager.Wow.Enums.SkillLine.Skinning) > 250

 

I had this from a old profile that worked for me on 2 /3 .0

 return Skill.GetValue(SkillLine.Skinning) >= 150;

now im trying to use 4.3.4 and its not working,  and i tried the above but got error messages- how do i fix? 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...