You can buy gaming merchandise and boosting services on our website! |
||||
GoldDelivery in 5-10 minutes. |
BoostingStart in 30 minutes. |
DungeonsAny difficulty mode. |
RaidsCarry in two hours. |
PvPPlaying with Gladiators. |
Sunken Cache
This stash is located in the Hallowfall location, but it's not just a treasure chest - it's a real hidden stash that doesn't show up on in-game maps. It is hidden from the eyes of those who have not met certain conditions. Before you can open the stash, you must first declassify it to make it visible. To do this, you need to communicate with four airship captains. The captains patrol the location in flying ships, but not all airships have captains, so you will have to fly around all the airships looking for the right captains by the following names:
- Sky-Captain Dornald
- Sky-Captain Clairmonte
- Sky-Captain Aerthin
- Sky-Captain Onaro
After talking to each of the four aforementioned captains, head to the coordinates: /way 45.94, 45.11
. At the bottom of the bay you will find a secret chest, which you can open to get a Silver Linin' Scepter as a reward.
You can use the following script to check the interaction with captains:
/run for a,b in pairs({{"Dornald",12},{"Clairmonte",24},{"Aerthin",25},{"Onaro",26}})do a=C_QuestLog.IsQuestFlaggedCompleted(82000+b[2])print("\124cffffd000Sky-Captain",b[1]..":\124r\124cff"..(a and"00ff00"or"ff0000"),a,"\124r")end