[Help] How do I wipe the Characters ONLY?

Results 1 to 7 of 7
  1. #1
    Account Upgraded | Title Enabled! Kenshinous is offline
    MemberRank
    Jun 2005 Join Date
    /windowsLocation
    267Posts

    [Help] How do I wipe the Characters ONLY?

    I would like to wipe the characters on my server because my players voted to start afresh. So, how do I do it?

    Thanks very much for those who help me solve this question. :)


  2. #2
    I'll take you all on. Liselotte is offline
    MemberRank
    May 2004 Join Date
    Sector 7Location
    5,800Posts

    Re: [Help] How do I wipe the Characters ONLY?

    I think you should delete "Character" table in muonline database and make a new "Character" table again

  3. #3
    Account Upgraded | Title Enabled! Kenshinous is offline
    MemberRank
    Jun 2005 Join Date
    /windowsLocation
    267Posts

    Re: [Help] How do I wipe the Characters ONLY?

    But I do not know how to make entries again :/ The columns and such. Is there any other easier way?

  4. #4
    Account Upgraded | Title Enabled! Ragnaros is offline
    MemberRank
    Nov 2006 Join Date
    358Posts

    Re: [Help] How do I wipe the Characters ONLY?

    Run under query ...

    update dbo.character
    set clevel=1
    update dbo.character
    set experience=0
    update dbo.character
    set leveluppoint=0 [ you can change it if you want ]
    update dbo.character
    set strength=25
    where strength > 1
    update dbo.character
    set dexterity=25
    where dexterity > 1
    update dbo.character
    set vitality=25
    where vitality > 1
    update dbo.character
    set energy=25
    where energy > 1
    update dbo.character
    set leadership=25
    where leadership > 1
    update dbo.character
    set reset=0

    you can custom these values by your own :)

  5. #5
    Account Upgraded | Title Enabled! Kenshinous is offline
    MemberRank
    Jun 2005 Join Date
    /windowsLocation
    267Posts

    Re: [Help] How do I wipe the Characters ONLY?

    Wow, it works, thanks so much! :D

    Oh by the way, can you include how to wipe the items too? ^^;

    Thanks so much!

  6. #6
    Account Upgraded | Title Enabled! LoveGod is offline
    MemberRank
    Jul 2007 Join Date
    www.MuzicMU.comLocation
    541Posts

    Re: [Help] How do I wipe the Characters ONLY?

    Quote Originally Posted by Kenshinous View Post
    Wow, it works, thanks so much! :D

    Oh by the way, can you include how to wipe the items too? ^^;

    Thanks so much!

    you can use czfeditor 1.5 for that

  7. #7
    Account Upgraded | Title Enabled! Kenshinous is offline
    MemberRank
    Jun 2005 Join Date
    /windowsLocation
    267Posts

    Re: [Help] How do I wipe the Characters ONLY?

    Oh. Oh yeah. I remember theres a function on that. Thanks so much :D


    My problem is solved. :D Thanks guys!



Advertisement