June 8, 20187 yr Hello all, help me please . Exist simple condition to check profession lvl ? example - if me.skinning > 250 then.......Thanks
June 8, 20187 yr 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
June 8, 20187 yr Author 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!)
June 24, 20232 yr 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?
June 24, 20232 yr https://wrobot.eu/forums/topic/15228-code-for-professions/?do=findComment&comment=68436&_rid=1
Create an account or sign in to comment