All LV Reset to 1
create query, and update lv on base/general table (i forget which table) on SQL 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'