[HELP] All LV Reset to 1

Results 1 to 3 of 3
  1. #1
    Newbie macro700 is offline
    MemberRank
    Jun 2013 Join Date
    21Posts

    [HELP] All LV Reset to 1

    All LV Reset to 1


  2. #2
    Newbe likertuban is online now
    ModeratorRank
    Apr 2012 Join Date
    2,337Posts

    Re: [HELP] All LV Reset to 1

    create query, and update lv on base/general table (i forget which table) on SQL to 1...

  3. #3
    no failure, no greget! dodojimbun is offline
    Grand MasterRank
    Jun 2012 Join Date
    IndonesiaLocation
    511Posts

    Re: [HELP] All LV Reset to 1

    Spoiler:

    UPDATE tbl_base
    SET Lv = '1'
    WHERE Serial = 'yourcharacterserial'


    this one to avoid error character :v
    Spoiler:

    DELETE FROM tbl_NpcData
    WHERE Serial = 'yourcharacterserial'



Advertisement