If you want to do IL runs of each boss battle, you'll have to be able to set your progress to that duel. This guide will show you how to do that. Please note that this requires you to have access to the MiniMe database. This will not work on proper ALL-NET machines or machines that you can't access the internals of.
#Explanation
Each boss has an internal ID within the game, as well as their name, health, and more. This information can be found in the Duel.xml files for each respective boss. To edit your save, you'll have to go into the database and manually set your duel ID and the health it has. It's recommended that you backup your save before doing this.
#Instructions
Navigate to the location of the MiniMe service. Open the SQLite3 database within minime/data with your desired editor. Navigate to the cm_user_data table and note the player_id for your username. Go to cm_user_duel_list and find the entry with your player_id under the column for profile_id. Replace the duel_id, progress, point, and is_clear entries with their respective values for each duel.
#G. O. D Stage 1:
- duel_id = 2
- progress = 0
- point = 0
- is_clear = false Stage 2:
- duel_id = 2
- progress = 0
- point = 120000
- is_clear = true Stage 3:
- duel_id = 2
- progress = 1
- point = 600000
- is_clear = true
#暗黒DTMer降臨 Stage 1:
- duel_id = 3
- progress = 0
- point = 0
- is_clear = false Stage 2:
- duel_id = 3
- progress = 0
- point = 950
- is_clear = true Stage 3:
- duel_id = 3
- progress = 1
- point = 4700
- is_clear = true
#バトルセッション Stage 1:
- duel_id = 4
- progress = 0
- point = 0
- is_clear = false Stage 2:
- duel_id = 4
- progress = 0
- point = 750
- is_clear = true Stage 3:
- duel_id = 4
- progress = 1
- point = 3700
- is_clear = true
#DJ COLOSSEUM Stage 1:
- duel_id = 5
- progress = 0
- point = 0
- is_clear = false Stage 2:
- duel_id = 5
- progress = 0
- point = 75000
- is_clear = true Stage 3:
- duel_id = 5
- progress = 1
- point = 380000
- is_clear = true
#癒し茶屋天王洲 Stage 1:
- duel_id = 6
- progress = 0
- point = 0
- is_clear = false Stage 2:
- duel_id = 6
- progress = 0
- point = 1000
- is_clear = true Stage 3:
- duel_id = 6
- progress = 0
- point = 10400
- is_clear = true