retrostalgic 7 Posted June 24, 2023 Share Posted June 24, 2023 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? Link to comment https://wrobot.eu/forums/topic/15228-code-for-professions/ Share on other sites More sharing options...
Droidz 2738 Posted June 24, 2023 Share Posted June 24, 2023 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? Link to comment https://wrobot.eu/forums/topic/15228-code-for-professions/#findComment-68436 Share on other sites More sharing options...
retrostalgic 7 Posted June 25, 2023 Author Share Posted June 25, 2023 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 Link to comment https://wrobot.eu/forums/topic/15228-code-for-professions/#findComment-68441 Share on other sites More sharing options...
Droidz 2738 Posted June 26, 2023 Share Posted June 26, 2023 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). Link to comment https://wrobot.eu/forums/topic/15228-code-for-professions/#findComment-68446 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