Jump to content

Sign in to follow this  
duxck

Help verifying quest config? Voyage of Power, Power Stones

Recommended Posts

I've been trying to make sure that my quest for Voyage of power is setup correctly. However this is quite hard to be sure of it unless you complete the quest in game. 
Are there any spawn commands for the powerstones to make sure I can end it easily?

Or some way to go to the location of the stone and end it more easily?
 

Current value for globalGameplaySetup is as follows:
 

(
        QuestEntries=
            (
                (
                    QuestID=0,
                    CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Icon_PowerStonesQuest_Complete.Icon_PowerStonesQuest_Complete',
                    UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Icon_PowerStonesQuest_Uncomplete.Icon_PowerStonesQuest_Uncomplete',
                    QuestName="Voyage of Power",
                    QuestDescription="Journey across the ATLAS to hunt for the Power Stones, and then bring them to the Center Maw!",
                    UnlockFeatNames=("Dance10"),
                    QuestPointsOfInterest=
                        (
                            (
                                PointOfInterestID=0,
                                PointOfInterestName="Power Stone 1",
                                UnlockFeatNames=("Dance1"),
                                WorldMapPosition=(X=0.765714,Y=0.963333),
                                CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon.Item_InfinityGem_Icon',
                                UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon10.Item_InfinityGem_Icon10'
                            ),
                            (
                                PointOfInterestID=1,
                                PointOfInterestName="Power Stone 2",
                                UnlockFeatNames=("Dance2"),
                                WorldMapPosition=(X=0.555714,Y=0.232857),
                                CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon2.Item_InfinityGem_Icon2',
                                UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon10.Item_InfinityGem_Icon10'
                            ),
                            (
                                PointOfInterestID=2,
                                PointOfInterestName="Power Stone 3",
                                UnlockFeatNames=("Dance3"),
                                WorldMapPosition=(X=0.021746,Y=0.227069),
                                CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon3.Item_InfinityGem_Icon3',
                                UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon10.Item_InfinityGem_Icon10'
                            ),
                            (
                                PointOfInterestID=3,
                                PointOfInterestName="Power Stone 4",
                                UnlockFeatNames=("Dance4"),
                                WorldMapPosition=(X=0.953886,Y=0.464009),
                                CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon4.Item_InfinityGem_Icon4',
                                UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon10.Item_InfinityGem_Icon10'
                            ),
                            (
                                PointOfInterestID=4,
                                PointOfInterestName="Power Stone 5",
                                UnlockFeatNames=("Dance5"),
                                WorldMapPosition=(X=0.770000,Y=0.569524),
                                CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon5.Item_InfinityGem_Icon5',
                                UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon10.Item_InfinityGem_Icon10'
                            ),
                            (
                                PointOfInterestID=5,
                                PointOfInterestName="Power Stone 6",
                                UnlockFeatNames=("Dance6"),
                                WorldMapPosition=(X=0.230265,Y=0.551268),
                                CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon6.Item_InfinityGem_Icon6',
                                UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon10.Item_InfinityGem_Icon10'
                            ),
                            (
                                PointOfInterestID=6,
                                PointOfInterestName="Power Stone 7",
                                UnlockFeatNames=("Dance7"),
                                WorldMapPosition=(X=0.965238,Y=0.752857),
                                CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon7.Item_InfinityGem_Icon7',
                                UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon10.Item_InfinityGem_Icon10'
                            ),
                            (
                                PointOfInterestID=7,
                                PointOfInterestName="Power Stone 8",
                                UnlockFeatNames=("Dance8"),
                                WorldMapPosition=(X=0.510617,Y=0.768677),
                                CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon8.Item_InfinityGem_Icon8',
                                UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/Item_InfinityGem_Icon10.Item_InfinityGem_Icon10'
                            ),
                            (
                                PointOfInterestID=8,
                                PointOfInterestName="Power Stone 9 - Ghost Ship Route",
                                UnlockFeatNames=("Dance9"),
                                WorldMapPosition=(X=0.266455,Y=0.943280),
                                CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/HUD_GhostShip_Icon_Complete.HUD_GhostShip_Icon_Complete',
                                UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/HUD_GhostShip_Icon.HUD_GhostShip_Icon'
                            ),
                            (
                                PointOfInterestID=9,
                                PointOfInterestName="Bring all 9 Power Stones to Center Maw",
                                WorldMapPosition=(X=0.503693,Y=0.508595),
                                CompletedIcon=Texture2D'/Game/Atlas/UI/Icons/HUD_BossLocation_Icon_Complete.HUD_BossLocation_Icon_Complete',
                                UncompletedIcon=Texture2D'/Game/Atlas/UI/Icons/HUD_BossLocation_Icon.HUD_BossLocation_Icon'
                            )
                        )
                    )
                )
            )

 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...