Jump to content

Recommended Posts

9 minutes ago, Ruinit said:

Is there a way to buy item from vendor to do a quest? I need to buy 1 item from 2 different vendors to do this quest.

A Giant's Feast

Thanks

Bit of runcode needed.. gets it done though

bitter_rivals.xml

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?

 

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

 

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 :(

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...