Welcome to the RaGEZONE - MMORPG development forums.

how to retrieve a deleted character dbs

This is a discussion on how to retrieve a deleted character dbs within the Ran Online Help forums, part of the Ran Online category; one of our player accidentally deleted his/her character. how can i retrieve it need help pls......

Results 1 to 9 of 9
  1. #1
    Member
    Rank
    Member
    Join Date
    Jan 2012
    Posts
    33
    Liked
    0

    how to retrieve a deleted character dbs

    Click
    one of our player accidentally deleted his/her character.
    how can i retrieve it

    need help pls...

  2. #2
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Feb 2011
    Location
    Philippines
    Posts
    537
    Liked
    299

    Re: how to retrieve a deleted character dbs

    restore your backup database

  3. #3
    RaGEZONE Staff
    Rank
    Moderator
    Join Date
    Dec 2007
    Location
    Philippines
    Posts
    2,526
    Liked
    376

    Re: how to retrieve a deleted character dbs

    I'm not sure if we have a storage for deleted characters.
    Please use the Report Button if you see contents that are against the Forum Rules / Section Rules
    Ran Online Database Restoration | Ran Online ODBC Set-Up

    I'm gonna be away a week or two. My Son will be born earlier this Month.
    Just leave me a PM and please use the Report Button.



  4. #4
    Member
    Rank
    Member
    Join Date
    Jan 2012
    Posts
    33
    Liked
    0

    Re: how to retrieve a deleted character dbs

    accidentally deleted his/her character
    sir if we restore back all players will rollback also

  5. #5
    RaGEZONE Staff
    Rank
    Moderator
    Join Date
    Dec 2007
    Location
    Philippines
    Posts
    2,526
    Liked
    376

    Re: how to retrieve a deleted character dbs

    How can he accidentally delete his character? There's a second password for that. Maybe he intentionally did that.
    Please use the Report Button if you see contents that are against the Forum Rules / Section Rules
    Ran Online Database Restoration | Ran Online ODBC Set-Up

    I'm gonna be away a week or two. My Son will be born earlier this Month.
    Just leave me a PM and please use the Report Button.



  6. #6
    be good to beat evils
    Rank
    Member +
    Join Date
    Mar 2008
    Posts
    1,467
    Liked
    364

    Re: how to retrieve a deleted character dbs

    if the problem is user action
    then just update chainfo/chadeleted

    and character deleted is not deleted in database at all, unless admin deleted it permanently..
    contact: jamesryanopsimar@yahoo.com
    doesn't mean your gone your dead / doesn't mean you here you exist
    weak randev- but better :)
    your job is done , so dont pretend
    My share The Complete source
    MY IDOL

  7. #7
    Infraction Banned
    Rank
    Alpha Member
    Join Date
    Sep 2007
    Location
    Somewhere
    Posts
    1,817
    Liked
    394

    Re: how to retrieve a deleted character dbs

    ill continue what ramispo said -- if deleted accidentally by the user.

    ok, chadeleted,

    go to rangame1 -> tables -> dbo.chainfo -> open table, find the ChaDeleted Column

    Deleted if 1
    Not deleted if 0 so if you see, its 1, then just simply change it to 0 .


    or just execute this script.


    Code:
    use rangame1
    update chainfo
    set chadeleted ='0' 
    where Chanum ='CHARACTER NUMBER'

  8. #8
    Member
    Rank
    Member
    Join Date
    Jan 2012
    Posts
    33
    Liked
    0

    Re: how to retrieve a deleted character dbs

    only edit top 13896 how can i extend it to more than that?

  9. #9
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Oct 2011
    Location
    anti attack st.
    Posts
    281
    Liked
    75

    thumbs up Re: how to retrieve a deleted character dbs

    siefer is Ryt this Topic solve

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •