kyle8 Posted October 29, 2010 Share Posted October 29, 2010 I am trying to make a very small quest. The quest is supposed to begin when the PC talks to an NPC. But I cannot get it to start. I have 10 with a log entry and this condition : getisid NPC 'SchlerusSestius' == 1.00 Then, under topics I have something the NPC is saying and conditions are getisid NPC''SchlerusSestius' == 1.00 AND getstage quest: 'pgsmell01' == 10.00 and marked as say once. But nothing ever initiates. What am I doing wrong? Link to comment Share on other sites More sharing options...
Beerto Posted October 29, 2010 Share Posted October 29, 2010 Well you gotta remember that the Quest Data has to have the condition "GetIsPlayerRace == 1" in order for the quest to work Link to comment Share on other sites More sharing options...
kyle8 Posted October 30, 2010 Author Share Posted October 30, 2010 Well you gotta remember that the Quest Data has to have the condition "GetIsPlayerRace == 1" in order for the quest to work Yeah, got that Link to comment Share on other sites More sharing options...
Beerto Posted October 30, 2010 Share Posted October 30, 2010 could you upload your ESP, Ill check it through - its kinda hard to understand what the problem is - as there are thousands of possible problems that you can encounter while making quests :0 Link to comment Share on other sites More sharing options...
kyle8 Posted November 1, 2010 Author Share Posted November 1, 2010 could you upload your ESP, Ill check it through - its kinda hard to understand what the problem is - as there are thousands of possible problems that you can encounter while making quests :0 It does not want to let me upload it. it is only 5 kb. Link to comment Share on other sites More sharing options...
ub3rman123 Posted November 1, 2010 Share Posted November 1, 2010 Pack it into a zipped file, with WinRAR or something. Link to comment Share on other sites More sharing options...
kyle8 Posted November 2, 2010 Author Share Posted November 2, 2010 Pack it into a zipped file, with WinRAR or something.Ok thanks for the help and here it is. Link to comment Share on other sites More sharing options...
Beerto Posted November 2, 2010 Share Posted November 2, 2010 okay, I think I fixed it now, the things you were doing wrong were theese: Quest StagesIn Quest Stages you hadGetIsId Schlerussomething == 10 (No need for that) Quest TopicsIn the topics you had a condition sayingGetStage pgsmell01 == 10, so basicly you had to have the first stage of the quest in order to talk with her. ( CHANGED to GetStage pgsmell01 < 10.00, meaning that if your quest stage is less than 10, she will say the message)and you forgot to write "setstage pgsmell01 10" in the result script. If it still doesnt work, PM me or something. I havnt tested it, so Im not entirely sure^^ Link to comment Share on other sites More sharing options...
kyle8 Posted November 3, 2010 Author Share Posted November 3, 2010 once again thank you I havnt tested it, so Im not entirely sure^^ Link to comment Share on other sites More sharing options...
Recommended Posts