Quote:
Originally Posted by Tobiline
at the moment im in ask question mood
the server i played before was cap 140 and there were new lvl 140 skills. i really like this skills and i told the owner of the new server about it because on his server there are only lvl 130 skills. i have the client of the old server so there is no problem to extract media. the owner said its hard because u need to convert the lines in the textfiles. is there a tutorial where step by step is explained what u need to do ?
|
1-Download PK2 Tools from

2-Straightly go to client's media.pk2 which contains the new skills
3-needed texts to extract,
a-textdata_equip&skill.txt , b-skilldata_xxxenc.txt , c-skilleffect.txt
If the server is online you can easily get the skill code by it's name, everysingle skill has a line in textdata_equip&skill.txt so it's easily to find the code,
4-after getting the skill code look for it in the encrypted skilldata_xxxenc text (You can decrypt the text using this tool

5-copy skill lines into your db _refskill table and media.pk2 skilldata txt
6-Extract skilleffect.txt lines and efp files, look for the skill code in skilleffect.txt copy line to your media.pk2 skilleffect.txt
repeat steps for every skill.