Ruinit 11 Posted December 4, 2017 Share Posted December 4, 2017 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. http://www.wowhead.com/quest=26600/a-giants-feast Thanks Link to comment https://wrobot.eu/forums/topic/7912-buy-item-from-vendor-for-quest/ Share on other sites More sharing options...
eeny 523 Posted December 4, 2017 Share Posted December 4, 2017 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 Link to comment https://wrobot.eu/forums/topic/7912-buy-item-from-vendor-for-quest/#findComment-36135 Share on other sites More sharing options...
Ruinit 11 Posted December 4, 2017 Author Share Posted December 4, 2017 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 https://wrobot.eu/forums/topic/7912-buy-item-from-vendor-for-quest/#findComment-36200 Share on other sites More sharing options...
eeny 523 Posted December 5, 2017 Share Posted December 5, 2017 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 https://wrobot.eu/forums/topic/7912-buy-item-from-vendor-for-quest/#findComment-36250 Share on other sites More sharing options...
Ruinit 11 Posted December 5, 2017 Author Share Posted December 5, 2017 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 https://wrobot.eu/forums/topic/7912-buy-item-from-vendor-for-quest/#findComment-36254 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now