Ultimately I am trying to make it so that some quests are already completed in ORTS in order to give new players access to some areas that they otherwise would not have the ability to use. In order to test adding the quest completion to players I have gone in through phpmyadmin and then edited the player_storage table to have a key (12540) which is for the Captain Haba Sea Serpent area, with a value of 6 which indicates completion. By doing so it does not gain access to the area. However, if I manually go there on a character and go through the quest process and I refresh the phpmyadmin player_storage page after each step I see the row for that player and key 12540 update from 1->2->3->4->5->6. So is there a separate location that this is also stored that I have missed?