-
Notifications
You must be signed in to change notification settings - Fork 4
Unlocking broom #2
Comments
It would be possible to fetch the broom's item ID from the vendor and then add it to your own inventory. Not sure if that'd fix your problem, though. Is purchasing the broom an event that progresses the quest or does it just have to be in your inventory? |
I don't know how the quest registers if it was completed, but even then it might be possible to atleast continue other quests that require a broom, as atleast a few of those are already unlocked before buying one. But since I don't have a broom I don't know how many things might be locked behind the quest to aquire it. Do you know where the Item ID for the broom can be found so I can try it out? |
Alright. HLSE doesn't support adding items yet, only changing quantities. What's the name of the vendor selling it? |
His Name is Albie Weekes in the Spintwitches Sporting needs |
It's possible to give the player any broom in the game by editing ActiveBroom (slot 0, count 1) field in the InventoryDynamic table. Also, you can unlock broom upgrades by adding these lines to tables LootItemsDynamic and LocksDynamic: |
Hey,
Do you think it would be possible to edit the save to unlock the broom? There are many people, including myself, at the moment that can't continue in the game because of a bug that prevents you from buying a broom from the vendor after the game crashed while talking to him, or ending the dialogue before buying one. Even though the bug is already reported it would be cool to continue the game without starting over or waiting until the bug is fixed
The text was updated successfully, but these errors were encountered: