Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Unlocking broom #2

Open
Julloinator opened this issue Feb 10, 2023 · 5 comments
Open

Unlocking broom #2

Julloinator opened this issue Feb 10, 2023 · 5 comments

Comments

@Julloinator
Copy link

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

@Sorrow446
Copy link
Owner

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?

@Julloinator
Copy link
Author

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?

@Julloinator Julloinator closed this as not planned Won't fix, can't repro, duplicate, stale Feb 10, 2023
@Julloinator Julloinator reopened this Feb 10, 2023
@Sorrow446
Copy link
Owner

Alright. HLSE doesn't support adding items yet, only changing quantities. What's the name of the vendor selling it?

@Julloinator
Copy link
Author

His Name is Albie Weekes in the Spintwitches Sporting needs

@altermere
Copy link

altermere commented Mar 2, 2023

It's possible to give the player any broom in the game by editing ActiveBroom (slot 0, count 1) field in the InventoryDynamic table.
This is a video with all the brooms in the game, the naming of ItemID should be pretty straightforward.
8dcacebd8f114b4adcd2d40f893f 1
These are the brooms:
BroomAeromancer
BroomBrightSpark
BroomEmberDash
BroomFamilyAntique
BroomHouse
BroomLicketySwift
BroomMoonTrimmer
BroomNightDancer
BroomSilverArrow
BroomSkyScythe
BroomWildFire
BroomWindWisp
BroomYewWeaver

Also, you can unlock broom upgrades by adding these lines to tables LootItemsDynamic and LocksDynamic:
Broom_Upgrade1
Broom_Upgrade2
Broom_Upgrade3
055dc57982ca994e9b59d2efd06b

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants