Grasscutter icon indicating copy to clipboard operation
Grasscutter copied to clipboard

A server software reimplementation for a certain anime game.

Results 53 Grasscutter issues
Sort by recently updated
recently updated
newest added

QUEST_EXEC_REGISTER_DYNAMIC_GROUP_ONLY is not implemented. It makes it so that these bushes do not spawn in quest 1201202 (Yoimiya's story quest): ![image](https://github.com/user-attachments/assets/d7d60dc2-21e0-420b-947b-927c6be914ec) After pretty much copying the code from QUEST_EXEC_REGISTER_DYNAMIC_GROUP: ```Java...

enhancement

Sometimes, dungeon entries are listed twice like this dungeon 1117, scene point 291: ![image](https://github.com/user-attachments/assets/4491e22a-ad73-4e2a-b5d3-94be0e7b0a1f) It seems that in DungeonEntryManager.getDungeonEntries, this dungeon is both a basicDungeon and a plotDungeon: ![image](https://github.com/user-attachments/assets/22f5facb-9df6-4dfe-a2a2-21ae3dad023a) It's...

bug

Quests that have isRewind=False cannot be rewind Targets checkAndUpdateContent saves the quest if Content changed Don't modify finishProgressList if it's from a login Fixes Prologue act 1 not finishing if...