December 4, 20178 yr 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
December 4, 20178 yr 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
December 4, 20178 yr Author 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?
December 5, 20178 yr 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
December 5, 20178 yr Author 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