[Help] Skill-Packet?

03/20/2012 18:12 Th3K1nG#1
For example i want to send the packet to up the Warrior Mastery

witch is:
[C -> S][70A2]
01 02 00 00
01
worked for me!

But Skills like the Warrior Skill "Slash"

[C -> S][70A1]
E0 21 00 00

[Only registered and activated users can see links. Click Here To Register...]

didnt worked any reason? Iv seen in some Bot sources a skills.txt
included something like this

Flame body - Wisdom;SKILL_CH_FIRE_GONGUP_A_01;130;12;98;3
Flame body - Power;SKILL_CH_FIRE_GONGUP_B_01;131;32;300;3
Flame body - Extreme;SKILL_CH_FIRE_GONGUP_C_01;132;52;675;3
03/21/2012 21:54 jremy#2
You have to use next id of the skill, example:

If the id of lvl 1 slash was = 88888888 and lvl 2 slash = 99999999 and you wanted to update lvl 1 slash to lvl 2, then you inject [70A1] 99999999
03/22/2012 10:40 vutle#3
The id changes for each skill.
Better not do it or extract all skills from the skill file and sort them in skill orders.

Goodluck :).
03/22/2012 15:15 Th3K1nG#4
I already got it ;) you need the skill ID for example 7465 this you need to convert from int. to hex -> 1D29 than you need to send this but not 1D29 it must be 291D and than zero byte 291D0000

edit// you can get the skill id from media.pk2 skilldata_5000.txt and skilldata_10000.txt