Enderal: Forgotten Stories

Enderal: Forgotten Stories

Not enough ratings
Jespar Watchtower meeting - fixed objectives
   
Award
Favorite
Favorited
Unfavorite
Adventures/Locations: Quests
Equipment: Miscellaneous
File Size
Posted
7.513 KB
6 Jan, 2021 @ 8:53pm
1 Change Note ( view )

Subscribe to download
Jespar Watchtower meeting - fixed objectives

Description
As of having this bug in the current version I am using right now (1.6.3.0 from November 2020), I made a quick fix for it.

Following base entries were changed:

The result script of some quest stages was enhanced in quest "CQJ02".

As of that, also the script "qf_cqj02_0013c942" got changed and is attached as loose file.

The quest marker for the top of the watchtower got changed to point onto the ladder you have to climb for progressing in the quest. Be aware that this quest marker will only be updated if you start the quest fresh. When continuing a game where the quest is already started, the marker will point into nowhere (a dot in the air), which would actually be the game's default setting if the objectives would work properly.




More insight:
The objectives and attached quest markers weren't able to work as of this issue:
Quest Objectives:
(1) Read letter
(2) Accompany Jespar to the top of the watchtower
(5) Meet Jespar at Ark's watchtower in the evening

The index of the objectives is in the wrong order (not sure if that's bad, but the result script on the quest stages don't point to the proper objective).

Quest Stage 10 result script:
SetObjectiveCompleted(1)
SetObjectiveDisplayed(5)

There are no later entries. So after receiving the letter, you'll endlessly will see the objective to meet Jespar in the Watchtower.




Updated:

Quest Objectives:
(1) Read letter
(5) Meet Jespar at Ark's watchtower in the evening
(10) Accompany Jespar to the top of the watchtower

Quest Stage 10 result scripts stays the same.

Quest Stage 15 result script:
kmyQuest.StartScene02Failsave() ;=> From the base game.
SetObjectiveCompleted(5) ;=> New
SetObjectiveDisplayed(10) ;=> New
1 Comments
^Magik Spud^ 26 Sep, 2021 @ 2:07pm 
It is a bug at small level so fixing is very easy.

1 - get to the front of ladder and uses it anyway, even tho Jespar stuck at stair.
(I tried command 'moveto player' on Jespar but he still walking in the same spot like moonwalk, so just ignore him and go up ladder).

2 - do the conversation as you would like, then go back down the ladder.
(if you jump off the parapet of the tower like me a madman, then you will realise quest marker point you back to ladder. Just use console command 'tcl' and fly back to top and go down through trapdoor ladder like how the game want you to do.)

DONE...