In Build 14 beta 2-1
There are some small bugs in the Treasure Quests
1-- When you meet the NPC that gives you the Treasure Quest - if you are carrying enough money you will get the quest - but the cost of the quest will not be deducted from the money you are carrying so the quest costs you nothing - you just have to make sure you are carrying enough money to be get the quest.
Question -- Is the money supposed to be taken from the player when they are given the treasure Quest or when the player actually finds the treasure chest.
The code appears to be in the file MAXIMUS_Functions.c in the PROGRAM folder. -- the code for the dialog with the person who gives the player the quest is in Enc_Walker.c in the PROGRAM \ DIALOGS folder.
2 -- The quest book entries are incomplete
The quest book file in RESOURCE \ INI \ Texts \ English \ Questbook -- Treasure.txt
has the following entries:-
title=Lost Treasure on
#sisland#.
text.t1=By the Hole in the cliff, you can acceed in a cave where the treasure is hidden.
text.t2=Find the ship wreck on a beach on
#sisland#. The treasure is in a chest somewhere in the wreck.
text.t3=On the Wild coast of
#sisland#. In front of the Cliffs. The treasure is hidden near the big Rock.
text.t4=After the bridge and the cavern of
#sseashore#, find the small rock near a tree.
text.t5=Go ashore at
#sseashore#. The treasure is hidden in a cavern in the jungle.
text.t6=Go ashore at
#sseashore#. There is a hidden entrance to a cave somewhere in the Jungle. The treasure is hidden in the cave.
text.t7=A treasure chest is hidden in the ruin of the
#sdestination#.
text.t8=A treasure chest is hidden somewhere in the
#sdestination# close to the roadsign and the two roads.
text.t9=A treasure chest is hidden somewhere in the
#sdestination#.
text.t10=By the shore of
#sseashore#, you can acceed to a grot where the treasure is hidden.
text.t11=A treasure chest is hidden somewhere on the beach of
#sseashore#.
The
# --- # items do not work and the text they are supposed to make appear in the questbook does not appear --- eg Text 2 in questbook appears as
Find the ship wreck on a beach on . The treasure is in a chest somewhere in the wreck. .
I don't know why
#sisland# &
#sdestination# are not working since they both work in the Convoy ( Escort a Merchant ) questbook.
I am also not sure why
#sdestination# &
#sseashore# are used in the questbook --- Since although in the Convoy ( Escort a Merchant ) questbook
#sdestination# is used for a town name which changes depending on the period. In the Treasure quests
#sdestination# &
#sseashore# are used for jungle locations & beach names and I don't think these are altered by the Period mod ( but I may be wrong )
So should the
#sdestination# &
#sseashore# be changed back to ordinary text.
Which would just leave the problem of fixing #sisland# If this is done the quest book file would look like this
title=Lost Treasure on #sisland#.
text.t1=By the Hole in the cliff, you can acceed in a cave where the treasure is hidden.
text.t2=Find the ship wreck on a beach on #sisland#. The treasure is in a chest somewhere in the wreck.
text.t3=On the Wild coast of Bahia de San Antonio. In front of the Cliffs. The treasure is hidden near the big Rock.
text.t4=After the bridge and the cavern of Sandy Point, find the small rock near a tree.
text.t5=Go ashore at Cayman Kai. The treasure is hidden in a cavern in the jungle.
text.t6=Go ashore at Sand Bluff. There is a hidden entrance to a cave somewhere in the Jungle. The treasure is hidden in the cave.
text.t7=A treasure chest is hidden in the ruin of the Lighthouse.
text.t8=A treasure chest is hidden somewhere in the jungle close to the roadsign and the two roads.
text.t9=A treasure chest is hidden somewhere in the #sOxbay# dungeon.
text.t10=By the shore of Leviathan Rock, you can acceed to a grot where the treasure is hidden.
text.t11=A treasure chest is hidden somewhere on the beach of Boca de Hubon.
Also I am not sure if the
#sisland# in the Quest Book Header ( Lost Treasure on
#sisland#. ) works in all cases picking up the period mod changes to island names.
If anyone can work out why
#sdestination# &
#sseashore# are not working and how to fix them that would also solve the problem.
The problem has been arround for a while -- see bug tracker entries here --->>> http://forum.piratesahoy.net/index.php?app=tracker&showissue=261&view=findpost&p=1697
and here --->>> http://forum.piratesahoy.net/index.php?app=tracker&showissue=260&view=findpost&p=1696