zatvorgt 5 Posted June 8, 2018 Share Posted June 8, 2018 Hello all, help me please . Exist simple condition to check profession lvl ? example - if me.skinning > 250 then.......Thanks Link to comment https://wrobot.eu/forums/topic/9530-check-profession-lvl/ Share on other sites More sharing options...
Droidz 2738 Posted June 8, 2018 Share Posted June 8, 2018 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 https://wrobot.eu/forums/topic/9530-check-profession-lvl/#findComment-44300 Share on other sites More sharing options...
zatvorgt 5 Posted June 8, 2018 Author Share Posted June 8, 2018 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 https://wrobot.eu/forums/topic/9530-check-profession-lvl/#findComment-44306 Share on other sites More sharing options...
retrostalgic 7 Posted June 24, 2023 Share Posted June 24, 2023 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 https://wrobot.eu/forums/topic/9530-check-profession-lvl/#findComment-68434 Share on other sites More sharing options...
Droidz 2738 Posted June 24, 2023 Share Posted June 24, 2023 https://wrobot.eu/forums/topic/15228-code-for-professions/?do=findComment&comment=68436&_rid=1 Link to comment https://wrobot.eu/forums/topic/9530-check-profession-lvl/#findComment-68437 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now