#Quest prevents me to teleport, how to solve?
10 messages · Page 1 of 1 (latest)
It should be a player property in the database, if you look at your properties. You can find the id for it from the grasscutter src for playerproperty
I got it. After deleting all quests in mongodb, it works.
Currently the quest system is incomplete and sometimes cannot finish even by using command 'finish'. Because there are exceptions when using commands arbitrarily.
The behavior that blocks teleport is controled by quest state, not by player property. There is only one property prevents player to go out from Mondstadt at the game beginning, which is PROP_IS_TRANSFERABLE 10009.
Oh. I have many quests so it is difficult to find, and there is NullPointerException when finish some quests, so it can't finish normally
next time i will try to finish every quest in mongodb or fix the exception.
Thank you.
I seem to enconter it at quests 2.1 (an id in 201301~202001). my client is 3.3
yes. an quest in range 2013~2020
I will try to reproduce it when i have free time
Thank you! I just started to study the quest system, some things have not yet understood, and I'll get back to you after I get the function of hidden quest
