Max rank in the adventurer's guild for now is F
Spire Interactive
Creator of
Recent community posts
Somehow I made a big mistake and accidentally gave the lockpick and the pendant the same ID. This causes a problem because the game treats items as the same if their IDs match. It doesn’t check the item’s name, stats, description, or anything else because that would be too slow if player has a lot of items in his inventory,so it only checks the ID.
That’s why when you bought the lockpick, it looked like it disappeared. What actually happened is that the game thought you already had a lockpick equipped (the pendant) and tried to increase its amount. However, since the pendant isn’t a stackable item, increasing its amount does nothing. As a result, it looked like the lockpick simply disappeared.
As to why it still worked when you unequipped the pendant(but didn't sell it). Since the game assumes every item has a unique ID, when you buy a item of certain type - in this case "tool". It only looks for matching ID in the tool tab of the inventroy. Since the pendant belongs in the equipment tab, it didn't find a matching ID and gave you the lockpick normally.
Yes, this is very useful! From the looks of things it seems that you were slower than both of the bats, and they inflicted you with poison on their first turn.
The issue seems to be that scripted battles(ones in which enemies are predefined, rather than randomly generated based on the area encounter table) do not process damage over time effects properly, so when you ended the turn by attacking(turns in this game are incremented once everyone on the battlefield acted), instead of reducing your health due to poison damage, it crashed.
This makes it much easier to address the issue, thank you for posting it!
Hmm...when did you download the game? 3 days ago I uploaded a patched version that addressed this and a few other issues.
As for the bounties, the entire adventurer's guild is in an experimental state right now(it will be fully functional in the next update). I didn't expect so many people to continue playing even after unlocking every scene in this version
