Hello guys,
Im being necessary reset the level and skill of the players of my server and my server is enforced.
Then, by example, Im going to put all players to level 130.
Ok, Ok! Im going to put this command:
Alright, now comes the problem.. I need reset just the players Druids and Sorcerers for the ML 65 and the paladins and knights for the skill 100. If I put the command for Skill 10 or 0, all the vocations will be reached and be put I for skill 100, druids and sorcerer also will be reached. There is some way of add/remove attributes for specific vocations? It stayed clear or necessary express me better?
Thanks.
Im being necessary reset the level and skill of the players of my server and my server is enforced.
Then, by example, Im going to put all players to level 130.
Ok, Ok! Im going to put this command:
Code:
UPDATE players SET level = 130, experience = 34963300
Alright, now comes the problem.. I need reset just the players Druids and Sorcerers for the ML 65 and the paladins and knights for the skill 100. If I put the command for Skill 10 or 0, all the vocations will be reached and be put I for skill 100, druids and sorcerer also will be reached. There is some way of add/remove attributes for specific vocations? It stayed clear or necessary express me better?
Thanks.