Grasscutter
Grasscutter copied to clipboard
[Bug] Paimon is really chatty
In the chasm, Paimon keeps talking about random things as you move around:
this one is caused every time Grasscutter loads group 166001385.
166001385 is really empty except a single region with a trigger and an EVENT_ENTER_REGION action. There is no condition on it. The group loads, gadget 308004 from group 166001308 happens to be inside the region and triggers the region, Paimon does her little chat.
The region is here at /tp 990 1019 819 6
:
I've attempted to outline where the sphere is by putting those mushrooms at intervals of 10m
The mushroom that triggers it is here:
I think that this gadget should not be triggering this region. Either: Regions should not be triggered by things that are already inside them when they spawn or Regions should not be triggered by gadget entity types. (see https://github.com/Grasscutters/Grasscutter/pull/2306 where I blacklisted gadgets (entity type 19))
I think this region should only trigger once. Either: Once this region triggers in this group it will never ever trigger again: It shouldn't trigger when you get too far away and it is reloaded due to distance or relogging. or ScriptLib.ShowReminder only fires once.
Which branch did you use? refactoring_multiproto_0.2