darkrurik Posted June 10, 2022 Report Posted June 10, 2022 hello I created the possibility to add the points of the Skills via code as I can make them effective since when reboot game are lost thanks here’s how I did Skill playerSkill = Skills.Instance.PlayerSkills[enable ID]; playerSkill.exp = playerSkill.exp + 1;
darkrurik Posted June 11, 2022 Author Report Posted June 11, 2022 the thing I want to do is equal to crafting.HARVEST_RESOURCE but without animation and without being near a tree to hit it I just want the points Crafting.Instance.HarvestResource(resourceIDS); add points to the green line as in the attached image
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