Jump to content

[Help] Evangeline stuck/can't be recruit (in the screenshoot)?


Recommended Posts

Posted
  1. Open xEdit, select only the plugin that provides the quest that is stuck.
  2. Find the quest. If there's several and you're not sure which one it is, view the objectives.
  3. Start the game and GetStage and SetStage your way out of it.
Posted

it's kinda stuck? should be  '51000D68'
when using Get it's show  >> 0.00
then using Set to 0, 10, 20, 21, 30, 40, 45, 50 nothing happen
when i set 50 it's show finnished notification/quest complete but not showing in quest list

image.png.e8a51ac63fbd5ee8b726a4930a88a38c.png

Posted

Stage 0 might indicate that it's not running, not sure what the convention is on that. GetQuestRunning to see if it's running. There is however some unfortunate traits about quests that makes determining their state difficult:

  1. Quest scripts can run even if the quest is not running.
  2. Quest stages and objectives are optional.
  3. Quest stages are informational and do not need to represent any specific state in the quest script.

You can also issue this command to see what other options you have for debugging quests:

help quest 1
Posted

i try GetQuest >> 1.00

i try sqv 51000D68, the result:
enabled? yes, state running, current stage: 0, priority: 100
 

27 minutes ago, traison said:
help quest 1

ok i try to check these

Posted

If we assume you got the right quest, don't rule out #2 in my list above. It's entirely possible the quest is not progressing because the script itself is broken or stuck. There's nothing you can do with quest stages if the script doesn't even use them.

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...