• 0

    posted a message on Modern Skyblock 3 [Discussion]

    Ok, i solved a problem.

    For edit files i use Notepad++, your can use any text editor.

    Better if minecraft is closed or just launched for start menu.

    So instruction step by step:
    1. Open minecraft folder.

    2. Find your save folder (Example: C:\Users\Admin\Documents\Curse\Minecraft\Instances\Modern Skyblock 3 Departed\saves)

    3. Open your world folder and find BetterQuest folder (for me its 4 from top)

    4. Your need 2 files: QuestDatabase.json and QuestProgress.json

    In file QuestDatabase use search for find name of your broken quest. Your need look on Quest ID.

    Example:

    "16:10": {
    "questID:3": 16,
    "preRequisites:11": [
    860,
    104,
    847,
    583,
    355,
    357
    ],
    "properties:10": {
    "betterquesting:10": {
    "issilent:1": 0,
    "snd_complete:8": "minecraft:entity.player.levelup",
    "lockedprogress:1": 1,
    "tasklogic:8": "AND",
    "repeattime:3": -1,
    "visibility:8": "UNLOCKED",
    "simultaneous:1": 0,
    "icon:10": {
    "id:8": "structuredcrafting:structured_crafter",
    "Count:3": 1,
    "Damage:2": 0,
    "OreDict:8": ""
    },
    "globalshare:1": 0,
    "questlogic:8": "AND",
    "partysinglereward:1": 0,
    "snd_update:8": "minecraft:entity.player.levelup",
    "autoclaim:1": 0,
    "ismain:1": 0,
    "name:8": "Basic Automation",
    "desc:8": " This unlocks small bits from a few mods that will help you with early-game automation."
    }
    },
    "tasks:9": {},
    "rewards:9": {
    "0:10": {
    "hideCommand:1": 1,
    "rewardID:8": "bq_standard:command",
    "viaPlayer:1": 1,
    "index:3": 0,
    "command:8": "/gamestage add @p ba"
    }
    }
    },

     In example my broken quest have ID 16:10

     

    5. Open file QuestProgress and search quest ID

    6. For again claim reward change line {"claimed:1": 1} (0 - represent false, 1 - represent true)

    Example: 

      "16:10": {
    "questID:3": 16,
    "completed:9": {
    "0:10": {
    "claimed:1": 1,
    "uuid:8": "e80f1a88-c924-3bb1-aa36-d0ec681e642c",
    "timestamp:4": 1729475
    }
    },
    "tasks:9": {}
    },

     

    P.S Sorry for code blok under spoilers, insert code block have some issue for me(

    Posted in: Modpack Discussion
  • 0

    posted a message on Modern Skyblock 3 [Discussion]
    Quote from AngelifNight >>

    Hello, after update to version 3.2 have open all quests. And one borring problem i stuck in basic automation. I complet quest for BA but quest book say what i dont have permission for items from BA. I try reset quest book, its dont help.
    Try copy old quest book progress from backup befor update, and quest book wast full open (i can see all quest group, but cant progress if i dont open it). Quest groups basic automation and basic farmin was in one group like in previous versions, but game still think what i dont complet basic automation.

     Update.
    Create new world in creative mod. Complet all quest what i have complet early and copy betterquest files in main world folder. ANd game still say what i dont complet BA stage, but in creative world i can craft iron hopper and so.
    What file i can edit for enable BA stage in my main world?
    P.S. Play in stage mode
    Posted in: Modpack Discussion
  • 0

    posted a message on Modern Skyblock 3 [Discussion]

    Hello, after update to version 3.2 have open all quests. And one borring problem i stuck in basic automation. I complet quest for BA but quest book say what i dont have permission for items from BA. I try reset quest book, its dont help.
    Try copy old quest book progress from backup befor update, and quest book wast full open (i can see all quest group, but cant progress if i dont open it). Quest groups basic automation and basic farmin was in one group like in previous versions, but game still think what i dont complet basic automation.

    Posted in: Modpack Discussion
  • To post a comment, please or register a new account.