JWalton85 3 Posted May 21, 2019 Share Posted May 21, 2019 My bot is going to Billy Maclure and interacting, but not actually turning in the quest? The Pork Belly Pie item is in inventory. Thanks for your help! 06-11-Elwynn-Forest.xml Link to comment https://wrobot.eu/forums/topic/11270-back-to-billy-wont-turn-in-quest/ Share on other sites More sharing options...
TheSmokie 242 Posted May 22, 2019 Share Posted May 22, 2019 at "back to billy" there is no info. also for a complete condition you can use this // set you're quest id and set you're item id and amount. once thats done add to complete condition. return (Quest.IsObjectiveComplete(1, ID) && ItemsManager.GetItemCountById(ID) == 1); Link to comment https://wrobot.eu/forums/topic/11270-back-to-billy-wont-turn-in-quest/#findComment-53894 Share on other sites More sharing options...
JWalton85 3 Posted May 22, 2019 Author Share Posted May 22, 2019 Thanks @The Smokie. I really i appreciate it. The quest is just to carry an item over, so I don't think there is any "info" that I need to add? I'll try modifying and using the code you suggested for the complete condition, thank you. Link to comment https://wrobot.eu/forums/topic/11270-back-to-billy-wont-turn-in-quest/#findComment-53895 Share on other sites More sharing options...
TheSmokie 242 Posted May 22, 2019 Share Posted May 22, 2019 33 minutes ago, JWalton85 said: Thanks @The Smokie. I really i appreciate it. The quest is just to carry an item over, so I don't think there is any "info" that I need to add? I'll try modifying and using the code you suggested for the complete condition, thank you. if its just a delivery quests then make change quest objective to false (there isnt any quest objective so you can just turn in. sorry i didnt know there was no objectives.) Link to comment https://wrobot.eu/forums/topic/11270-back-to-billy-wont-turn-in-quest/#findComment-53896 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