TerrorDeaths Posted February 22 Posted February 22 Hi guys i have a problem with Evangeline follower, 1 of the bandit won't die so the quest kinda stuck. Anyone have any idea to fix these?
traison Posted February 22 Posted February 22 Open xEdit, select only the plugin that provides the quest that is stuck. Find the quest. If there's several and you're not sure which one it is, view the objectives. Start the game and GetStage and SetStage your way out of it.
TerrorDeaths Posted February 23 Author Posted February 23 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
traison Posted February 23 Posted February 23 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: Quest scripts can run even if the quest is not running. Quest stages and objectives are optional. 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
TerrorDeaths Posted February 23 Author Posted February 23 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
traison Posted February 23 Posted February 23 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.
TerrorDeaths Posted February 24 Author Posted February 24 20 hours ago, traison said: don't rule out #2 in my list above roger that, i will try to check it
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now