for restart a quest you have to "delete" it from your profile. you have to do it manually. open your profile, go looking for quests with notepad++ and when you found the quest (check the id of the quest online) delete the code. i'll post and exemple here
"Quests": [
{
"qid": "5936d90786f7742b1420ba5b",
"startTime": 1697270777,
"status": 2,
"statusTimers": {
"2": 1697270777
},
"completedConditions": [
"5967379186f77463860dadd6"
],
"availableAfter": 0
},
{
"qid": "VCQM_11",
"startTime": 1697270779,
"status": 2,
"statusTimers": {
"2": 1697270779
},
"completedConditions": [],
"availableAfter": 0
},
this is and extract from my profile. if i want remove the first quest, i have to remove from { to }, of the first quest as the result the code will become like this
"Quests": [
{
"qid": "VCQM_11",
"startTime": 1697270779,
"status": 2,
"statusTimers": {
"2": 1697270779
},
"completedConditions": [],
"availableAfter": 0
},
before the modify, copy in another folder your profile because if you do a bad movement you have to wipe the account