Mucore module to reset skill trees

Results 1 to 2 of 2
  1. #1
    Enthusiast DragonGM is offline
    MemberRank
    Sep 2013 Join Date
    36Posts

    Mucore module to reset skill trees

    Hello module needs to Mucor to reset skill trees, if anyone can find me any,


  2. #2
    Valued Member nemeth is offline
    MemberRank
    Jan 2016 Join Date
    111Posts

    Re: Mucore module to reset skill trees

    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:

    $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(
    Good Luck
    Hungary (sry bad english)
    Last edited by nemeth; 18-02-16 at 06:57 AM.



Advertisement