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
133 stars 31 forks source link

[Bug] Unexpected Power - Hold Elemental Skill - Slimes keep respawning #83

Closed scooterboo closed 8 months ago

scooterboo commented 8 months ago

Describe the bug In quest 35303 Unexpected Power - Hold Elemental Skill, slimes keep respawning when you kill them with an elemental blast

How to replicate: After Paimon on the cliff, go to the statue island, get the cutscene, try to get off the island, and then try to continue the quest. You might not need to try to get off the island to replicate. Holding the elemental button is not causing the quest to continue.

Notes: Maybe a problem with the implementation of QUEST_CONTENT_SKILL? not getting the EvtDoSkillSuccNotify packet? Maybe an ability problem?

Which branch did you use? multi_proto Grasscutter version: 1.4.4-dev-59e2d2b4 Lua: LuaJ and JNLua

Screenshots

https://github.com/Anime-Game-Servers/Grasscutter-Quests/assets/1877986/9245dcab-3205-49f2-a89e-2f4327a30e67

scooterboo commented 8 months ago

Link! https://github.com/Anime-Game-Servers/Grasscutter-Quests/pull/81#issue-2064235150

Hartie95 commented 8 months ago

This seems to be a resources problem, the skillId was mistranslated to overtime, should be fixed by now

scooterboo commented 8 months ago

I am on JNLua now and the new resources. It is not fixed.

scooterboo commented 8 months ago

I was not on new resources. I am now on new resources and it is fixed!