PrometheusTS Posted December 21, 2016 Posted December 21, 2016 Hello , I have the need for a little help for my quest mod, I am not able for some reason to fix the following issues: 1 A quest is not starting no matter how well is implemented the starting quest stage with a right call to it, I have made exactly the same thing , callign a quest stage set from a dialogue and worked, but for another quest inside this one is not working , no matter what I do . The quest in particular is Prom_WWQuest the stage is stage 20 and is marked as start. 2 The lip files , I am getting mad with the instructions to make them work and I am not succeeding to this. 3 optional , I did add a script to rugs to be selectable and be possible to sit on them but I can't add a collision or the nif make the game crash so I left for now uncollideable , but also so unselecteable . Is there someone that is willing to help me fix those quickly? :( .....
thumbincubation Posted December 21, 2016 Posted December 21, 2016 I wish I could, but of the few things I'm any good at, quests, scripts, and nifs are not among them. :(
PrometheusTS Posted December 23, 2016 Author Posted December 23, 2016 Can Someone help me? Here are the files : http://www.nexusmods.com/skyrimspecialedition/mods/4563/?tab=2&navtag=http%3A%2F%2Fwww.nexusmods.com%2Fskyrimspecialedition%2Fajax%2Fmodfiles%2F%3Fid%3D4563&pUp=1 The WIP v5 version optional file .
SkyFireXxx Posted December 27, 2016 Posted December 27, 2016 Hello , I have the need for a little help for my quest mod, I am not able for some reason to fix the following issues: 1 A quest is not starting no matter how well is implemented the starting quest stage with a right call to it, I have made exactly the same thing , callign a quest stage set from a dialogue and worked, but for another quest inside this one is not working , no matter what I do . The quest in particular is Prom_WWQuest the stage is stage 20 and is marked as start. 2 The lip files , I am getting mad with the instructions to make them work and I am not succeeding to this. 3 optional , I did add a script to rugs to be selectable and be possible to sit on them but I can't add a collision or the nif make the game crash so I left for now uncollideable , but also so unselecteable . Is there someone that is willing to help me fix those quickly? :sad: ..... for problem #1, What is the trigger to start the quest?in your script file I see this - ;BEGIN FRAGMENT Fragment_0 Function Fragment_0() ;BEGIN CODE SetObjectiveDisplayed(20) ;Debug.Trace("quest for medallion started") ;END CODE EndFunction ;END FRAGMENT Is there any place you are setting the quest stage?
PrometheusTS Posted December 28, 2016 Author Posted December 28, 2016 In the other quest , the dialogue one in the quest called greet.
Recommended Posts