Ind Posted April 11, 2012 Share Posted April 11, 2012 bugreport:5018 The server doesn't save the skill flag anymore. I remember some years ago the skill table would save the skill flag, it doesn't anymore though. and without it I don't have much clue on how to find out if a skill was given permanently through script or not (behavior currently broken) any ideas? Link to comment Share on other sites More sharing options...
xazax Posted April 11, 2012 Share Posted April 11, 2012 Maybe related: r14861. Link to comment Share on other sites More sharing options...
Panallox Posted April 11, 2012 Share Posted April 11, 2012 Indeed, temporary skill is stored as (skill.flag - SKILL_FLAG_REPLACE_LV_0), as far as I know skills granted permanently through scripts are removed when the player skill tree is normalized. In regards to that bug-report, all issues can be resolved by appending the skill onto the player skill tree: thus not being lost upon tree normalization. Link to comment Share on other sites More sharing options...
Ind Posted April 15, 2012 Author Share Posted April 15, 2012 Indeed, temporary skill is stored as (skill.flag - SKILL_FLAG_REPLACE_LV_0), as far as I know skills granted permanently through scripts are removed when the player skill tree is normalized. In regards to that bug-report, all issues can be resolved by appending the skill onto the player skill tree: thus not being lost upon tree normalization. well thats not quite uhm a fix to the behavior imo. anyone see anything better than having the flag saved again? (i probably wouldn't have it in the skill table since 99% of skills don't have flags, perhaps a additional table for it) Link to comment Share on other sites More sharing options...
Euphy Posted February 17, 2013 Share Posted February 17, 2013 This has been fixed in r17136. Link to comment Share on other sites More sharing options...