• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Quest Log

Crunch

Member
Joined
Jun 21, 2011
Messages
353
Reaction score
19
Location
England
Hello,

I have come back after around 5-6 years to see about finishing the OT me and my wife started. I have begun copying stuff over to an up to date TFS, I am using the 10.98 nightly packages of the forgotten server.

I have tried to copy over the quest log, however even if its saying quest log updated I cannot get anything to show up. I have no idea if I'm just being stupid, it has been a long time, but everything seems ok to me, and I cant find the same issue from searching.

Probably a stupid question, but its the first thing I cant figure out while switching everything over!! This is part of it and everything else is laid out the same,

Thanks

XML:
<quests>
  <quest name="Outfits Quest" startstorageid="7777" startstoragevalue="0">
    <mission name="Want to look like a  Knight?" storageid="5000" startstoragevalue="1" endvalue="3">
      <missionstate id="1" description="Mission details here"/>
      <missionstate id="2" description="Mission details here"/>
      <missionstate id="3" description="Mission details here"/>
    </mission>
    </quest>
</quests>
 
Last edited:
Solution
Hello,

I have come back after around 5-6 years to see about finishing the OT me and my wife started. I have begun copying stuff over to an up to date TFS, I am using the 10.98 nightly packages of the forgotten server.

I have tried to copy over the quest log, however even if its saying quest log updated I cannot get anything to show up. I have no idea if I'm just being stupid, it has been a long time, but everything seems ok to me, and I cant find the same issue from searching.

Probably a stupid question, but its the first thing I cant figure out while switching everything over!! This is part of it and everything else is laid out the same,

Thanks

XML:
<quests>
  <quest name="Outfits Quest" startstorageid="7777"...
Hello,

I have come back after around 5-6 years to see about finishing the OT me and my wife started. I have begun copying stuff over to an up to date TFS, I am using the 10.98 nightly packages of the forgotten server.

I have tried to copy over the quest log, however even if its saying quest log updated I cannot get anything to show up. I have no idea if I'm just being stupid, it has been a long time, but everything seems ok to me, and I cant find the same issue from searching.

Probably a stupid question, but its the first thing I cant figure out while switching everything over!! This is part of it and everything else is laid out the same,

Thanks

XML:
<quests>
  <quest name="Outfits Quest" startstorageid="7777" startstoragevalue="0">
    <mission name="Want to look like a  Knight?" storageid="5000" startstoragevalue="1" endvalue="3">
      <missionstate id="1" description="Mission details here"/>
      <missionstate id="2" description="Mission details here"/>
      <missionstate id="3" description="Mission details here"/>
    </mission>
    </quest>
</quests>
What is stated in the database on player_storage @7777 and @5000?
To make the script work you should at least have the storage 7777 in your database with 0 or higher.
Furthermore for 5000 you should at least have in your database 1-3 otherwise it wont work either.

If that changes all correctly it's at least not on database level.
(Reminder database for storage will only get updated if you relog, since it's stored in-game first)
 
Solution
What is stated in the database on player_storage @7777 and @5000?
To make the script work you should at least have the storage 7777 in your database with 0 or higher.
Furthermore for 5000 you should at least have in your database 1-3 otherwise it wont work either.

If that changes all correctly it's at least not on database level.
(Reminder database for storage will only get updated if you relog, since it's stored in-game first)
Thanks, 7777 wasnt in there so how i assigned 7777 I either haven't copied over yet or it isn't working. It was such a long time ago its proving tricky for me to get my head around everything again!! I have no experience coding outside of this server that me and the wife created so its taking a while
 
Back
Top