Jump to content

In which Table (DB), save the level skill of PJs


Go to solution Solved by JachuPL,

Recommended Posts

  • Solution

 

Database:

Player > Skill_proto

Client:

 

locale > skilldesc

;)

 

He's searching for the actual skill levels of a character.

 

It's saved in HEX in player.player - The column is named skills (not sure about it, I'm too lazy to open my database atm.)

 

 

column is named 'skill_level' it contains a hex data in the following pattern:

Starts with 7th byte:

7, 13, 19, 25, 31, 37 - skills for arahan warrior

now the 60 bytes of empty unused space

97, 103, 109, 115, 121, 127 - skills for partisan warrior

again 60 bytes of unused space, and the list starts again

of course, you will have something like 02 20 in the selected offset. That's not the whole player skill level. First byte (here it's 02) indicates skill type (0 for points, 1 for master, 2 for grand master, 3 for perfect master). The second one (20 in this case) is the proper skill level (32 in decimal)

  • Love 2
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.