Jump to content

Buy item from vendor for quest?


Ruinit

Recommended Posts

I used your example and this worked thank you for helping me! 

How do I keep it from looping though even with return Quest.GetLogQuestIsComplete(26600); in completed condition it keeps going back and forth buying the 2 items from vendors?

 

Link to comment
Share on other sites

Think about it... you have completed the quest so that statement is going to be true. Your IF statement should be <IfHasQuest> ... since you only want the code to fire while you have the quest

 

Link to comment
Share on other sites

1 hour ago, eeny said:

Think about it... you have completed the quest so that statement is going to be true. Your IF statement should be <IfHasQuest> ... since you only want the code to fire while you have the quest

 

Ok cool got it to work. Thanks very new to this :(

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...