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; Quote
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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.