Jump to content

Help.


fornarch

Recommended Posts

Ok for some reason I cant get the xmarker/map marker to work. I need to advance my quest when the player reaches the x/map marker but its not working. This is the script I have.

 

If (GetStage TH001 == 30)

If (player.GetDistance TH001XMKQ <= 100)

SetStage TH001 35

EndIf

EndIf

 

Everything works fine up to stage 30 in my quest. It adds the map marker and stuff but when I go to the spot it doesnt update the quest stage to 35. Anyone know why it wouldnt do this? (o and yes the script saves in the quest)

 

Also..Im not real clear about the differences between the xmarker, xmarkerheading, and the map marker?

 

Thanks...

Fornarch

Link to comment
Share on other sites

H001XMKQ? What ID is that? I believe you should just use a reference ID for this.

 

The Xmarker can be used for a lot of things. You can make npc's go there through scripts or A.I. packages for example. These markers are not visible in game in any way. The map marker is visible; on your map when you get close enough to it.

Link to comment
Share on other sites

OK NEVERMIND!!! I figured out why it wasnt working. I just changed the distance from 100 to 300. Im thinking 100 was to close and I had to be standing right on top of it for it to work. So I changed it to 300 and now it works. I may make it 500 though cuz 300 is still pretty close.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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