Anime-Game-Servers / Grasscutter-Quests

A server software implementation, ineroperable with a certain anime game client. The code in this repository is fully custom made for edyoucational purposes and future preservation, no copyrighted code is allowed in this repository.
https://grasscutters.xyz/grasscutter
GNU Affero General Public License v3.0
132 stars 31 forks source link

[Bug] Rock lanterns in the first interlude dungeon do not work #118

Open scooterboo opened 5 months ago

scooterboo commented 5 months ago

Describe the bug In interlude act 1 in dungeon 1127, there are these stone lanterns that don't light up when you get a rock widget into them. They kinda are like light actuators, so there might be bugs related to https://github.com/Anime-Game-Servers/Grasscutter-Quests/issues/99

How to replicate: Go to dungeon 1127. They are one of the first things you interact with in that dungeon, so you can't miss them.

Notes: The three lanterns are config ID 2001, 2002, and 2003. They are in scene 20121 group 220101002. Doing /entity 2001 state201 makes them do their thing, but it doesn't happen when you bring the widget to them.

The lanterns are 70330019 : SceneObj_Gear_ElemForce_Base_Rock The rocks are 70330021 : Element_RockSeed_Controller

Which branch did you use? quests Grasscutter version: 1.4.4-dev-f52452ea jnlua

Screenshots

https://github.com/Anime-Game-Servers/Grasscutter-Quests/assets/1877986/fb7015ce-2a1d-45a9-b640-0229dde6190b

scooterboo commented 2 months ago

This might be the same bug as https://github.com/Anime-Game-Servers/Grasscutter-Quests/issues/109