Resolved how to make enchant a player's skill as an admin ?

use command //add_skills or shift+click on target player -> give him the skill you want manually by inserting ID and skill Level.
but since you want to give the skill enchanted, you look inside: server\data\skill_tree\skill_enchant_data.xml
you want to pay attention in the skill route and then the according level of enchant.
Untitled.webp
in general, ALL skill enchants start with level 101
and for every different enchant path the table advances by 40 levels. thats why you see enchant route 1 starting at 101 and then enchant route 2 starting at 141. if you would like to make more enchant paths for some skill you would need to follow this logic. enchant path 3 would start at level 181, enchant path 4 would start at level 221 and so on and so on.........
 
use command //add_skills or shift+click on target player -> give him the skill you want manually by inserting ID and skill Level.
but since you want to give the skill enchanted, you look inside: server\data\skill_tree\skill_enchant_data.xml
you want to pay attention in the skill route and then the according level of enchant.
in general, ALL skill enchants start with level 101
and for every different enchant path the table advances by 40 levels. thats why you see enchant route 1 starting at 101 and then enchant route 2 starting at 141. if you would like to make more enchant paths for some skill you would need to follow this logic. enchant path 3 would start at level 181, enchant path 4 would start at level 221 and so on and so on.........
thank you baron, i really appreciate you! amzing!
 
use command //add_skills or shift+click on target player -> give him the skill you want manually by inserting ID and skill Level.
but since you want to give the skill enchanted, you look inside: server\data\skill_tree\skill_enchant_data.xml
you want to pay attention in the skill route and then the according level of enchant.
in general, ALL skill enchants start with level 101
and for every different enchant path the table advances by 40 levels. thats why you see enchant route 1 starting at 101 and then enchant route 2 starting at 141. if you would like to make more enchant paths for some skill you would need to follow this logic. enchant path 3 would start at level 181, enchant path 4 would start at level 221 and so on and so on.........
Then, if I give a player an enchanted skill, will it disappear when the server restarts, or will it stay?
 
Back
Top