9.1 soul pets skill question

09/08/2015 02:23 wisp66#1
was wondering with all the new tables where soul pet specialty skills are in like Field of Darkness theres random skills are in randomskillresource obviously but wheres the others stored? are those still skill resource? monster skill resource?
09/09/2015 20:15 TheOnlyOneRaskim#2
soulpet skils are very easy as far as i took a look on them.

It starts with the summonresource. skilltree1_id /skilltree2_id etc are linking o the skilltreeresource (skilltreeid)

And if the skill_group_id != 0, it's linking to the summonrandomskill (skill_group_id = sid of summonrandomskill)

In summonrandomskill the use_code is the count of the avaible skills to learn and the skill_id_1 - 15 are the possible skills, wich the creature can learn

if for example skill_id_1 - 12 are filled, the use_code have to be 12. ;)

All other "fixed" skills are still stored in skilltreeresource with skill_group_id = 0.

If i made a mistake, correct me.
09/14/2015 11:45 wisp66#3
no no i thnk u did fine appriciated