Hello module needs to Mucor to reset skill trees, if anyone can find me any,
Hello module needs to Mucor to reset skill trees, if anyone can find me any,
Hello my solution:
Delete all skill, skill tree and reset max master point (re can add all master points)
(clear_skill.php)
U find row:
$clear = $core_db->Execute("Update Character set [SCFMasterLevel]='1',[MagicList]=CONVERT(varbinary(180), null) where mu_id=?", array(
U need add
[SCFMasterLevel]='200' (My server max ML 200)
[SCFMasterPoints]='200' (MPoint 200)
[SCFMasterSkill]=CONVERT(varbinary(180), null)
so:
Good Luck$clear = $core_db->Execute("Update Character set [SCFMasterLevel]='200',[SCFMasterPoints]='200',[SCFMasterSkill]=CONVERT(varbinary(180), null),[MagicList]=CONVERT(varbinary(180), null) where mu_id=?", array(
Hungary (sry bad english)
Last edited by nemeth; 18-02-16 at 06:57 AM.