Is it possible to enchant a player's skill as an admin or by some other method?
Last edited:
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?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.........
it will stay, but does it take time for you to test by yourself?Then, if I give a player an enchanted skill, will it disappear when the server restarts, or will it stay?
yes it takes 1week to test at this momentit will stay, but does it take time for you to test by yourself?