Hi I would like to know which file I have to edit so that when you create a new character apears with crafting skills to 0, now in the version I have of my server setpoint are lvl 10.
Anyone know tell me which file to edit?
Thanks!
Hi I would like to know which file I have to edit so that when you create a new character apears with crafting skills to 0, now in the version I have of my server setpoint are lvl 10.
Anyone know tell me which file to edit?
Thanks!
Please remember to search thoroughly before you post.
There is a whole thread on production skills around.
http://forum.ragezone.com/f452/produ...skills-558449/
Basically you need to edit the character templates in pwAdmin in xml mode (for help setting up xml mode please search). You then find the skills section and remove the production hex codes and decrease the skill count by one.
Should be something similar
<variable name="skills" type="Octets">0400000001000000000000000a00000002000000000000000a00000003000000000000000a00000004000000000000000a000000</variable>
The red is the number of skills. This is in hex so you will have to convert it. When you remove a skill you have to decrease this by one (4 in total for production skills).
The blue, lime, orange and magenta are skills. Find the production skills and delete them.
I've read this post but it should basically do the same for each new character in the server xS
What I wonder try to ask is if there some file in the server configuration can change for ALL new character skills are in 0 without having to edit 1 per 1 new character on server, hope I've explained better