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.
Describe the bug
During the quest Three Poignant Perfumes - Grind the Silk Flowers to extract the essence around 101210, there isn't an option to turn the three flowers into perfume.
It looks like this:
And it should have the three vials at the top like this:
The crafting station closest to the quest is
{ config_id = 141001, gadget_id = 70130004, pos = { x = -652.368, y = 219.543, z = 267.763 }, rot = { x = 0.000, y = 353.941, z = 0.000 }, level = 18, area_id = 7 }
In group 133107141, but you ought to be able to do this quest from any crafting station.
When you interact with the crafting station, the packets are a NpcTalkReq and NpcTalkRsp, but I bet there is a different packet not known to me that sets the crafting stuff when the world loads.
Which branch did you use?
multi_proto
Grasscutter version: 1.4.4-dev-4e8f709e
Lua: JNLua
Describe the bug During the quest
Three Poignant Perfumes - Grind the Silk Flowers to extract the essence
around 101210, there isn't an option to turn the three flowers into perfume.It looks like this:
And it should have the three vials at the top like this:
The crafting station closest to the quest is
In group 133107141, but you ought to be able to do this quest from any crafting station.
When you interact with the crafting station, the packets are a NpcTalkReq and NpcTalkRsp, but I bet there is a different packet not known to me that sets the crafting stuff when the world loads.
Which branch did you use? multi_proto Grasscutter version: 1.4.4-dev-4e8f709e Lua: JNLua