June 24, 20232 yr im not much of a coder but i copied this from tbc etc (return Skill.GetValue(SkillLine.Skinning) >= 150; ) and it was seemingly working for a bit but now isnt, would cata require something different?
June 24, 20232 yr Hi, You give very few elements, where is this code used (the context)? you have an error? have you checked that the value returned by 'Skill.GetValue(SkillLine.Skinning)' is correct?
June 25, 20232 yr Author its for a quester, it keeps wanting to skip ahead to a lvl 200 skinning quest and the 100 lvl ones are listed as is complete when >=150 - quest order properly and skinning is only 100
June 26, 20232 yr You can find some samples on github https://github.com/droidzfr/WRobot_Packages/blob/0c22326fb1d97440beab1d8bff2e44b1569c0c23/Old paid files/bambo/006422_BambosWotlkSkinningHorde v1.0.0.xml#L22 But, in dev tools check the value returned by Skill.GetValue(SkillLine.Skinning) (maybe this value can be wrong in some gameversion/server).
Create an account or sign in to comment