Jump to content

help me with my mod


kyle8

Recommended Posts

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

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

okay, I think I fixed it now, the things you were doing wrong were theese:

 

Quest Stages

In Quest Stages you had

GetIsId Schlerussomething == 10 (No need for that)

 

Quest Topics

In the topics you had a condition saying

GetStage 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

  • Recently Browsing   0 members

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