what is the code?

Results 1 to 6 of 6
  1. #1
    Enthusiast marcuels is offline
    MemberRank
    Apr 2011 Join Date
    37Posts

    what is the code?

    what is the code of rebirth character, that keep stats?
    Last edited by [RCZ]ShadowKing; 12-06-11 at 11:12 PM.


  2. #2

    Re: what is the code?

    what u mean ? /reset command ?

    code? hmm sql script maybe? search on google sql script for muonline and ull get

  3. #3
    Enthusiast marcuels is offline
    MemberRank
    Apr 2011 Join Date
    37Posts

    Re: what is the code?

    reset character i mean. where i can get those code or file?

  4. #4
    Dynamic commandcom is offline
    MemberRank
    Jan 2005 Join Date
    EstoniaLocation
    1,959Posts

    Re: what is the code?

    Quote Originally Posted by marcuels View Post
    what is the code of rebirth character, that keep stats?
    Code:
    use MuOnline
    UPDATE Character
    SET cLevel=('1'),  
    experience=('0'),
    Resets=(Resets+1)
    WHERE cLevel>399

  5. #5
    Enthusiast marcuels is offline
    MemberRank
    Apr 2011 Join Date
    37Posts

    Re: what is the code?

    Quote Originally Posted by commandcom View Post
    Code:
    use MuOnline
    UPDATE Character
    SET cLevel=('1'),  
    experience=('0'),
    Resets=(Resets+1)
    WHERE cLevel>399
    where i put those code?
    is this code is for mu only? or it can apply in any game for reset character?

  6. #6

    Re: what is the code?

    start SQL Query Analyzer and put that code and run it



Advertisement