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] no Treasure Hoarders in Surreptitious Seven-Star Seal Sundering #160

Open scooterboo opened 3 weeks ago

scooterboo commented 3 weeks ago

Surreptitious Seven-Star Seal Sundering is a required world quest for the chapter 2 plot to continue. In this section: image No Treasure Hoarders appear and you end up stuck.

Grasscutter starts complaining about missing an implementation of InitTimeAxis:

08:50:51 <WARN:BaseHandler> [LUA] Call unimplemented InitTimeAxis with [create_monster, {1:null,}, false]
08:50:51 <WARN:BaseHandler> [LUA] Call unimplemented InitTimeAxis with [create_monster, {1:null,}, false]
08:50:51 <WARN:BaseHandler> [LUA] Call unimplemented InitTimeAxis with [create_monster, {1:null,}, false]
08:50:51 <WARN:BaseHandler> [LUA] Call unimplemented InitTimeAxis with [create_monster, {1:null,}, false]

Indeed, it's not implemented in ScriptLibHander.java: image

The lua is in scene 3 group 133106413.

to bypass use /q finish 7104408

Which branch did you use? refactoring_multiproto_0.2 Grasscutter version: 1.4.4-dev-48ebfc6f Git Hash: 48ebfc6ff36ac2078388da0f5d9a74cbfbe72461 (it's local)

snoobi-seggs commented 3 weeks ago

didnt i give u free init time axis fix with SceneTimeAxis class

scooterboo commented 3 weeks ago

You did! But it was after I made the ticket and moved to other things.