Hi i want to know where to add or delete a skill to a single char directly from SQL, not from a tool. I want to learn how to do this by manual process not a tool, thx to who answer.
P.S: Yeah i search on the forum but all i get is that tool.
Hi i want to know where to add or delete a skill to a single char directly from SQL, not from a tool. I want to learn how to do this by manual process not a tool, thx to who answer.
P.S: Yeah i search on the forum but all i get is that tool.
To do that you need to understand item binary pattern, just folow some steps to make it easier for you
Make a new char with 2 skills level 1
Copy item Binary to a notepad
Make a skill +1
Copy item Binary to a notepad
Compare them and you find the binary number for the skill level. then you need to change the previous 2 binary numbers (those are the skill id, change them with your calculator from dec to hex)
Cheers.
Last edited by CRod21; 22-09-09 at 03:05 PM.